Skip to content

pdmosses/test-nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Test of generated navigation

Just the Docs

This site is currently based on version 0.2.7 of Just the Docs, with additions to _includes for recursive navigation and default page order.

Navigation involving grandchildren is illustrated in UI Components.

Test of tags

All pages display their tags in the navigation bar.

Tags are specified in the front matter of a page as an array:

tags:
  - ...
  - ...

Tags may include spaces and non-alphanumeric characters, but internally they are converted to a "pretty" canonical form.

Each tag is linked to a section of a page that lists all the tags and, for each tag, lists all the pages that are tagged with it.

See Test Tags for some simple tests.

To add tags to a Just the Docs website, copy the files _layouts/tags.html and _includes/nav_tags.html to it, and include the latter file in _layouts/default.html. Copy also the file docs/tags.md.

Caveat: The usability of this implementation of tags has not yet been tested on a larger site with real-world tags.

Suggestions for improvements are welcome!

Test of Mathjax

See the Test Mathjax page.

To use Mathjax, update _config.yml to ensure:

compress_html:
  blanklines: true

and copy the contents of _includes/head_custom.html. The Mathjax code is loaded only on pages that set mathjax: true.

About

Test of navigation features for Just the Docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages