Skip to content

Commit 00a8e37

Browse files
authored
DOCSP-48658 fixes rendering issue in create project w live DB (#242)
* DOCSP-48658 fixes rendering issue in create project w live DB * Fixes indent issue * Fixes includes rendering issue
1 parent 83be4bd commit 00a8e37

File tree

4 files changed

+53
-49
lines changed

4 files changed

+53
-49
lines changed

source/includes/project-initial-mappings.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Choose an :guilabel:`Initial mappings` option for your MongoDB schema.
2-
31
- :guilabel:`Start with a MongoDB schema that matches your relational schema`
42
Creates your initial project with a new document mapping rule for each table.
53

source/projects/create-project-live-connection.txt

Lines changed: 47 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -46,52 +46,54 @@ Steps
4646
To create a new connection, click :guilabel:`Add a new connection`:
4747

4848
.. include:: /includes/steps-create-relational-connection-short.rst
49-
50-
.. step:: From the :guilabel:`Select tables` screen, indicate the tables you want to migrate and click :guilabel:`Next`.
51-
52-
The following table explains the different ways you can select tables to migrate:
53-
54-
.. list-table::
55-
:header-rows: 1
56-
:widths: 25 75
57-
58-
* - Target
59-
- Action
60-
61-
* - All tables within a database
62-
- Click the check mark for the target database.
63-
64-
* - All tables within a schema
65-
- Expand the target database and click the check mark for the target schema.
66-
67-
* - Specific tables within a schema
68-
- Expand the target database and schema. Select the target tables individually.
69-
70-
* - Specific table names
71-
- Use the :guilabel:`Filter` bar above the :guilabel:`Relational Schema` list.
72-
73-
.. step:: Choose a :guilabel:`Global casing` option for collection names.
7449

75-
This option affects the names of your collections created from the tables in your relational database:
76-
77-
- :guilabel:`Keep Original`: Keep the original casing used in your
78-
relational database table name.
79-
80-
- :guilabel:`Override with Global Casing`: Override the original table name
81-
with a global casing convention.
82-
83-
- ``TitleCase``
84-
- ``camelCase``
85-
- ``kebab-case``
86-
- ``snake_case``
87-
- ``UPPER_SNAKE_CASE``
88-
89-
.. step:: .. include:: /includes/project-initial-mappings.rst
90-
91-
.. step:: Enter a name for your project.
92-
93-
.. step:: Click :guilabel:`Done`.
94-
50+
.. step:: From the :guilabel:`Select tables` screen, indicate the tables you want to migrate and click :guilabel:`Next`.
51+
52+
The following table explains the different ways you can select tables to migrate:
53+
54+
.. list-table::
55+
:header-rows: 1
56+
:widths: 25 75
57+
58+
* - Target
59+
- Action
60+
61+
* - All tables within a database
62+
- Click the check mark for the target database.
63+
64+
* - All tables within a schema
65+
- Expand the target database and click the check mark for the target schema.
66+
67+
* - Specific tables within a schema
68+
- Expand the target database and schema. Select the target tables individually.
69+
70+
* - Specific table names
71+
- Use the :guilabel:`Filter` bar above the :guilabel:`Relational Schema` list.
72+
73+
.. step:: Choose a :guilabel:`Global casing` option for collection names.
74+
75+
This option affects the names of your collections created from the tables in your relational database:
76+
77+
- :guilabel:`Keep Original`: Keep the original casing used in your
78+
relational database table name.
79+
80+
- :guilabel:`Override with Global Casing`: Override the original table name
81+
with a global casing convention.
82+
83+
- ``TitleCase``
84+
- ``camelCase``
85+
- ``kebab-case``
86+
- ``snake_case``
87+
- ``UPPER_SNAKE_CASE``
88+
89+
.. step:: Choose an :guilabel:`Initial mappings` option for your MongoDB schema.
90+
91+
.. include:: /includes/project-initial-mappings.rst
92+
93+
.. step:: Enter a name for your project.
94+
95+
.. step:: Click :guilabel:`Done`.
96+
9597
Next Steps
9698
----------
9799

source/projects/create-project-loading-schema-files.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ Steps
172172
- ``snake_case``
173173
- ``UPPER_SNAKE_CASE``
174174

175-
#. .. include:: /includes/project-initial-mappings.rst
175+
#. Choose an :guilabel:`Initial mappings` option for your MongoDB schema.
176+
177+
.. include:: /includes/project-initial-mappings.rst
176178

177179
#. Enter a name for your project.
178180

source/projects/create-project-sample-schema.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ skip step one.
119119
- ``snake_case``
120120
- ``UPPER_SNAKE_CASE``
121121

122-
#. .. include:: /includes/project-initial-mappings.rst
122+
#. Choose an :guilabel:`Initial mappings` option for your MongoDB schema.
123+
124+
.. include:: /includes/project-initial-mappings.rst
123125

124126
#. Enter a name for your project.
125127

0 commit comments

Comments
 (0)