aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/templates
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03doc: remove link "edit on github"Luc Van Oostenryck1-0/+11
since the development isn't done on github, the link "edit on github" is useless and confusing. So remove this link (but leave the one "View page source" as it's sometimes quite handy). Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2020-08-03doc: add index to the sidebarLuc Van Oostenryck1-0/+8
It's very useful to be able to access the index from the sidebar but no change in the configuration seems to allow this. Trying to abuse the toctree give the same result. So, add it directly via the template system. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>