Skip to content

Commit f56737e

Browse files
committed
deployment guide doc nits
1 parent 53edd44 commit f56737e

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/docs/deployment-guide.mdx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following guide will walk you through the steps to deploy Sourcebot on your
3232
}' > config.json
3333
```
3434

35-
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).
35+
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).
3636
</Step>
3737

3838
<Step title="Launch your instance">
@@ -65,25 +65,24 @@ The following guide will walk you through the steps to deploy Sourcebot on your
6565

6666
<Step title="Complete onboarding">
6767
Navigate to `http://localhost:3000` and complete the onboarding flow.
68-
69-
<Note>
70-
By default, only email / password authentication is enabled. [Learn more about authentication](/docs/configuration/auth/overview).
71-
</Note>
7268
</Step>
7369

7470
<Step title="Done">
75-
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)
71+
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).
7672
</Step>
7773
</Steps>
7874

7975
## Next steps
8076
---
8177

82-
<CardGroup cols={2}>
83-
<Card title="Connecting your code" icon="code" href="/docs/connections/overview">
84-
Learn more about how to connect your code to Sourcebot.
78+
<CardGroup cols={3}>
79+
<Card title="Index your code" icon="code" href="/docs/connections/overview">
80+
Learn how to index your code using Sourcebot
81+
</Card>
82+
<Card title="Language models" icon="brain" href="/docs/connections/overview">
83+
Learn how to configure language model providers to start using [Ask Sourcebot](/docs/features/ask/overview)
8584
</Card>
86-
<Card title="Setup other authentication providers" icon="lock" href="/docs/configuration/auth/overview">
85+
<Card title="Authentication" icon="lock" href="/docs/configuration/auth/overview">
8786
Learn more about how to setup SSO, email codes, and other authentication providers.
8887
</Card>
8988
</CardGroup>

0 commit comments

Comments
 (0)