Skip to content

FFW-Baudenbach/FE2_Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FE2_Documentation

Access link to documentation

The documentation is generated automatically generated on every change from the docs folder.

How it works

This approach uses MkDocs to generate static html files out of markdown files.
We use the template Material for MkDocs for visualization.

The generated Website is hosted as GitHub Page directly with this project.

Changes to documentation on the main branch in the /docs folder will generate and deploy the documentation automatically.

Configuration is done inside mkdocs.yml file.
All template related configurations are done inside the template.yml file.

How to develop locally

  • Install Python
  • Clone this repository
  • Run pip install --upgrade -r requirements.txt (might need administrator rights)
  • Run mkdocs serve
  • Access http://localhost:8000 in browser
  • Any change will reload the browser automatically

How to update local installation

  • Run pip install --upgrade -r requirements.txt again (might need administrator rights)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published