Skip to content

Commit 80d4fde

Browse files
authored
DOCSP-39876 Light mode / theme option (#148)
* DOCSP-39876 Light mode / theme option * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
1 parent 9062bd9 commit 80d4fde

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed
165 KB
Loading
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
.. _rm-project-settings:
2+
3+
.. contents:: On this page
4+
:local:
5+
:backlinks: none
6+
:depth: 1
7+
:class: singlecol
8+
9+
================
10+
Project Settings
11+
================
12+
13+
You can customize Relational Migrator to meet your specific needs.
14+
Some options are only available in the project :guilabel:`Settings`
15+
panel.
16+
17+
Project Settings Location
18+
-------------------------
19+
20+
To find the Relational Migrator project :guilabel:`Settings`
21+
panel, open Relational Migrator and select
22+
:guilabel:`Settings`:
23+
24+
.. figure:: /img/projects/settings-panel-location.png
25+
:alt: Settings panel location for Relational Migrator
26+
27+
Settings
28+
--------
29+
30+
You can configure the following project settings:
31+
32+
.. list-table::
33+
:header-rows: 1
34+
:widths: 30 20 50
35+
36+
* - Setting
37+
- Category
38+
- Definition
39+
40+
* - Query Converter
41+
- AI
42+
- When enabled, MongoDB will temporarily store the source and
43+
converted queries to improve the underlying Query Converter
44+
technology. For details, see
45+
`Generative AI FAQ <https://dochub.mongodb.org/core/faq-ai-features>`__ .
46+
47+
* - Theme
48+
- Apperance
49+
- Change the appearance of Relational Migrator.
50+
51+
.. list-table::
52+
:header-rows: 1
53+
:widths: 30 70
54+
55+
* - Option
56+
- Description
57+
58+
* - ``Auto``
59+
- Automatically switch between light and dark
60+
themes based on your OS settings.
61+
62+
* - ``Light``
63+
- Use a light theme.
64+
65+
* - ``Dark``
66+
- Use a dark theme.

source/projects/projects.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ There are multiple options for you to create a project:
4040
:hidden:
4141
:titlesonly:
4242

43+
/projects/project-settings
4344
/projects/create-project-live-connection
4445
/projects/create-project-loading-schema-files
4546
/projects/create-project-sample-schema

0 commit comments

Comments
 (0)