mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2025-12-11 22:00:07 +01:00
docs: add site_url for sitemap
This commit is contained in:
parent
d56eb76a16
commit
6e9c8612b3
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ in
|
||||||
includeDir = toString optionsDocs;
|
includeDir = toString optionsDocs;
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
site_name = "Devtools";
|
site_name = "DevTools";
|
||||||
|
site_url = "https://devtools.rensa.projects.tf";
|
||||||
repo_name = "rensa-nix/devtools";
|
repo_name = "rensa-nix/devtools";
|
||||||
repo_url = "https://gitlab.com/rensa-nix/devtools";
|
repo_url = "https://gitlab.com/rensa-nix/devtools";
|
||||||
extra_css = ["style.css"];
|
extra_css = ["style.css"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue