/rp2040

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Arduino RP2040 Connect

Documentation

Algolia

To update the search index of algolia run following command:

docker run -it --env-file=.env -e "CONFIG=$(cat ./docs/.vitepress/config/algolia.json | jq -r tostring)" algolia/docsearch-scraper

To run this command, you need following tools installed: docker, jq. Additionally, create a file .env and specify following variables:

APPLICATION_ID=<APP_ID>
API_KEY=<API_KEY>

Examples

Useful Links