Skip to content
/ docs Public

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

Notifications You must be signed in to change notification settings

fuseml/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks