File tree Expand file tree Collapse file tree 8 files changed +660
-598
lines changed Expand file tree Collapse file tree 8 files changed +660
-598
lines changed Original file line number Diff line number Diff line change 11[submodule "site/themes/docsy "]
22path = site/themes/docsy
33url = https://github.com/google/docsy.git
4+ branch = main
Original file line number Diff line number Diff line change 22node_modules
33public
44resources
5+ tmp
Original file line number Diff line number Diff line change 1111netlify-build : init-theme build
1212
1313netlify-deploy-preview : init-theme
14+ cd themes/docsy && npm install
1415hugo --enableGitInfo --buildFuture -b $(DEPLOY_PRIME_URL )
1516
1617# Used by Netlify to pull in the theme (plain git-clone of our main repo is not enough).
@@ -20,7 +21,7 @@ init-theme:
2021# Update the "docsy" Hugo theme.
2122update-theme : init-theme
2223git submodule update --remote
23- npm update
24+ npm install
2425
2526check-broken-links :
2627find ./public -name " *.html" -print0 | sort -z | xargs -0 ./check-broken-links.sh
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11---
22title : " Legacy Snapshot"
3- weight : 1
43description : >
54 Legacy docs
65weight : 100
76---
87
98## Legacy Snapshot
109
11- Due to historical reasons , almost all of Prow's documentation resides in the
10+ Historically , almost all of Prow's documentation resided in the
1211[ kubernetes/test-infra] [ k/t-i ] ("k/t-i") repo. As part of the [ migration
13- effort] ( https://github.com/kubernetes-sigs/prow/issues/4 ) , this page captures
12+ effort] ( https://github.com/kubernetes-sigs/prow/issues/4 ) , those docs were
13+ replaced with "tombstones" in
14+ https://github.com/kubernetes/test-infra/pull/27818 , with a pointer to this
15+ page.
16+
17+ This page captures
1418Prow documentation in the [ k/t-i] [ ] repository as of [ October
151925,
16202022] ( https://github.com/kubernetes/test-infra/tree/ad35c59116f550a260de4fed95438fb43188ff1a ) .
@@ -25,4 +29,4 @@ This is an ongoing effort and the goal is to one day delete this snapshot
2529altogether (to be replaced by equivalent documentation outside of this folder).
2630
2731[ k8s ] : https://github.com/kubernetes/kubernetes
28- [ k/t-i ] : https://github.com/kubernetes/kubernetes
32+ [ k/t-i ] : https://github.com/kubernetes/test-infra
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments