Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "website/themes/docsy"]
path = website/themes/docsy
url = https://github.com/google/docsy.git
[submodule "website/assets/cncf-toc"]
path = website/assets/cncf-toc
url = https://github.com/cncf/toc.git
1 change: 1 addition & 0 deletions website/assets/cncf-toc
Submodule cncf-toc added at 04781b
2 changes: 1 addition & 1 deletion website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pygmentsStyle = "tango"
target = "content"

[[module.mounts]]
source = "../CHARTER.md"
source = "assets/cncf-toc/tags/tag-charters/contributor-strategy.md"
target = "content/about/charter.md"

[[module.mounts]]
Expand Down