-
To reproduce, copy/edit the examples/ok-mkdocs-docs-merge example so that the mkdocs-test.yml file looks like:
```
# This example shows how to merge a docs folder with other documentation.
site_nam…
-
**Description:**
The current setup locks the site to mkdocs-material version 9.5.44, implemented to prevent layout issues during automatic deployments after each commit to the master branch. While th…
-
I am trying to run the following app.
```python
from django.db import models
from nanodjango import Django
from django.db.models import Model
from django.contrib.auth.models import User
fro…
-
## Details
In #362, it was discussed what should go into `README.md`.
Additionally, it was agreed that we should try to render all site pages as a single HTML like it's done in the [NixOS manual…
-
The Python Markdown TOC plugin works well for individual pages, but is there a good way to add a full TOC after the first cover page that would list the entire site when using the aggregator? All othe…
-
In cover pages jinja variables like `{{ cong.site_name }}` are not replaced woth their corresponding value.
I think it's not an configuration error, because with the official documantation of mkdocs-…
-
I wanted to update the python docs, but none of the commands listed in `writing_docs.md` work for me.
E.g.:
```
$ pixi run py-docs-serve
Traceback (most recent call last):
File "/home/cmc/dev…
-
## Is your feature request related to a problem? Please describe
Want to develop a useful documentation site for Effe (I have the domain **effe.dev** already registered for this). My involvement …
-
when using `mkdocs serve` it is not possible to fetch the served files from another site via the browser because of [CORS](https://de.wikipedia.org/wiki/Cross-Origin_Resource_Sharing)
A simple solu…
-
### Problem
I have to use `mkdocs` to build pages in gitlab.
When I execute `mkdocs serve -w docs` I failed with following error:
> INFO - DeprecationWarning: Jupyter is migrating its pat…