Skip to content
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
8 changes: 4 additions & 4 deletions base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,13 @@ nav:
- docs/operation/encryption.md
- Credential Management:
- docs/operation/creds/index.md
- docs/operation/creds/vault.md
- docs/operation/creds/credhub.md
- docs/operation/creds/aws-ssm.md
- docs/operation/creds/aws-secrets.md
- docs/operation/creds/kubernetes.md
- docs/operation/creds/aws-ssm.md
- docs/operation/creds/conjur.md
- docs/operation/creds/credhub.md
- docs/operation/creds/id-token.md
- docs/operation/creds/kubernetes.md
- docs/operation/creds/vault.md
- docs/operation/creds/caching.md
- docs/operation/creds/redacting.md
- docs/operation/creds/retrying-failed.md
Expand Down
2 changes: 1 addition & 1 deletion ci/build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git config --global user.email "concourseteam+concourse-github-bot@gmail.com"
git config --global user.name "Concourse Bot"

pushd docs
pip install mkdocs-material mkdocs-redirects mkdocs-glightbox nodeenv
pip install -r requirements.txt
nodeenv env --node=22.21.1

source env/bin/activate
Expand Down
Loading