Skip to content

Commit

Permalink
Merge pull request #13 from jhkrug/name-change
Browse files Browse the repository at this point in the history
Name change docstore -> docs
  • Loading branch information
jhkrug authored Sep 5, 2024
2 parents 4549442 + 66ab5ba commit a2961ca
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
tmp/
docs/
node_modules/
build/
.DS_Store/
.vscode/
.idea/
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
local:
mkdir -p tmp
npx antora --version
npx antora --stacktrace --log-format=pretty \
npx antora --stacktrace --log-format=pretty --log-level=info \
product-docs-playbook-local.yml \
2>&1 | tee tmp/local-build.log 2>&1

remote:
mkdir -p tmp
npm install && npm update
npx antora --version
npx antora --stacktrace --log-format=pretty \
npx antora --stacktrace --log-format=pretty --log-level=info \
product-docs-playbook-remote.yml \
2>&1 | tee tmp/remote-build.log 2>&1

Expand Down
2 changes: 1 addition & 1 deletion modules/en/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* xref:v0.10@fleet:index.adoc[Fleet]
* xref:main@k3s:en:introduction.adoc[K3s]
* xref:1.16@kubewarden-product-docs:en:index.adoc[Kubewarden]
* xref:next@kubewarden-product-docs:en:index.adoc[Kubewarden]
* xref:1.7.0@longhorn-product-docs:en:index.adoc[Longhorn]
2 changes: 1 addition & 1 deletion product-docs-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ content:
branches: [main]
- url: ../kubewarden-product-docs
branches: [main]
start_paths: [docstore/next, docstore/version-*]
start_paths: [docs/next, docs/version-*]
- url: ../longhorn-product-docs
branches: [1.8.0, 1.7.1, 1.7.0, 1.6.3, 1.6.2, 1.6.1, 1.6.0, 1.5.6, 1.5.5]
ui:
Expand Down
2 changes: 1 addition & 1 deletion product-docs-playbook-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ content:
branches: [main]
- url: https://github.com/rancher/kubewarden-product-docs.git
branches: [main]
start_paths: [docstore/next, docstore/version-*]
start_paths: [docs/next, docs/version-*]
- url: https://github.com/rancher/longhorn-product-docs.git
branches: [1.8.0, 1.7.1, 1.7.0, 1.6.3, 1.6.2, 1.6.1, 1.6.0, 1.5.6, 1.5.5]
ui:
Expand Down

0 comments on commit a2961ca

Please sign in to comment.