mirror of
https://github.com/ConvoyPanel/documentation.git
synced 2026-04-25 12:15:50 +03:00
Convoy Panel documentation
- Vue 46.5%
- TypeScript 33.5%
- CSS 20%
|
|
||
|---|---|---|
| .github/contributing | ||
| .vitepress | ||
| src | ||
| .gitignore | ||
| .prettierrc.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Convoy documentation
Contributing
This site is built with VitePress and depends
on @vue/theme. Site content is written in Markdown format located in src. For
simple edits, you can directly edit the file on GitHub and generate a Pull Request.
For local development, npm is preferred as package manager:
npm i
npm run dev
This project requires Node.js to be v14.0.0 or higher, because we use new JavaScript features in our code, such as
optional chaining.
Working on the content
-
See VitePress docs on supported Markdown Extensions and the ability to use Vue syntax inside markdown.
-
See the Writing Guide for our rules and recommendations on writing and maintaining documentation content.