docs/website: update Hugo modules

This commit is contained in:
Gabriel Arazas 2024-11-21 13:16:35 +08:00
parent 628952542e
commit 7eee12ff7e
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
5 changed files with 125 additions and 198 deletions

View File

@ -110,7 +110,7 @@ in
buildHugoSite {
pname = "wrapper-manager-docs";
version = "2024-07-13";
version = "2024-11-21";
src = lib.fileset.toSource {
root = ./website;
@ -124,7 +124,7 @@ in
];
};
vendorHash = "sha256-qsmXolxEcYjY2jwIlPRqir5gE8TeVknPGIGF4g89x54=";
vendorHash = "sha256-UDDCYQB/kdYT63vRlRzL6lOePl9F7j3eUIHX/m6rwEs=";
buildFlags = [ "--baseURL" baseUrl ];

View File

@ -10,12 +10,7 @@
version = "2.0.23";
};
asciidoctor-diagram = {
dependencies = [
"asciidoctor"
"asciidoctor-diagram-ditaamini"
"asciidoctor-diagram-plantuml"
"rexml"
];
dependencies = ["asciidoctor" "asciidoctor-diagram-ditaamini" "asciidoctor-diagram-plantuml" "rexml"];
groups = ["default"];
platforms = [];
source = {
@ -57,10 +52,7 @@
version = "1.2024.5";
};
asciidoctor-foodogsquared-extensions = {
dependencies = [
"asciidoctor"
"rugged"
];
dependencies = ["asciidoctor" "rugged"];
groups = ["default"];
platforms = [];
source = {
@ -71,10 +63,7 @@
version = "1.2.1";
};
ast = {
groups = [
"default"
"lint"
];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -94,10 +83,7 @@
version = "1.3.3";
};
json = {
groups = [
"default"
"lint"
];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -107,11 +93,7 @@
version = "2.7.2";
};
language_server-protocol = {
groups = [
"default"
"development"
"lint"
];
groups = ["default" "development" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -121,10 +103,7 @@
version = "3.17.0.3";
};
logger = {
groups = [
"default"
"development"
];
groups = ["default" "development"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -144,10 +123,7 @@
version = "1.0.0";
};
parallel = {
groups = [
"default"
"lint"
];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -157,14 +133,8 @@
version = "1.25.1";
};
parser = {
dependencies = [
"ast"
"racc"
];
groups = [
"default"
"lint"
];
dependencies = ["ast" "racc"];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -174,10 +144,7 @@
version = "3.3.4.0";
};
prism = {
groups = [
"default"
"development"
];
groups = ["default" "development"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -187,10 +154,7 @@
version = "0.30.0";
};
racc = {
groups = [
"default"
"lint"
];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -200,10 +164,7 @@
version = "1.8.0";
};
rainbow = {
groups = [
"default"
"lint"
];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -224,10 +185,7 @@
};
rbs = {
dependencies = ["logger"];
groups = [
"default"
"development"
];
groups = ["default" "development"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -237,10 +195,7 @@
version = "3.5.2";
};
regexp_parser = {
groups = [
"default"
"lint"
];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -251,10 +206,7 @@
};
rexml = {
dependencies = ["strscan"];
groups = [
"default"
"lint"
];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -274,18 +226,7 @@
version = "4.3.0";
};
rubocop = {
dependencies = [
"json"
"language_server-protocol"
"parallel"
"parser"
"rainbow"
"regexp_parser"
"rexml"
"rubocop-ast"
"ruby-progressbar"
"unicode-display_width"
];
dependencies = ["json" "language_server-protocol" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
groups = ["lint"];
platforms = [];
source = {
@ -297,10 +238,7 @@
};
rubocop-ast = {
dependencies = ["parser"];
groups = [
"default"
"lint"
];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -310,12 +248,7 @@
version = "1.31.3";
};
ruby-lsp = {
dependencies = [
"language_server-protocol"
"prism"
"rbs"
"sorbet-runtime"
];
dependencies = ["language_server-protocol" "prism" "rbs" "sorbet-runtime"];
groups = ["development"];
platforms = [];
source = {
@ -326,10 +259,7 @@
version = "0.17.7";
};
ruby-progressbar = {
groups = [
"default"
"lint"
];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -349,10 +279,7 @@
version = "1.7.2";
};
slim = {
dependencies = [
"temple"
"tilt"
];
dependencies = ["temple" "tilt"];
groups = ["default"];
platforms = [];
source = {
@ -363,10 +290,7 @@
version = "5.2.1";
};
sorbet-runtime = {
groups = [
"default"
"development"
];
groups = ["default" "development"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -376,10 +300,7 @@
version = "0.5.11481";
};
strscan = {
groups = [
"default"
"lint"
];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
@ -409,10 +330,7 @@
version = "2.4.0";
};
unicode-display_width = {
groups = [
"default"
"lint"
];
groups = ["default" "lint"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];

View File

@ -3,10 +3,10 @@ module github.com/foo-dogsquared/wrapper-manager-fds
go 1.23.2
require (
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241028022226-7f7e0be42a95 // indirect
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241120232120-e36cafefea29 // indirect
github.com/foo-dogsquared/hugo-mod-web-feeds v0.0.3-0.20220613123653-e0bc8e58159d // indirect
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.1 // indirect
github.com/foo-dogsquared/website v0.0.0-20241103012127-eed6eb26f100 // indirect
github.com/refactoringui/heroicons v2.1.5+incompatible // indirect
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.2-0.20241119041335-143341838df0 // indirect
github.com/foo-dogsquared/website v0.0.0-20241121041746-6b5744c9aee7 // indirect
github.com/refactoringui/heroicons v2.2.0+incompatible // indirect
github.com/simple-icons/simple-icons v0.0.0-20241027003233-9d720b26a17d // indirect
)

View File

@ -1,16 +1,25 @@
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20231025231637-36998f86bbf2/go.mod h1:8HnVc0SlzI7LCEU4sITYS5MQTq0Bct/nFr/7LdsHYVQ=
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241028022226-7f7e0be42a95 h1:knvsLW0kTmLxZ7tCKAQgK9M6e8ggjU6NPcmP3HOFKHc=
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241028022226-7f7e0be42a95/go.mod h1:R9tJ1WSUnZf0R12SAmI9I/x9IQQbwPGek2FQyGJOC0g=
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241113232057-c42b53cd0165/go.mod h1:R9tJ1WSUnZf0R12SAmI9I/x9IQQbwPGek2FQyGJOC0g=
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241120232120-e36cafefea29 h1:tW39wPtZJTjpaK7+QshbQFYeLQA1airNi547vXMoy7c=
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241120232120-e36cafefea29/go.mod h1:R9tJ1WSUnZf0R12SAmI9I/x9IQQbwPGek2FQyGJOC0g=
github.com/foo-dogsquared/hugo-mod-web-feeds v0.0.3-0.20220613123653-e0bc8e58159d h1:IvFDTSoQiK3BsbdJxvXEqjuRxwcYo2dMHgUxGmhdYes=
github.com/foo-dogsquared/hugo-mod-web-feeds v0.0.3-0.20220613123653-e0bc8e58159d/go.mod h1:V7UXom6wuFrWj1lBUCXQA3HguwfDhQA+tQNxyRxdClk=
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.1-0.20240829055539-b7c3b8878050/go.mod h1:Rbsgp6Kdi2jVmAILYZTgCysqU4xvoLFwvrR0nvpSr4I=
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.1 h1:5Mu2OBMVHHp1nytCUUFz9EEQ3gTQCBUHsovzaQssnmc=
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.1/go.mod h1:HV3pnAPBJNG6k9bo10wDOkl6rYFib+um2IURlRIlXkg=
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.2-0.20241119041335-143341838df0 h1:ck2aC9kc4/EUH9mqKzs+bltbJ5LOwC8LlYvqns1KgB4=
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.2-0.20241119041335-143341838df0/go.mod h1:HV3pnAPBJNG6k9bo10wDOkl6rYFib+um2IURlRIlXkg=
github.com/foo-dogsquared/website v0.0.0-20241103012127-eed6eb26f100 h1:+OSuIHC1ARQGEMihMeB8Xc5BE6Be5xgdban3RxbIcz4=
github.com/foo-dogsquared/website v0.0.0-20241103012127-eed6eb26f100/go.mod h1:AkVVnWQg95UIzQEN7OuMgupRG6Mi2gAsxuaK81/DyUc=
github.com/foo-dogsquared/website v0.0.0-20241121041746-6b5744c9aee7 h1:FJK0BK/43bHbPHB5jFI/8YuICPOptq3QDTupfDGCE2M=
github.com/foo-dogsquared/website v0.0.0-20241121041746-6b5744c9aee7/go.mod h1:WzxWNpb3eNVQiqnnJTR66ptffyoK/SpZcw8efzOO12g=
github.com/refactoringui/heroicons v2.0.18+incompatible/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=
github.com/refactoringui/heroicons v2.1.5+incompatible h1:XzZpX6BwR5eYel3Owrw6u0e11/pj1FTXA3MSiN3OOvE=
github.com/refactoringui/heroicons v2.1.5+incompatible/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=
github.com/refactoringui/heroicons v2.2.0+incompatible h1:EKlvN4FK+3SgKcO9qy8Y30Up+SYypBifKCaOynG9Sh8=
github.com/refactoringui/heroicons v2.2.0+incompatible/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=
github.com/simple-icons/simple-icons v0.0.0-20231022005333-fdbaaa2d5f99/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE=
github.com/simple-icons/simple-icons v0.0.0-20241027003233-9d720b26a17d h1:hkrcJOSlWIPEaFLPeE82iyslQkhnyH4aheEtIushCQg=
github.com/simple-icons/simple-icons v0.0.0-20241027003233-9d720b26a17d/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE=

View File

@ -58,7 +58,7 @@
devPackages = {
manpage-reference = docs.outputs.manpage;
html-reference = docs.outputs.html;
website = docs.website;
website = docs.website { };
};
checks =