Skip to content

Tabs feature misses last steps on how to use with Antora #194

@Adito5393

Description

@Adito5393

Thanks for sharing this awesome UI. The tabs feature is very nice, but it took me too long to figure out how to use it. That last bit that is missing from the README.md, something among the lines:

  • add the config to the antora playbook yml:
asciidoc:
  extensions:
  - '@asciidoctor/tabs'
# Optional attributes that can be config
  attributes:
    tabs: tabs
    tabs-sync-option: ''
  • make sure the package.json contains the dependency:
{
  "dependencies": {
    "@asciidoctor/tabs": "^1.0.0-beta.6"
  }
}

Would you like me to open a PR with the info?
However, if you find it redundant info, feel free to close the issue, no hard feelings :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions