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

Aviate overview #571

Draft
wants to merge 4 commits into
base: v3
Choose a base branch
from
Draft

Aviate overview #571

wants to merge 4 commits into from

Commits on Nov 4, 2024

  1. Fix build error

    ```
    asciidoctor: ERROR: subscription/includes/invoicing-invoice-items.adoc: line 152: dropping cells from incomplete row detected end of table
    ```
    sbrossie committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5b540a3 View commit details
    Browse the repository at this point in the history
  2. Fix warning leading to incorrect step numerotation

    ```
    Building /Users/stephane/Src/killbill/killbill-docs/userguide/tutorials/events-to-aws-sqs.adoc
    asciidoctor: WARNING: events-to-aws-sqs.adoc: line 64: list item index: expected 1, got 7
    asciidoctor: WARNING: events-to-aws-sqs.adoc: line 66: list item index: expected 2, got 8
    ```
    
    When adding ordered list, one must use [a list continuation](https://docs.asciidoctor.org/asciidoc/latest/lists/continuation/#list-continuation) using the `+` to ensure correct numbering.
    sbrossie committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8c6abc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89b3f92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4252f2 View commit details
    Browse the repository at this point in the history