Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Oct 22, 2024
1 parent 491a43c commit 8f28ec7
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docusaurus-docs/conda-store-ui/references/config-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ Preferred method of authentication.
Options:

* `cookie`

Lets users authenticate by logging into `conda-store`. This is the preferred method of authentication.
* `token`

Lets users utilize a token generated by `conda-store` to authenticate to the server.

| Key | Value |
Expand Down Expand Up @@ -60,8 +62,10 @@ Options:
Options:

* `true`

Show the login icon in the top menubar.
* `false`

Hide the login icon in the top menubar.

| Key | Value |
Expand All @@ -73,16 +77,18 @@ The type of React Router that the UI app will use.
Options:

* `browser`

Use the [History
API](https://developer.mozilla.org/en-US/docs/Web/API/History_API) to keep
track of app routes visited and to sync the current route with the browser URL
address bar. For more info, refer to [createBrowserRouter in the React Router
docs](https://reactrouter.com/en/main/routers/create-browser-router).
address bar. For more info, refer to
[createBrowserRouter](https://reactrouter.com/en/main/routers/create-browser-router)
in the React Router docs.

* `memory`
[Instead of using the browser's history, a memory router manages its own
history stack in
memory.](https://reactrouter.com/en/main/routers/create-memory-router). The

[Manage the history stack in memory instead of using the browser's
history.](https://reactrouter.com/en/main/routers/create-memory-router). The
[Jupyter extension](https://conda.store/jupyterlab-conda-store/introduction)
configures the conda-store-ui to use the memory router so that it does not
conflict with JupyterLab trying to manage the browser URL and history.
Expand Down

0 comments on commit 8f28ec7

Please sign in to comment.