From 7fb9e78b5e307cf83412d9a08fdfaed821c20b88 Mon Sep 17 00:00:00 2001 From: texm Date: Thu, 27 Apr 2023 21:40:56 +0800 Subject: [PATCH] fix web build --- web/src/routes/docs/apps/+page.svelte | 7 +++---- web/src/routes/docs/intro/+page.svelte | 4 ++-- web/src/routes/docs/services/+page.svelte | 5 +++-- web/src/routes/docs/settings/+page.svelte | 1 - 4 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 web/src/routes/docs/settings/+page.svelte diff --git a/web/src/routes/docs/apps/+page.svelte b/web/src/routes/docs/apps/+page.svelte index 1ff24c8..56da98d 100644 --- a/web/src/routes/docs/apps/+page.svelte +++ b/web/src/routes/docs/apps/+page.svelte @@ -28,8 +28,7 @@ then be automatically built and deployed. See the Dokku docs on this method here.
- If the repo is private, ensure you have configured access following the instructions - here. + If the repo is private, ensure you have configured access in the Settings page.

Docker Image

@@ -37,6 +36,6 @@ This option enables pulling a Docker image. See the Dokku docs for caveats here.
- If the image is held in a private registry, ensure you have configured access by - following the instructions here. + If the image is held in a private registry, ensure you have configured access in the + Settings page.

\ No newline at end of file diff --git a/web/src/routes/docs/intro/+page.svelte b/web/src/routes/docs/intro/+page.svelte index 9b80f49..4e77bd2 100644 --- a/web/src/routes/docs/intro/+page.svelte +++ b/web/src/routes/docs/intro/+page.svelte @@ -1,8 +1,8 @@

Shokku is an interface for Dokku - an open source, self-hostable PaaS - (commercial options include Heroku, fly.io, - or Render) + (commercial options include Heroku, + fly.io, or Render)
It is recommended you are familiar with the underlying Dokku project (read the docs). diff --git a/web/src/routes/docs/services/+page.svelte b/web/src/routes/docs/services/+page.svelte index ed74863..1bf0917 100644 --- a/web/src/routes/docs/services/+page.svelte +++ b/web/src/routes/docs/services/+page.svelte @@ -45,6 +45,7 @@

Linking a service

Services need to be linked to an app. Once this is done, the connection - information will be available in the UI, and injected as an environment variable - to the app (eg REDIS_URL) + information will be available to the app as an environment variable + (eg REDIS_URL). These can be viewed in the Environment Variables + app page.

\ No newline at end of file diff --git a/web/src/routes/docs/settings/+page.svelte b/web/src/routes/docs/settings/+page.svelte deleted file mode 100644 index ea04921..0000000 --- a/web/src/routes/docs/settings/+page.svelte +++ /dev/null @@ -1 +0,0 @@ -

todo

\ No newline at end of file