diff --git a/docs/docs/deployment-guide.mdx b/docs/docs/deployment-guide.mdx index d74cf783..2a0fc531 100644 --- a/docs/docs/deployment-guide.mdx +++ b/docs/docs/deployment-guide.mdx @@ -32,7 +32,7 @@ The following guide will walk you through the steps to deploy Sourcebot on your }' > config.json ``` - This config creates a single GitHub connection named `starter-connection` that specifies [Sourcebot](https://github.com/sourcebot-dev/sourcebot) as a repo to sync. [Learn more about the config file](/docs/connections/overview). + This config creates a single GitHub connection named `starter-connection` that specifies [Sourcebot](https://github.com/sourcebot-dev/sourcebot) as a repo to sync. [Learn more about the config file](/docs/configuration/config-file). @@ -65,25 +65,24 @@ The following guide will walk you through the steps to deploy Sourcebot on your Navigate to `http://localhost:3000` and complete the onboarding flow. - - - By default, only email / password authentication is enabled. [Learn more about authentication](/docs/configuration/auth/overview). - - You're all set! If you'd like to setup [Ask Sourcebot](/docs/features/ask/overview), configure a language model [provider](/docs/configuration/language-model-providers) + You're all set! If you'd like to setup [Ask Sourcebot](/docs/features/ask/overview), configure a language model [provider](/docs/configuration/language-model-providers). ## Next steps --- - - - Learn more about how to connect your code to Sourcebot. + + + Learn how to index your code using Sourcebot - + + Learn how to configure language model providers to start using [Ask Sourcebot](/docs/features/ask/overview) + + Learn more about how to setup SSO, email codes, and other authentication providers. \ No newline at end of file