Skip to content

pointgoal/mof-docs

Repository files navigation

MOF docs

This is the repository which holds the site of pointgoal.io/mof.

How to run?

This site uses mkdocs as framework. User needs to install mkdocs on local development environment.

Install dependencies

pip install mkdocs
pip install mkdocs-material
pip install mkdocs-glightbox
pip install mkdocs-static-i18n
pip install mkdocs-video

Run on localhost

Run bellow command and access website via http://127.0.0.1:8000/

mkdocs serve

...
INFO     -  [05:24:53] Serving on http://127.0.0.1:8000/
...

Add content

Contents of markdown files can be added into docs/ folder. Meanwhile, user needs to add navigation and nav translation in mkdocs.yml file as needed.

Please refer to examples in code.

Contributing

We encourage and support an active, healthy community of contributors — including you! Details are in the contribution guide and the code of conduct. The rk maintainers keep an eye on issues and pull requests, but you can also report any negative conduct to [email protected].

Released under the Apache 2.0 License.

Releases

No releases published

Packages

No packages published