Skip to content

Commit cf07358

Browse files
authored
chore(docs): add 0.85.0 docs (#13578)
- removes some old versions - adds 0.85 and 0.85.0-alpha-testnet.0 - adds a typesense reindex to the deployment flow
1 parent df73c05 commit cf07358

File tree

2,305 files changed

+45022
-162223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,305 files changed

+45022
-162223
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,13 @@ jobs:
5555
echo "$deploy_output"
5656
exit 1
5757
fi
58+
59+
- name: Reindex with Typesense docsearch-scraper
60+
run: |
61+
docker run \
62+
-e "TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }}" \
63+
-e "TYPESENSE_HOST=${{ secrets.TYPESENSE_HOST }}" \
64+
-e "TYPESENSE_PORT=443" \
65+
-e "TYPESENSE_PROTOCOL=https" \
66+
-e "CONFIG=$(cat docs/typesense.config.json | jq -r tostring)" \
67+
typesense/docsearch-scraper:0.11.0

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"docs": "yarn preprocess && yarn typedoc && docusaurus start --host ${HOST:-localhost}",
77
"dev": "HOST=0.0.0.0 ENV=dev SHOW_PROTOCOL_SPECS=true yarn docs",
88
"dev:local": "ENV=dev SHOW_PROTOCOL_SPECS=true yarn docs",
9-
"build": "yarn preprocess && yarn typedoc && yarn preprocess:move && docusaurus build",
9+
"build": "yarn clean && yarn preprocess && yarn typedoc && yarn preprocess:move && docusaurus build",
1010
"swizzle": "docusaurus swizzle",
1111
"clean": "./scripts/clean.sh",
1212
"serve": "docusaurus serve",

docs/versioned_docs/version-v0.84.0-alpha-testnet.1/aztec/concepts/accounts/keys.md

Lines changed: 0 additions & 181 deletions
This file was deleted.

0 commit comments

Comments
 (0)