Development Documentation for the Arduino Discord wiki Site
This is the documentation for the Arduino Discord wiki site. It is built using VitePress.
Getting Started
Prerequisites
Installation
Clone the repo
shgit clone https://github.com/arduinodiscord/wiki.gitNavigate to the
vitepressfoldershcd vitepressInstall Yarn packages
shyarnStart the dev server
shyarn devOpen the site in your browser
Contributing
Project Structure
Keep it Simple
If you wish to just add or edit a page, you can skip to this section.
- Familiarize yourself with the VitePress documentation.
- Then, move on to our project specific documentation below.
Standards
- All documentation should be written in Markdown or Vue components.
- All file names are snake case and lowercase letters.
- Do not make naming changes to the
vitepressfolder. - Do not make major changes to the
vitepressfolder structure without prior consultation of team members. - For Vue componentes, follow the Vue3 docs.
Project Specific Documentation
Coming Soon
This section is currently under construction.
