-
Updated
Oct 12, 2021 - Python
MkDocs
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
Here are 620 public repositories matching this topic...
-
Updated
Oct 12, 2021 - TypeScript
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Mar 30, 2020 - CSS
-
Updated
Jun 13, 2021 - Python
Is there an existing issue for this?
- I have searched the existing issues
Suggestion
Using custom admonitions create a green admonition with an exclamation mark icon. This should have an entirely green box so this can be used to mimic the specification pdf which has highlighted green text.
See the squidfunk documentation for more information.
https://squidfunk.github.io/mkdoc
-
Updated
Oct 10, 2021 - Python
-
Updated
Oct 7, 2021 - Python
You can have two API objects that use the same anchor reference. When both are rendered into the same Markdown file, the references are not unique, and one of the links will not work.
def a():
""" Links to [a][0].
[0]: https://a.org """
def b():
""" Links to [b][0].
[0]: https://b.org """The MarkdownRenderer should find such duplicate references (here 0 an
-
Updated
Sep 28, 2021
-
Updated
Oct 4, 2021 - JavaScript
It would be great if there was a function in the theme handler in which I could modify the HTML before it's converted to PDF, for example to add a title page.
(At the moment, I tried to add a title page by combining the output with a pre-made PDF for the title page using Ghostscript, but the problem is that Ghostscript ruins all the named destinations links, so internal links won't work. Would
-
Updated
Sep 3, 2021 - Python
-
Updated
Oct 12, 2021 - SCSS
-
Updated
Sep 28, 2021 - Python
-
Updated
Oct 4, 2021 - Python
-
Updated
Oct 12, 2021 - Python
-
Updated
May 4, 2021 - R
-
Updated
Oct 1, 2021 - Python
-
Updated
Sep 29, 2021 - Ruby
-
Updated
Apr 27, 2016
-
Updated
Oct 12, 2021 - C++
-
Updated
Sep 8, 2021 - HTML
-
Updated
Mar 28, 2020 - Python
Created by Tom Christie
Released 2014
Latest release Today
- Repository
- mkdocs/mkdocs
- Website
- www.mkdocs.org
We need to inherit from
TimeStampedModelhttps://github.com/readthedocs/readthedocs.org/blob/3313d556096310c50b51be06bf46a78d827019fd/readthedocs/redirects/models.py#L54-L54
similar to https://github.com/readthedocs/readthedocs.org/blob/3313d556096310c50b51be06bf46a78d827019fd/readthedocs/projects/models.py#L1478-L1478
and override those fields to be nullable to avoid downtime during de