This website is built using Docusaurus 2, a modern static website generator.
You can find the production version at http://awesome-exp.dev/
yarn install
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
You can run in your local environment.
docker run -it --env-file=.env -e "CONFIG=$(cat ./search_configs/site.json | jq -r tostring)" algolia/docsearch-scraper
Or add a tag in the following format: index.[SOMETHING]
. In any case, the index process run at midnight point to main branch.
The deployment is handle by Netlify, open your PR and just wait for the preview.