diff --git a/docsite/docs/build-images/configuration.md b/docsite/docs/build-images/configuration.md index 7e8748d2d..2b5f49c98 100644 --- a/docsite/docs/build-images/configuration.md +++ b/docsite/docs/build-images/configuration.md @@ -5,8 +5,8 @@ Komodo just needs a bit of information in order to build your image. ### Provider configuration Komodo supports cloning repos over http/s, from any provider that supports cloning private repos using `git clone https://@git-provider.net//`. -Accounts / access tokens can be configured in either the [core config](../core-setup.mdx#configuration) -or in the [periphery config](../connecting-servers.md#manual-install-steps---binaries). +Accounts / access tokens can be configured in either the [core config](../setup/advanced.mdx#mount-a-config-file) +or in the [periphery config](../setup/connect-servers.md#manual-install-steps---binaries). ### Repo configuration To specify the git repo to build, just give it the name of the repo and the branch under *repo config*. The name is given like `mbecker20/komodo`, it includes the username / organization that owns the repo. diff --git a/docsite/docs/setup/advanced.mdx b/docsite/docs/setup/advanced.mdx index aa650bd43..670e6d399 100644 --- a/docsite/docs/setup/advanced.mdx +++ b/docsite/docs/setup/advanced.mdx @@ -11,9 +11,9 @@ or [Google](https://developers.google.com/identity/protocols/oauth2). - `/auth/github/callback` for Github. - `/auth/google/callback` for Google. -### Optional. Mount a config file. +### Mount a config file -If you prefer to keep sensitive information out of environment variables, you can +If you prefer to keep sensitive information out of environment variables, you can optionally write a config file on your host, and mount it to `/config/config.toml` in the Komodo core container. :::info