From e4f1c7409edd85a02720c3e994cb59467c55c90e Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Mon, 12 May 2025 15:26:50 +0100 Subject: [PATCH 1/4] add line --- example/modules/ROOT/pages/intro.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/example/modules/ROOT/pages/intro.adoc b/example/modules/ROOT/pages/intro.adoc index a4e16e3..c6805b8 100644 --- a/example/modules/ROOT/pages/intro.adoc +++ b/example/modules/ROOT/pages/intro.adoc @@ -1,3 +1,4 @@ # This is an example Here is a test example. +A second line on this example. From 50352880a4bfcd3be112bd853df60ffd927208a6 Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Wed, 14 May 2025 10:12:33 +0100 Subject: [PATCH 2/4] more updates --- example/modules/ROOT/pages/intro.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/example/modules/ROOT/pages/intro.adoc b/example/modules/ROOT/pages/intro.adoc index c6805b8..a2dd5f9 100644 --- a/example/modules/ROOT/pages/intro.adoc +++ b/example/modules/ROOT/pages/intro.adoc @@ -1,4 +1,22 @@ # This is an example +:description: pass:q[Roles grant users access to one or more resources.] + +Note that this role does not grant the ability to back up or restore users. Here is a test example. A second line on this example. + +This page is about what is so good about couchbase server. And about couchbase capella. + +[#table_backup_admin_role,cols="1,2,2,hrows=2"] +|=== +5+^| Role: XDCR Admin (`replication_admin`) +3+^| Role: Backup Full Admin (`backup_admin`) +|=== + +A list: + +* of items +** like this +** and this +** Users that are explicitly registered on Couchbase Server as _external_; as supported either by _LDAP_, _Security Assertion Markup Language (SAML)_, or _PAM_. \ No newline at end of file From 965980fd34ec05a31e80c87cda29aeeec25e376f Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Wed, 14 May 2025 12:36:34 +0100 Subject: [PATCH 3/4] update test vale-review --- .github/workflows/test.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a348d9..4ee6c30 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,11 +1,18 @@ name: Hakim testing on: - workflow_dispatch: + pull_request: + paths: + # the following should match `path:` declaration below + - example/** jobs: vale: uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main with: - repo: ${{github.repository}} path: example + + pull_request_number: ${{ github.event.number }} + base_sha: ${{ github.event.pull_request.base.sha }} + head_sha: ${{ github.event.pull_request.head }} + repository: ${{github.repository}} From df403b6290bd6dd1a0a70032912a79c3476d9a42 Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Wed, 14 May 2025 13:58:54 +0100 Subject: [PATCH 4/4] head.sha --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ee6c30..9335966 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,7 @@ jobs: uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main with: path: example - pull_request_number: ${{ github.event.number }} base_sha: ${{ github.event.pull_request.base.sha }} - head_sha: ${{ github.event.pull_request.head }} - repository: ${{github.repository}} + head_sha: ${{ github.event.pull_request.head.sha }} + repository: ${{ github.repository }}