docs: use mkdocs-redirects only
This commit is contained in:
parent
38ace8b992
commit
0f67f7a5e0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
{
|
{
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.python3.pkgs.mkdocs-material
|
pkgs.python3.pkgs.mkdocs-material
|
||||||
pkgs.python3.pkgs.mkdocs-material.optional-dependencies.recommended
|
pkgs.python3.pkgs.mkdocs-redirects
|
||||||
];
|
];
|
||||||
files = pkgs.lib.fileset.toSource {
|
files = pkgs.lib.fileset.toSource {
|
||||||
root = ../.;
|
root = ../.;
|
||||||
|
|
Loading…
Add table
Reference in a new issue