Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AV-55075: add Tab Sync Group #53

Open
wants to merge 2 commits into
base: release/7.2
Choose a base branch
from

Commits on Jun 8, 2023

  1. AV-55075: add Tab Sync Group

    Noticed that on https://docs-staging.couchbase.com/server/current/guides/updating-data.html
    the 3rd set of tabs don't synchronise, because `cbc-subdoc` is a
    different string than `cbc`
    
    This commit sets them all in the same "sync group" so they match for
    e.g. .NET, Java, etc.
    
    (cbc and cbc-subdoc still won't synchronize though.
    That doesn't seem to be customizable from https://github.com/asciidoctor/asciidoctor-tabs#tabs-sync
    Consider rewording both to `cbc` or `CLI` or similar if that would be
    desirable.)
    osfameron committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    4df2133 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. AV-55075: Tab Sync Group

    remove `tab-sync-group` parameter, and instead rename all of `cbc` and
    `cbc-subdoc` to `CLI` so that they inherit the useful default behaviour.
    osfameron committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c3480fc View commit details
    Browse the repository at this point in the history