Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nik9000
Copy link
Member

@nik9000 nik9000 commented Mar 15, 2019

Switches the core of the docs generation pipeline from the
no-longer-maintained AsciiDoc project to the actively-maintained
Asciidoctor project. The HTML that it produces isn't 100% the same but
it looks to only differ in three ways:

  1. Spacing that the browser will ignore anyway.
  2. AsciiDoc was producing <p></p> inside of empty table cells.
    Asciidoctor does not.
  3. In the 1.x docs there are some attribute references that do not
    resolve and they are rendered differently by Asciidoctor. Either way,
    they should probably be fixed in the 1.x branch of the docs.

Switches the core of the docs generation pipeline from the
no-longer-maintained AsciiDoc project to the actively-maintained
Asciidoctor project. The HTML that it produces isn't 100% the same but
it looks to only differ in three ways:
1. Spacing that the browser will ignore anyway.
2. AsciiDoc was producing `<p></p>` inside of empty table cells.
Asciidoctor does not.
3. In the 1.x docs there are some attribute references that do not
resolve and they are rendered differently by Asciidoctor. Either way,
they should probably be fixed in the 1.x branch of the docs.
@nik9000 nik9000 requested a review from bmorelli25 March 15, 2019 16:02
@nik9000
Copy link
Member Author

nik9000 commented Mar 15, 2019

Copy link
Contributor

@beniwohli beniwohli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome stuff, LGTM! I made an issue in the agent repo for the bad references in the 1.x branch (elastic/apm-agent-python#423)

@nik9000 nik9000 merged commit 99caf9e into elastic:master Mar 18, 2019
@nik9000
Copy link
Member Author

nik9000 commented Mar 18, 2019

Thanks @beniwohli !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants