fuseml / docs

This is the main repository for the FuseML documentation. https://fuseml.github.io/docs is published through this repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to contribute to our documentation

We welcome all changes to FuseML. Don't hesitate to send an issue or submit a PR to our documentation.

MkDocs

The documentation is generated using MkDocs. For full documentation on how to use MkDocs, please go to the MkDocs website

We are using the material theme from squidfunk

How to generate/render docs for live edition

Simply run:

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

How to build the final docs outside a docker container

pip install --user mkdocs-material
mkdocs build

Where can I see the production documentation?

The generated builds are stored in the gh-pages branch. They are built and publish through github actions.

You can find our production documentation live on https://fuseml.github.io/docs

About

This is the main repository for the FuseML documentation. https://fuseml.github.io/docs is published through this repo