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.git
Navigate to the
vitepress
foldershcd vitepress
Install Yarn packages
shyarn
Start the dev server
shyarn dev
Open 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
vitepress
folder. - Do not make major changes to the
vitepress
folder 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.