Convoy Panel documentation
  • Vue 46.5%
  • TypeScript 33.5%
  • CSS 20%
Find a file
2025-05-13 01:42:49 -04:00
.github/contributing add versioning to docs 2023-12-22 12:19:09 -06:00
.vitepress minor format fix and added to sidebar 2024-07-17 20:24:56 +02:00
src updated names 2025-05-12 23:03:33 +02:00
.gitignore exclude ALL ds store god dmanit 2023-12-12 15:23:12 -06:00
.prettierrc.json add prettier 2023-12-12 19:59:11 -06:00
package-lock.json add versioning to docs 2023-12-22 12:19:09 -06:00
package.json add versioning to docs 2023-12-22 12:19:09 -06:00
README.md add versioning to docs 2023-12-22 12:19:09 -06:00
tsconfig.json add versioning to docs 2023-12-22 12:19:09 -06:00

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