added key words and phrases to docs index #6625
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
populates the asciidoctor index within the documentation module.
Who is reviewing it?
@shaundmorris
@rececoffin
@sgalla
@jaymcnallie
Select relevant component teams:
@codice/docs
How should this be tested?
builds successfully; has index with links at the very of the pdf documents
every document in the
target/docs/pdf
directory should have its own index with just the topics in that guide.documentation.pdf
should have all topics in its index.Any background context you want to provide?
it's a lot of very small changes. two sets of parens displays the text as the anchor; three parens creates the anchor but hides the text. (I used that when there wasn't a properly capitalized use of a term, or when I wanted an extra anchor for an acronym.
Screenshots
[documentation.pdf](https://github.com/codice/ddf/files/7198825/documentation.pdf) [introduction.pdf](https://github.com/codice/ddf/files/7198828/introduction.pdf)
Checklist:
Notes on Review Process
Please see Notes on Review Process for further guidance on requirements for merging and abbreviated reviews.
Review Comment Legend: