Compare commits

...

3 Commits

Author SHA1 Message Date
Cedric Verstraeten
91f313d302 remove fixed urls 2024-10-01 08:39:45 +02:00
Cedric Verstraeten
f85dcfb98f Update Dockerfile 2024-09-30 21:53:53 +02:00
Cedric Verstraeten
1c82f8ae7a Update Dockerfile 2024-09-30 21:50:52 +02:00
4 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
FROM node:10.22.1
FROM node:18.3.0
# Build the documentation website
RUN mkdir -p /app
WORKDIR /app

View File

@@ -1,2 +1,2 @@
baseurl = "https://doks-next.netlify.app/"
canonifyURLs = true
baseurl = "/"
canonifyURLs = false

View File

@@ -1,4 +1,4 @@
baseurl = "https://doc.kerberos.io/"
canonifyURLs = true
baseurl = "/"
canonifyURLs = false
docsRepo = "https://github.com/kerberos-io/documentation"
editPage = true

View File

@@ -1,4 +1,4 @@
baseurl = "https://staging.doc.kerberos.live/"
canonifyURLs = true
baseurl = "/"
canonifyURLs = false
docsRepo = "https://github.com/kerberos-io/documentation"
editPage = true