Skip to content
On this page

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

  1. Clone the repo

    sh
    git clone https://github.com/arduinodiscord/wiki.git
    
  2. Navigate to the vitepress folder

    sh
    cd vitepress
    
  3. Install Yarn packages

    sh
    yarn
    
  4. Start the dev server

    sh
    yarn dev
    
  5. 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.

  1. Familiarize yourself with the VitePress documentation.
  2. 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.

Released under the MIT License.