mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2025-12-10 21:30: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;
|
||||
};
|
||||
config = {
|
||||
site_name = "Devtools";
|
||||
site_name = "DevTools";
|
||||
site_url = "https://devtools.rensa.projects.tf";
|
||||
repo_name = "rensa-nix/devtools";
|
||||
repo_url = "https://gitlab.com/rensa-nix/devtools";
|
||||
extra_css = ["style.css"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue