I would like to add a link to our main documentation page to every jazzy-generated page. Can anyone point me to the code where the html is actually built? I looked at all the customization options and none of them do what I want. I’ve also looked through the code for a while but so far have not found what I would need to edit.
Asked
Active
Viewed 240 times
1 Answers
0
I found it: https://github.com/realm/jazzy/blob/master/lib/jazzy/themes/[theme]/templates/doc.mustache
For example, for the apple theme: https://github.com/realm/jazzy/blob/master/lib/jazzy/themes/apple/templates/doc.mustache

Morgan
- 1,280
- 1
- 14
- 15