aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_klipper3d
Commit message (Collapse)AuthorAgeFilesLines
* mkdocs_hooks: Improve check for not in a listKevin O'Connor2021-08-021-1/+1
| | | | | | | | Look for lines that don't start with a list and don't start with a space to check for the end of a list. This fixes the rendering of the list in BLTouch.md . Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* mkdocs_hooks: Add some comments to the scriptKevin O'Connor2021-08-021-0/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* _klipper3d: Add additional comments to mkdocs.ymlKevin O'Connor2021-08-021-29/+34
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* klipper3d: links to anchors not working with SafariDamien2021-07-281-1/+0
| | | | | Solves issue #4538 Signed-off-by: Damien Martin <damlobster@gmail.com>
* _klipper3d: Set use_directory_urls to FalseKevin O'Connor2021-07-271-0/+1
| | | | | | | Restore old link behavior - each document file will have a single html file ending in the ".html" suffix. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* _klipper3d: Move mkdocs.yml to docs/_klipper3dKevin O'Connor2021-07-271-0/+122
| | | | | | Reported by @damlobster . Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* _klipper3d: Add comments to files in this directoryKevin O'Connor2021-07-274-0/+9
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* _klipper3d: Add trailing newline to extra.cssKevin O'Connor2021-07-271-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: make mkdocs_hooks.transform more robustDamien Martin2021-07-271-10/+23
| | | | | | | - Keeps the markdown inside the code blocks as is - Logs the modified lines (mkdocs serve —verbose) Signed-off-by: Damien Martin <damlobster@gmail.com>
* docs: Setup mkdocs with mkdocs-material themeDamien2021-07-273-0/+41
This changes the framework used to generate the klipper3d site. Signed-off-by: Damien Martin <damlobster@gmail.com>