Skip to content

GDYUClub/gdyu-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the gdyu wiki

how 2 build

Built in mkdocs with the windmill theme, you'll need to install both

requires python 3 and pip

pip install mkdocs
pip install mkdocs-windmill

run mkdocs serve to run it locally

how 2 contribute

please follow a git workflow to contribute (fork -> branch -> make your changes -> submit pr)

  • look in the mkdocs.yml file to know which files are for which links
  • edit the md and yaml file(s) (don't edit the /site folder files)
  • submit a pull request so we can merge it