Releases: couchbase/docs-ui
Releases · couchbase/docs-ui
DOC-14221-move-to-ask-ai-NaN
DOC-14221 fix some descriptions
DOC-14254-nav-config-expandHeaderLevels-1
DOC-14254 expandHeaderLevels in playbook site.keys.navGroups
Instead of having to configure `:page-nav-header-levels:` in every antora.yml, we can just update in the playbook
```
site:
keys:
navGroups:
[
{ "title": "Capella", "startPage": "home::cloud.adoc", "components": ["cloud", "app-services", "ai", "analytics"], "expandHeaderLevels": 1 },
...
{ "title": "Develop", "startPage": "home::developer.adoc",
"expandHeaderLevels": 1,
"subGroups": [
{
"title": "Operational SDKs",
...
```
prod-227
Merge pull request #199 from couchbase/refactor-templates Refactor templates
prod-226
Merge pull request #199 from couchbase/refactor-templates Refactor templates
DOC-14254-page-nav-header-levels-error-2
DOC-14254 fix logic of nav header levels The logic switched based on the number of nav files available. This broke components where the landing page (defined in docs-site, with a single nav) referred to a component such as SDK which has multiple navs for different components. Capella used to have a single one, but has evolved to have multiples in left nav, causing some oddities. This change will require setting the correct `:page-nav-header-levels: 1` to all repos in SDK, as well as the landing pages in docs-site (cloud.adoc, sdk.adoc, analytics-sdk.adoc, and developer.adoc)
DOC-14221-move-to-ask-ai-plus-refactor-templates-3
DOC-14254 fix logic of nav header levels The logic switched based on the number of nav files available. This broke components where the landing page (defined in docs-site, with a single nav) referred to a component such as SDK which has multiple navs for different components. Capella used to have a single one, but has evolved to have multiples in left nav, causing some oddities. This change will require setting the correct `:page-nav-header-levels: 1` to all repos in SDK, as well as the landing pages in docs-site (cloud.adoc, sdk.adoc, analytics-sdk.adoc, and developer.adoc)
DOC-14254-page-nav-header-levels-error-1
DOC-14254 off-by-one error in page-nav-header-levels Setting to 1 is intended to keep only the first level open e.g. show the direct children of the first bold level.
DOC-14221-move-to-ask-ai-plus-refactor-templates-2
DOC-14254 off-by-one error in page-nav-header-levels Setting to 1 is intended to keep only the first level open e.g. show the direct children of the first bold level.
DOC-14221-move-to-ask-ai-plus-refactor-templates-1
set clientContext based on page metadata
refactor-templates-4
move llms/watermark to standard location