-
I think a enhancement to editors using this plugin would be to be able to see the page content directly without entering a password while serving the site with `mkdocs serve`.
-
I've enabled the plugin and the sitemap.xml.gz has gone but the sitemap.xml is still written to the output when publishing the docs and the file contains a raw jinja template from mkdocs template.
-
I just ran these commands to run the docs locally:
```
python -m venv uc_docs_venv
source uc_docs_venv/bin/activate
```
I had to run these additional commands to get it working properly:
`…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
Currently, in the template the documentation is generated using Sphinx. However, [MkDocs](https://www.mkdocs.org/) offers a more modern and streamlined approach to documentation generation that co…
-
### Dependency
- #388
### Overview
Since the project is not yet deployed, non-developers can't see the API docs that are generated on the fly by the backend. We need to generate and add that t…
fyliu updated
1 month ago
-
Currently, if these are the redirects:
```
- redirects:
redirect_maps:
index.md: home.md
```
then a link to `mydomain.com/index.html?q=example` will redirect to `mydo…
-
Hi,
Can we update constraint on
https://github.com/backstage/mkdocs-techdocs-core/blob/main/requirements.txt#L5
```diff
- Markdown>=3.2,=3.2,=3.6
[05:25:27.580+02:00] - mkdocs-techdocs…
-
### 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…
-
Is it possible to read the redirect_map from a file?
somehting similar to this.
```yaml
plugins:
- redirects:
redirect_map_file: my_redirects.yml
```
and then the `my_redirects.yml…