Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: change Development url #923

Merged
merged 3 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 5 additions & 3 deletions docs/config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ github_subdir: docs

versions:
- url: /docs/
version: development
- url: https://lifecycle.keptn.sh
version: production
version: branch-preview
- url: https://main.lifecycle-test.keptn.sh/docs
version: main
- url: https://lifecycle-test.keptn.sh/docs
version: latest
aepfli marked this conversation as resolved.
Show resolved Hide resolved
10 changes: 10 additions & 0 deletions docs/config/main/params.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
github_branch: main
github_project_repo: https://github.com/keptn/lifecycle-toolkit
github_repo: https://github.com/keptn/lifecycle-toolkit
github_subdir: docs

versions:
- url: /docs/
version: development
- url: https://lifecycle-test.keptn.sh/docs
version: latest
2 changes: 1 addition & 1 deletion docs/config/production/params.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
versions:
- url: https://dev.lifecycle-test.keptn.sh
- url: https://main.lifecycle-test.keptn.sh/docs
version: development
github_branch: pages
2 changes: 2 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ HUGO_VERSION = "0.105.0"
HUGO_ENABLEGITINFO = "true"

[context.deploy-preview]
HUGO_ENV = "development"

[context.branch-deploy]
HUGO_ENV = "main"

[context.production.environment]
HUGO_ENV = "production"
Expand Down