The repository for Inrupt Solid React SDK documentation https://docs.inrupt.com/developer-tools/javascript/react-sdk.
The SDK API documentation, via Storybook, is built separately from the manual.
To build:
-
Optional but recommended. Create a virtual env.
python3 -m venv <path to the new virtual environment> source <path to the new virtual environment>/bin/activate
-
Go to the cloned repo directory:
cd
-
Install the docs requirements (different from API docs requirements):
pip install -r requirements.txt
-
Make the docs.
make dirhtml
When finished, can deactivate your virtual env.
© Copyright 2020-present, Inrupt Inc.
The requirements.txt
lists the 3rd party libraries used. For the
licenses, see the shared
inrupt/docs-assets.