diff --git a/docs/snippets/lorem_ipsum.md b/docs/snippets/lorem_ipsum.md deleted file mode 100644 index 96eae02..0000000 --- a/docs/snippets/lorem_ipsum.md +++ /dev/null @@ -1,29 +0,0 @@ -## Lorem Ipsum - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna -aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - -### Subheading - -Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint -occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. - -- Bullet point 1 -- Bullet point 2 -- Bullet point 3 - -`Inline code example` - -``` -Code block example -with multiple lines -```` - -*Italic text* -**Bold text** - -> Blockquote example - -[Link example](https://www.example.com) - -![Image alt text](https://dummyimage.com/300x200/eee/aaa) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 116af5f..beb9e2a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,6 +9,10 @@ plugins: cover_title: RCTab Documentation cover_subtitle: !ENV [READTHEDOCS_VERSION, 'Unreleased Alpha'] copyright: (c) Copyright 2025 + excludes_children: + - 'index.html' + exclude_pages: + - 'index.html' - link-stripper: target_files: - 'tdp/print-page.html'