-
- Downloads
Move development/contributing docs to docsy theme repo (embed via...
Move development/contributing docs to docsy theme repo (embed via /docs/development), sync tools with other handbooks (hugolint, Hugo v0.123.7, CI/CD components)
parent
8d9b4c63
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 8 additions, 2 deletions.gitlab-ci.yml
- .gitlab/CODEOWNERS 1 addition, 1 deletion.gitlab/CODEOWNERS
- LICENSE 3 additions, 3 deletionsLICENSE
- README.md 4 additions, 176 deletionsREADME.md
- config/_default/config.yaml 6 additions, 2 deletionsconfig/_default/config.yaml
- data/toc.yaml 1 addition, 1 deletiondata/toc.yaml
- go.mod 1 addition, 3 deletionsgo.mod
- go.sum 7 additions, 0 deletionsgo.sum
- scripts/parse-codequality-report.sh 2 additions, 1 deletionscripts/parse-codequality-report.sh
... | ... | @@ -2,11 +2,9 @@ module gitlab.com/gitlab-com/content-sites/handbook |
go 1.19 | ||
// 2024-02-23 @dnsmichi require 0.8.0 because of URL anchor regression in 0.9.0 | ||
// Remove when fixed in https://gitlab.com/gitlab-com/content-sites/handbook/-/issues/194 | ||
require github.com/google/docsy v0.9.1 | ||
require ( | ||
github.com/google/docsy/dependencies v0.7.2 // indirect | ||
gitlab.com/gitlab-com/content-sites/docsy-gitlab v0.3.14 // indirect | ||
gitlab.com/gitlab-com/content-sites/docsy-gitlab v0.3.17 // indirect | ||
) |
Please register or sign in to comment