You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Collects version-specific `.md` files from `public/components/<version>.x/` and `public/manual/`
481
+
- Fetches the Camel Catalog (JSON metadata for all connectors, data formats, languages, and EIPs) from the `camel-<version>.x` branch in [`apache/camel`](https://github.com/apache/camel) via the GitHub API
482
+
- Fetches the YAML DSL canonical JSON Schema
483
+
- Includes `llms.txt` if present
484
+
- Zips everything into `camel-docs-<version>.zip`
485
+
3. Creates (or replaces) a GitHub Release tagged `docs-<version>` with the zip as an asset
For example, the 4.18 bundle would be at `https://github.com/apache/camel-website/releases/tag/docs-4.18`.
494
+
495
+
### When to run
496
+
497
+
Trigger this after each Camel release. For example, when Camel `4.18.1` ships, run the workflow
498
+
with version `4.18` to update the `docs-4.18` bundle with the latest documentation.
499
+
456
500
## Search Indexing Configuration
457
501
458
502
The website uses [Algolia DocSearch](https://docsearch.algolia.com/) to provide site-wide search functionality. The search configuration is defined in [`.docsearch.config.json`](.docsearch.config.json).
0 commit comments