Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 378 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 378 Bytes

refuel-docs

Local Testing

# clone the repo
git clone https://github.com/refuel-ai/refuel-docs.git
# change the directory to refuel-docs
cd refuel-docs
# get the submodules
git submodule update --init --recursive 
# install the dependencies
pip install mkdocstrings mkdocstrings-python mkdocs-jupyter mkdocs-table-reader-plugin
# start the server
mkdocs serve