mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
deployment guide doc nits
This commit is contained in:
parent
53edd44462
commit
f56737e259
1 changed files with 9 additions and 10 deletions
|
|
@ -32,7 +32,7 @@ The following guide will walk you through the steps to deploy Sourcebot on your
|
||||||
}' > config.json
|
}' > 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).
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
<Step title="Launch your instance">
|
<Step title="Launch your instance">
|
||||||
|
|
@ -65,25 +65,24 @@ The following guide will walk you through the steps to deploy Sourcebot on your
|
||||||
|
|
||||||
<Step title="Complete onboarding">
|
<Step title="Complete onboarding">
|
||||||
Navigate to `http://localhost:3000` and complete the onboarding flow.
|
Navigate to `http://localhost:3000` and complete the onboarding flow.
|
||||||
|
|
||||||
<Note>
|
|
||||||
By default, only email / password authentication is enabled. [Learn more about authentication](/docs/configuration/auth/overview).
|
|
||||||
</Note>
|
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
<Step title="Done">
|
<Step title="Done">
|
||||||
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).
|
||||||
</Step>
|
</Step>
|
||||||
</Steps>
|
</Steps>
|
||||||
|
|
||||||
## Next steps
|
## Next steps
|
||||||
---
|
---
|
||||||
|
|
||||||
<CardGroup cols={2}>
|
<CardGroup cols={3}>
|
||||||
<Card title="Connecting your code" icon="code" href="/docs/connections/overview">
|
<Card title="Index your code" icon="code" href="/docs/connections/overview">
|
||||||
Learn more about how to connect your code to Sourcebot.
|
Learn how to index your code using Sourcebot
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Setup other authentication providers" icon="lock" href="/docs/configuration/auth/overview">
|
<Card title="Language models" icon="brain" href="/docs/connections/overview">
|
||||||
|
Learn how to configure language model providers to start using [Ask Sourcebot](/docs/features/ask/overview)
|
||||||
|
</Card>
|
||||||
|
<Card title="Authentication" icon="lock" href="/docs/configuration/auth/overview">
|
||||||
Learn more about how to setup SSO, email codes, and other authentication providers.
|
Learn more about how to setup SSO, email codes, and other authentication providers.
|
||||||
</Card>
|
</Card>
|
||||||
</CardGroup>
|
</CardGroup>
|
||||||
Loading…
Reference in a new issue