Skip to content
Snippets Groups Projects
Commit 13de5f4c authored by Dan Allen's avatar Dan Allen
Browse files

resolves #17 fix nav grouping (PR #18)

* rename first nav to nav-top.adoc
* create separate nav files for document and element attributes
* create separate nav file for breaks
* use same structure for all nav files
* put each top level item in its own list
parent 1683fde5
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,14 @@ asciidoc: ...@@ -8,12 +8,14 @@ asciidoc:
listing-caption: Example@ listing-caption: Example@
release-version: '2.0.12' release-version: '2.0.12'
nav: nav:
- modules/ROOT/nav.adoc - modules/ROOT/nav-top.adoc
- modules/blocks/nav-basics.adoc - modules/blocks/nav-basics.adoc
- modules/attributes/nav.adoc - modules/attributes/nav-document.adoc
- modules/attributes/nav-element.adoc
- modules/document/nav.adoc - modules/document/nav.adoc
- modules/sections/nav.adoc - modules/sections/nav.adoc
- modules/blocks/nav-paragraph.adoc - modules/blocks/nav-paragraph.adoc
- modules/blocks/nav-breaks.adoc
- modules/text/nav.adoc - modules/text/nav.adoc
- modules/lists/nav.adoc - modules/lists/nav.adoc
- modules/macros/nav.adoc - modules/macros/nav.adoc
......
File moved
...@@ -11,8 +11,3 @@ ...@@ -11,8 +11,3 @@
** xref:reference-attributes.adoc[] ** xref:reference-attributes.adoc[]
*** xref:unresolved-references.adoc[] *** xref:unresolved-references.adoc[]
** xref:assignment-precedence.adoc[] ** xref:assignment-precedence.adoc[]
* xref:element-attributes.adoc[]
** xref:positional-and-named-attributes.adoc[]
** xref:ids.adoc[]
** xref:options.adoc[]
** xref:roles.adoc[]
* xref:element-attributes.adoc[]
** xref:positional-and-named-attributes.adoc[]
** xref:ids.adoc[]
** xref:options.adoc[]
** xref:roles.adoc[]
* xref:breaks.adoc[]
...@@ -2,4 +2,3 @@ ...@@ -2,4 +2,3 @@
** xref:hard-line-breaks.adoc[] ** xref:hard-line-breaks.adoc[]
** xref:preamble-and-lead.adoc[] ** xref:preamble-and-lead.adoc[]
** xref:paragraph-alignment.adoc[] ** xref:paragraph-alignment.adoc[]
* xref:breaks.adoc[]
[]
* xref:admonitions.adoc[] * xref:admonitions.adoc[]
[]
* xref:sidebars.adoc[] * xref:sidebars.adoc[]
[]
* xref:example-blocks.adoc[] * xref:example-blocks.adoc[]
[]
* xref:blockquotes.adoc[] * xref:blockquotes.adoc[]
[]
* xref:verses.adoc[] * xref:verses.adoc[]
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
** xref:include-tagged-regions.adoc[] ** xref:include-tagged-regions.adoc[]
** xref:include-lines.adoc[] ** xref:include-lines.adoc[]
** xref:include-uri.adoc[] ** xref:include-uri.adoc[]
[]
* xref:conditionals.adoc[] * xref:conditionals.adoc[]
** xref:ifdef-ifndef.adoc[] ** xref:ifdef-ifndef.adoc[]
** xref:ifeval.adoc[] ** xref:ifeval.adoc[]
...@@ -14,4 +14,6 @@ ...@@ -14,4 +14,6 @@
*** xref:reference-revision-attributes.adoc[] *** xref:reference-revision-attributes.adoc[]
** xref:metadata.adoc[] ** xref:metadata.adoc[]
** xref:header-ref.adoc[] ** xref:header-ref.adoc[]
[]
* xref:doctypes.adoc[] * xref:doctypes.adoc[]
...@@ -3,5 +3,7 @@ ...@@ -3,5 +3,7 @@
** xref:ordered.adoc[] ** xref:ordered.adoc[]
** xref:checklist.adoc[] ** xref:checklist.adoc[]
** xref:continuation.adoc[] ** xref:continuation.adoc[]
[]
* xref:description.adoc[] * xref:description.adoc[]
** xref:qanda.adoc[] ** xref:qanda.adoc[]
...@@ -6,11 +6,17 @@ ...@@ -6,11 +6,17 @@
** xref:link-macro-attribute-parsing.adoc[] ** xref:link-macro-attribute-parsing.adoc[]
** xref:complex-urls.adoc[] ** xref:complex-urls.adoc[]
** xref:link-macro-ref.adoc[] ** xref:link-macro-ref.adoc[]
[]
* xref:xref.adoc[] * xref:xref.adoc[]
** xref:inter-document-xref.adoc[] ** xref:inter-document-xref.adoc[]
** xref:xref-text-and-style.adoc[] ** xref:xref-text-and-style.adoc[]
** xref:xref-validate.adoc[] ** xref:xref-validate.adoc[]
[]
* xref:footnote.adoc[] * xref:footnote.adoc[]
[]
* xref:images.adoc[] * xref:images.adoc[]
** xref:images-directory.adoc[] ** xref:images-directory.adoc[]
** xref:image-url.adoc[] ** xref:image-url.adoc[]
...@@ -18,10 +24,12 @@ ...@@ -18,10 +24,12 @@
** xref:image-size.adoc[] ** xref:image-size.adoc[]
** xref:image-svg.adoc[] ** xref:image-svg.adoc[]
** xref:image-ref.adoc[] ** xref:image-ref.adoc[]
[]
* xref:audio-and-video.adoc[] * xref:audio-and-video.adoc[]
* xref:icons.adoc[]
** xref:icons-image.adoc[] []
** xref:icons-font.adoc[]
** xref:icon-macro.adoc[]
* xref:keyboard-macro.adoc[] * xref:keyboard-macro.adoc[]
[]
* xref:ui-macros.adoc[] * xref:ui-macros.adoc[]
.Sections * Sections
* xref:titles-and-levels.adoc[] ** xref:titles-and-levels.adoc[]
** xref:title-links.adoc[] *** xref:title-links.adoc[]
** xref:discrete-titles.adoc[] *** xref:discrete-titles.adoc[]
* xref:ids.adoc[] ** xref:ids.adoc[]
** xref:id-prefix-and-separator.adoc[] *** xref:id-prefix-and-separator.adoc[]
* xref:custom-ids.adoc[] ** xref:custom-ids.adoc[]
* xref:numbers.adoc[] ** xref:numbers.adoc[]
* xref:styles.adoc[] ** xref:styles.adoc[]
** xref:special-section-titles.adoc[] *** xref:special-section-titles.adoc[]
** xref:special-section-numbers.adoc[] *** xref:special-section-numbers.adoc[]
// Front matter // Front matter
** xref:colophon.adoc[] *** xref:colophon.adoc[]
** xref:dedication.adoc[] *** xref:dedication.adoc[]
// & Epigraph // & Epigraph
** xref:abstract.adoc[] *** xref:abstract.adoc[]
** xref:preface.adoc[] *** xref:preface.adoc[]
** xref:parts.adoc[] *** xref:parts.adoc[]
*** xref:part-numbers-and-labels.adoc[] **** xref:part-numbers-and-labels.adoc[]
** xref:chapters.adoc[] *** xref:chapters.adoc[]
// Back matter // Back matter
** xref:appendix.adoc[] *** xref:appendix.adoc[]
** xref:glossary.adoc[] *** xref:glossary.adoc[]
** xref:bibliography.adoc[] *** xref:bibliography.adoc[]
** xref:index.adoc[] *** xref:index.adoc[]
* xref:section-ref.adoc[] ** xref:section-ref.adoc[]
.Verbatim and Source Blocks * Verbatim and Source Blocks
* xref:source-blocks.adoc[] ** xref:source-blocks.adoc[]
** xref:source-highlighter.adoc[] *** xref:source-highlighter.adoc[]
** xref:highlight-lines.adoc[] *** xref:highlight-lines.adoc[]
** xref:highlight-php.adoc[] *** xref:highlight-php.adoc[]
* xref:listing-blocks.adoc[] ** xref:listing-blocks.adoc[]
* xref:literal-blocks.adoc[] ** xref:literal-blocks.adoc[]
* xref:callouts.adoc[] ** xref:callouts.adoc[]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment