We welcome all changes to FuseML. Don't hesitate to send an issue or submit a PR to our documentation.
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
Simply run:
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-materialpip install --user mkdocs-material
mkdocs buildThe 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