Skip to content

fusedio/fused-docs

Repository files navigation

Fused Docs

The Fused documentatiob website: docs.fused.io

This website is built using Docusaurus, a modern static website generator.

Development

1. Spin-up locally

npx docusaurus start

2. Generate notebooks

Run after modifying a notebook. See docs/basics/tutorials/tutorials.json to configure notebook autogeneration.

python3 utils/convert_ipynb_to_mdx.py

3. Deploy

Create a PR on this repo. Once PRs merge to main, GitHub actions will run to re-deploy the docs site.