You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/deployment-guide.mdx
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The following guide will walk you through the steps to deploy Sourcebot on your
32
32
}'> config.json
33
33
```
34
34
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).
36
36
</Step>
37
37
38
38
<Steptitle="Launch your instance">
@@ -65,25 +65,24 @@ The following guide will walk you through the steps to deploy Sourcebot on your
65
65
66
66
<Steptitle="Complete onboarding">
67
67
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>
72
68
</Step>
73
69
74
70
<Steptitle="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).
76
72
</Step>
77
73
</Steps>
78
74
79
75
## Next steps
80
76
---
81
77
82
-
<CardGroupcols={2}>
83
-
<Cardtitle="Connecting your code"icon="code"href="/docs/connections/overview">
84
-
Learn more about how to connect your code to Sourcebot.
78
+
<CardGroupcols={3}>
79
+
<Cardtitle="Index your code"icon="code"href="/docs/connections/overview">
0 commit comments