mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cffefd0356 | ||
|
|
91f313d302 | ||
|
|
f85dcfb98f | ||
|
|
1c82f8ae7a |
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
gitops-file: "environments/staging/doc.kerberos.io/deployment.yaml"
|
||||
gitops-pr-branch: "release-kerberos-documentation-${{ github.event.inputs.tag || github.ref_name }}"
|
||||
gitops-key: ".spec.template.spec.containers[0].image"
|
||||
gitops-value: "uugai/kerberos-documentation:${{ github.event.inputs.tag || github.ref_name }}"
|
||||
gitops-value: "core.harbor.uug.ai/images/uugai/kerberos-documentation:${{ github.event.inputs.tag || github.ref_name }}"
|
||||
commit-email: "gitops@uug.ai"
|
||||
commit-name: "GitOps - UUG.AI"
|
||||
commit-message: "A new release for Kerberos documentation - ${{ github.event.inputs.tag || github.ref_name }}"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
FROM node:10.22.1
|
||||
|
||||
FROM node:18.3.0
|
||||
# Build the documentation website
|
||||
RUN mkdir -p /app
|
||||
WORKDIR /app
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
baseurl = "https://doks-next.netlify.app/"
|
||||
canonifyURLs = true
|
||||
baseurl = "/"
|
||||
canonifyURLs = false
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
baseurl = "https://doc.kerberos.io/"
|
||||
canonifyURLs = true
|
||||
baseurl = "/"
|
||||
canonifyURLs = false
|
||||
docsRepo = "https://github.com/kerberos-io/documentation"
|
||||
editPage = true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
baseurl = "https://staging.doc.kerberos.live/"
|
||||
canonifyURLs = true
|
||||
baseurl = "/"
|
||||
canonifyURLs = false
|
||||
docsRepo = "https://github.com/kerberos-io/documentation"
|
||||
editPage = true
|
||||
Reference in New Issue
Block a user