Hello, World!
$ npm run docs:dev
# $ npm run
#
# - docs:build
# vitepress build docs
# - docs:dev
# vitepress dev docs
# - docs:serve
# vitepress serve docs
#
$ apt install jq docker # docker & jq required on linux
$ brew install jq docker # docker & jq on mac
$ touch .env # env 파일 작성(APP_ID, API_KEY)
$ docker run -it --env-file=.env -e "CONFIG=$(cat docsearch-config.json | jq -r tostring)" algolia/docsearch-scraper # Docsearch-scrapper docker
https://docsearch.algolia.com/docs/legacy/run-your-own/#running-the-crawler-from-the-code-base
- Vitepress - Github
- Vue3
- Algoria
- Doc search scraper
- DocSearch Program
- Github page
- Utteranc