Skip to content

Commit

Permalink
Update remaining references to collapsible ToC
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Sheen <[email protected]>
  • Loading branch information
infotexture committed May 9, 2022
1 parent b4b204c commit 8a642ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dita --input=path/to/your.ditamap \
--nav-toc=list-group-partial
```

For an example of `list-group-full` styling, see the output at [infotexture.github.io/dita-bootstrap][8].
For an example of `collapsible` styling, see the output at [infotexture.github.io/dita-bootstrap][8].

Additionally, the first-level navigation menu can be switched to a horizontal Bootstrap menu bar to reduce the depth of the ToC.

Expand Down
10 changes: 5 additions & 5 deletions sample/index.dita
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,16 @@
</fig>
</li>
</ol>
<note outputclass="alert-primary">For an example of <codeph>list-group-full</codeph> styling, see the output at
<note outputclass="alert-primary">For an example of <codeph>collapsible</codeph> styling, see the output at
<xref
href="https://infotexture.github.io/dita-bootstrap/"
format="html"
scope="external"
>infotexture.github.io/dita-bootstrap</xref>. </note>
<p>Additionally, the first level navigation menu can be switched to a horizontal Bootstrap navbar to reduce the
depth of the ToC</p>
<p>To use this option, add the <parmname>--menubar-toc.include</parmname>=<option>yes</option> parameter to the
<cmdname>dita</cmdname> command.</p>
<p>Additionally, the first-level navigation menu can be switched to a horizontal Bootstrap navbar to reduce the
depth of the ToC. To use this option, add the <parmname>--menubar-toc.include</parmname>=<option
>yes</option> parameter to the
<cmdname>dita</cmdname> command:</p>
<codeblock outputclass="language-bash"><cmdname>dita</cmdname> <parmname>--input</parmname>=<filepath
>path/to/your.ditamap</filepath> \
<parmname>--format</parmname>=<option>html5-bootstrap</option> \
Expand Down

0 comments on commit 8a642ec

Please sign in to comment.