Skip to content

osdc/minerva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minerva

How to Contribute?

  1. Fork and Clone the repository
  2. Set up mdbook
  3. Serve the files over localhost
mdbook serve
  1. Edit ./src/SUMMARY.md to include relevant Page or SubPage. This will auto generate the relevant file in src or a subdirectory.
  2. Make changes in relevant files.
  3. Verify changes in the served webpage.
  4. Commit, Push and Make a PR :)