This is the source of the landing page for https://docs.hopsworks.ai
Create a python 3.8 environment, using a python environment manager of your own choosing. For example virtualenv
or anaconda
.
Install the required dependencies to build the documentation in the python environment created in the previous step.
Note that {PY_ENV} is the path to your python environment.
{PY_ENV}/bin/pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python'
Clone this repository
git clone https://github.com/logicalclocks/logicalclocks.github.io.git
Go inside the cloned repository
cd logicalclocks.github.io
Use mkdocs to build the documentation and serve it locally
{PY_ENV}/bin/mkdocs serve
The documentation should now be available locally on the following URL: http://127.0.0.1:8000/
The mkdocs.yml
file of this repository defines the pages to show in the navigation.
After adding your new page in the docs folder, you also need to add it to this file for it to show up in the navigation.