Skip to content

Commit

Permalink
Merge pull request #21 from BCG-X-Official/kaikun213-docs-patch-1
Browse files Browse the repository at this point in the history
fix: optional_features.md docs
  • Loading branch information
kaikun213 committed Feb 15, 2024
2 parents 13c1aaf + 97d32df commit ebcc68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus/docs/advanced/optional_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ openssl rand -base64 32
For more information, check the [NextAuth documentation](https://next-auth.js.org/configuration/options#secret).
Additionally, if you want to enable GitHub authentication, the `GITHUB_ID` and `GITHUB_SECRET` in `frontend/.env` should be filled with the corresponding values from your GitHub app credentials.

<img src="/docs/img/auth_feature.png" alt="Feedback" style="width:500px;"/>
<img src="/docs/img/auth_feature.png" alt="Feedback" width="500" />

## User settings
The user can configure custom settings in the UI in the 'Settings' modal, providing an option for the user to configure settings which can affect the prompts. The configured setting can be accessed in the `query` object:
Expand Down

0 comments on commit ebcc68e

Please sign in to comment.