Table of content navigation on site
See original GitHub issueI wrote up the full details here on SO: http://stackoverflow.com/questions/39112271/docfx-how-to-create-table-of-contents-navigation-on-site but thought I’d repost my issue here, since I can’t find anything about this in the documentation.
I want to create a table of contents that looks like what DocFx has on their official site:
Using the default docfx init
command using all of the default values my website looks like this upon build:
I’ve tried tampering with the toc.yml files with no such luck. How do I get this kind of navigation, and for that matter the top-level navigation with DocFx?
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Usable Table of Contents and Navigation Pane
The Nav pane and Outline view are good for jumping around in large documents, I have a 2000+ page document that I use...
Read more >Use the Navigation pane in Word
In the Navigation pane, select the Headings tab. To go to a heading in your document, click that heading in the Navigation pane....
Read more >G64: Providing a Table of Contents | Techniques for WCAG ...
There is a distinction between a table of contents and other Navigational elements such as a Navigation Bar or Site Map. A table...
Read more >How to Make a Table of Contents in Word
The Navigation Pane will appear on the left, with your organized document split into heading appearing under the Headings tab. Navigation Pane ...
Read more >Adding a Table of Contents - Google Sites
A table of contents is a great way for you to organize your content and an easy way for visitors to navigate your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @Aaronontheweb , can you try
docfx --serve
to visit the page from localhost:8080? If you open the local html file directly, the browser may preventing loading some files which will cause the missing navigation bar.@tommikiviniemi-srs try
-t statictoc
.