Skip to content

Releases: couchbase/docs-ui

AV-135161_add-icons-1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:36
eefda36
Added new icons

AV-133854-ai-services-rename-2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 13:54
6659767
[AV-133854] Update Capella AI Services label -> AI Data Plane

AV-133854-ai-services-rename-1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 13:53
6659767
[AV-133854] Update Capella AI Services label -> AI Data Plane

prod-230

Choose a tag to compare

@github-actions github-actions released this 03 Jun 07:36
032393e
remove chatbox while broken

prod-229

Choose a tag to compare

@github-actions github-actions released this 02 Jun 13:04
16814f2
Merge pull request #198 from couchbase/DOC-14221-move-to-ask-ai

DOC-14221 move to ask ai

prod-228

Choose a tag to compare

@github-actions github-actions released this 02 Jun 13:03
1af880e
Merge pull request #201 from couchbase/DOC-14254-nav-config-expandHea…

docsearch-upgrade-spike-1

Choose a tag to compare

@github-actions github-actions released this 14 May 16:15
66d7fc3
Docsearch update to recent instantsearch widget

DOC-14254-nav-config-expandHeaderLevels-2

Choose a tag to compare

@github-actions github-actions released this 06 May 13:10
a8d81a1
DOC-14254 fix expandHeader logic

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

Choose a tag to compare

@github-actions github-actions released this 01 May 14:22
67e27c0
DOC-14221 fix some descriptions

DOC-14254-nav-config-expandHeaderLevels-1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 16:38
426c261
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",
        ...
```