Skip to content

fobnail/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository contains source code for Fobnail Documentation webpage

Local development

Environment setup

$ virtualenv -p $(which python3) venv
$ source venv/bin/activate
$(venv) pip install mkdocs mkdocs-material

Build

$(venv) mkdocs build

Preview

$(venv) mkdocs serve

pre-commit hooks

pre-commit install
  • Enjoy automatic checks on each git commit action!

  • (Optional) Run hooks on all files (for example, when adding new hooks or configuring existing ones):

pre-commit run --all-files

Contribution

Please use GitHub Pull Request and Issues to collaborate.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published