Skip to content

nicco88/wizard-amigos-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Wizard Amigos Guide 🧙

To know more about the project, please visit the Wizard Amigos website.

How to collaborate

The Wizard Amigos Guide is built with mdBook, an open-source tool to write documentations in markdown which is then magically transformed into html/css/js.

For a complete guide on how to use mdBook, please have a look at the mdBook User Guide.

  1. In order to be able to use mdBook, you have to install Rust first (at least version 1.20).

Copy the following command in your terminal:

curl https://sh.rustup.rs -sSf | sh
  1. After Rust has been installed, please install mdBook:
cargo install mdbook
  1. Now clone the repository locally:
git clone https://github.com/nicco88/wizard-amigos-guide.git
  1. Go into the directory you just cloned and run the following command in order to see changes live:
mdbook serve --open
  1. If you want to add chapters or subchapters just add a line into src/SUMMARY.md like this:
- [Chapter Title](./file_name.md)
  - [Sub-chapter Title](./file_name.md)

Then save and mdBook will create a corrisponding md file for you into the /src/ folder

  1. Now you can edit your md files and watch them changing live.

  2. When you are happy with your changes, just commit them, and that's it! 😎

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published