aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_layouts
Commit message (Collapse)AuthorAgeFilesLines
* docs: Setup mkdocs with mkdocs-material themeDamien2021-07-273-160/+0
| | | | | | This changes the framework used to generate the klipper3d site. Signed-off-by: Damien Martin <damlobster@gmail.com>
* docs: Add indentation to generated table-of-contents on klipper3d.org siteKevin O'Connor2020-12-031-0/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Simplify javascript link modification for external referencesKevin O'Connor2020-12-031-4/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Use relative links for files outside the docs/ directoryKevin O'Connor2020-12-031-0/+8
| | | | | | | | Use javascript to fixup the "github pages" rendering of links to files outside the docs/ directory. Then use normal relative links in the documentation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix markdown table layout in html renderingKevin O'Connor2019-04-181-0/+15
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Simplify main html page now that there is a logoKevin O'Connor2019-04-181-2/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add logos to web pageKevin O'Connor2019-04-183-1/+26
| | | | | | | Also, move docs/index.md to docs/_layouts/home.html. Add a docs/_layouts/README file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add an index page for the www.klipper3d.org websiteKevin O'Connor2019-04-161-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a github pages html templateKevin O'Connor2019-04-161-0/+105
Add an html template so that each page has a navbar at the top and a sidebar on the left with an auto-generated table of contents. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>