diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a348d9..9335966 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,11 +1,17 @@ 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.sha }} + repository: ${{ github.repository }} diff --git a/example/modules/ROOT/pages/intro.adoc b/example/modules/ROOT/pages/intro.adoc index a4e16e3..a2dd5f9 100644 --- a/example/modules/ROOT/pages/intro.adoc +++ b/example/modules/ROOT/pages/intro.adoc @@ -1,3 +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