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