Skip to content

Releases: couchbase/docs-ui

DOC-14221-move-to-ask-ai-NaN

01 May 14:22
67e27c0

Choose a tag to compare

DOC-14221 fix some descriptions

DOC-14254-nav-config-expandHeaderLevels-1

30 Apr 16:38
426c261

Choose a tag to compare

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

24 Apr 09:41
c24ab98

Choose a tag to compare

Merge pull request #199 from couchbase/refactor-templates

Refactor templates

prod-226

24 Apr 09:40
c24ab98

Choose a tag to compare

Merge pull request #199 from couchbase/refactor-templates

Refactor templates

DOC-14254-page-nav-header-levels-error-2

23 Apr 15:21
3765b1e

Choose a tag to compare

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

23 Apr 15:24
23eef85

Choose a tag to compare

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

22 Apr 15:52
dcb870b

Choose a tag to compare

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

22 Apr 15:56
f1752bc

Choose a tag to compare

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

22 Apr 15:12
a08054f

Choose a tag to compare

set clientContext based on page metadata

refactor-templates-4

21 Apr 13:54
9ab3387

Choose a tag to compare

move llms/watermark to standard location