Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 840 Bytes

SETUP.md

File metadata and controls

39 lines (27 loc) · 840 Bytes

KintoHub Docs (url)

Setup

  • cd website
  • npm install
  • npm start

To enable searching you have to set the following env variables at web/.env file

cd website

# copy from the sample file
cp .env-sample .env


# update the content inside .env file
ALGOLIA_INDEX=
ALGOLIA_API_KEY=

Once everything is done you should build and publish to github pages

# To build
npm run build

# Publish to github pages
npm run publish-gh-pages

Algolia Docsearch

If the document has a main update (e.g. major path restructure), we may need to update the algolia config on github. After finish updating the config, make a PR and merge to algolia's repo. These configs are publicly avaliable https://github.com/kintohub/docsearch-configs