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

Add anchor to configuration options in documentation #533

Closed
1 of 3 tasks
abelsromero opened this issue Jul 2, 2021 · 2 comments · Fixed by #551
Closed
1 of 3 tasks

Add anchor to configuration options in documentation #533

abelsromero opened this issue Jul 2, 2021 · 2 comments · Fixed by #551

Comments

@abelsromero
Copy link
Member

Thank you for taking your time to talk with us!

What is this issue about?

  • Bug report
  • Feature request
  • Question

Description
Is not possible to share a pointer to a specific configuration option using a url. That's cumbersome because the page is relatively long so users need to navigate and then search for it by name.

@uniqueck
Copy link
Member

Hi @abelsromero, do we have a preview site, so that i can check for working anchors?

uniqueck added a commit to uniqueck/asciidoctor-maven-plugin that referenced this issue Jul 26, 2021
uniqueck added a commit to uniqueck/asciidoctor-maven-plugin that referenced this issue Jul 26, 2021
uniqueck added a commit to uniqueck/asciidoctor-maven-plugin that referenced this issue Jul 26, 2021
- process-asciidoc goal
- auto-refresh goal
- http goal
uniqueck added a commit to uniqueck/asciidoctor-maven-plugin that referenced this issue Jul 26, 2021
@abelsromero
Copy link
Member Author

Hi @abelsromero, do we have a preview site, so that i can check for working anchors?

I tend to build locally installing Antora and using this config file

site:
  title: 'Asciidoctor docs'
content:
  sources:
    - url: .
      branches: [ YOUR BRANCH ]
      start_path: docs
asciidoc:
  attributes:
    page-pagination: ''
    idprefix: ''
    idseparator: '-'
    experimental: ''
ui:
  bundle:
    url: https://github.com/asciidoctor/docs.asciidoctor.org-ui/releases/download/prod-249/ui-bundle.zip
    snapshot: true
  supplemental_files:
    - path: ui.yml
      contents: |
        static_files: [ .nojekyll ]
    - path: .nojekyll

uniqueck added a commit to uniqueck/asciidoctor-maven-plugin that referenced this issue Jul 28, 2021
- process-asciidoc goal
- auto-refresh goal
- http goal
uniqueck added a commit to uniqueck/asciidoctor-maven-plugin that referenced this issue Jul 28, 2021
abelsromero pushed a commit that referenced this issue Jul 29, 2021
* add anchor for each parameter (#533)
- process-asciidoc goal
- auto-refresh goal
- http goal
* fix callout number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants