adocs
๐ธDocs template built with VitePress โThe vite and vue powered static site generator
โ
107โ 33 forksupdated 2 years ago
README.mdfork it โ itโs yours
Adocs
A docs template built using VitePress
This repository serves as a resource for the tutorial, How to Build a Modern Documentation Site with VitePress posted on freeCodeCamp
Run project locally
Use this command below to boot this project locally.
git clone https://github.com/Evavic44/adocs.git cd adocs npm install npm run docs:dev
Visit https://localhost:5173 to see your site
Build
You may run this command to build the docs
npm run docs:build
Folder Structure
docs/
โโโ .vitepress/
โ โโโ config.js
โ โโโ theme/
โ โโโ index.js
โ โโโ custom.css
โโโ public/
โ โโโ logo.svg
โ โโโ logo-big.svg
โโโ about.md
โโโ configs.md
โโโ contact.md
โโโ get-started.md
โโโ guide.md
โโโ index.md
โโโ package.json
โโโ README.md
more like this
markItDown
๐ฑ A React app to preview and edit Markdownโ. You can also export it as HTML.
JavaScriptโ
51