Skip to content

Commit

Permalink
Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Apr 18, 2024
1 parent adf88c7 commit 8792c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/frontend_devel.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ settings that affect the frontend.

**Others:**

- __auth_module__ - String or object. See [Authentication](#authentication)
- __autocomplete__ - Boolean. See [auto completion menu](#auto-completion-menu)
- __corpus_config_url__ - String. Configuration for the selected mode is fetched from here at app initialization. If not given, the default is `<korp_backend_url>/corpus_config?mode=<mode>`, see the [`corpus_config`](https://ws.spraakbanken.gu.se/docs/korp#tag/Information/paths/~1corpus_config/get) API.
- __corpus_info_link__ - Object. Use this to render a link for each corpus in the corpus chooser.
Expand Down Expand Up @@ -475,7 +476,7 @@ Local storage is used to remember when the user last checked the news. If there

## Authentication

Korp comes with two implementations of login. Choose implementation using `auth_module` in `config.yml.
Korp comes with two implementations of login. Choose implementation using `auth_module` in `config.yml`.

Either just give your chosen implementation like this:

Expand Down

0 comments on commit 8792c55

Please sign in to comment.