Skip to content

vsi-lab/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSI Lab project page

Local Setup

The site is setup using mkdocs-material, a documentation framework. To setup the environment locally for editing the project site:

  • Clone the git repository.
  • Install using Python manage pip install mkdocs-material
  • Run the project site locally using mkdocs serve after changing to the repository.
  • The site URL is http://127.0.0.1:8000/wiki/.
  • Any changes you do will be reflected immediately in the site.

Instructions

Project skeleton

  • To configure the pages and subpages, modify the page structure in mkdocs.yml under nav.
  • Add a markdown file inside docs folder and add an entry 'Title': name.md where Title is the page title displayed in the navigation bar and name.md the name of the corresponding markdown file.
  • Edit the markdown files as needed.

Theme customization

  • The design can be customized more precisely by adding CSS or JS files and/or overriding the theme. Check below resources for instructions

Resources

TODO

Releases

No releases published

Packages

 
 
 

Contributors