Skip to content

Commit c2a1545

Browse files
authored
DOCSP-30414 Add Links to Landing Page (#26)
* DOCSP-30414 Add Links to Landing Page
1 parent 768de89 commit c2a1545

File tree

6 files changed

+20
-30
lines changed

6 files changed

+20
-30
lines changed

source/code-generation/code-generation.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Code Generation has the following options:
3333
* - Template
3434
- Describes the types of artifacts that are generated in the chosen language.
3535

36+
.. _rm-code-generation-templates:
37+
3638
Code Generation Templates
3739
-------------------------
3840

source/index.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ Bring Your Relational Workloads to MongoDB With Confidence
3838

3939
.. step:: Visualize Source and Destination Schemas
4040

41-
Use the entity-relationship style diagramming interface
41+
Use the entity-relationship style :ref:`diagramming interface <rm-diagrams>`
4242
to visualize your schema and make schema mapping decisions.
4343

4444
.. step:: Customize While Migrating
4545

4646
Split or merge tables across collections.
47-
Embed a table as a nested document or array in an existing collection.
48-
Define custom JavaScript expressions to create additional fields.
47+
Embed a table as a :ref:`nested document <rm-embedded-documents>`
48+
or :ref:`array <rm-embedded-array>` in an existing collection.
49+
Define :ref:`custom JavaScript expressions <rm-calculated-fields>`
50+
to create additional fields.
4951

5052
.. image:: /img/tab1img.png
5153
:alt: Mapping and Modelling
@@ -58,8 +60,8 @@ Bring Your Relational Workloads to MongoDB With Confidence
5860
.. step:: Get Suggested Schema Recommendations
5961

6062
Accelerate your schema mapping by asking Relational
61-
Migrator to suggest a MongoDB schema for your workload,
62-
or start with a blank slate.
63+
Migrator to :ref:`suggest a MongoDB schema <rm-new-rules-from-mappings>`
64+
for your workload, or start with a blank slate.
6365

6466
.. step:: Apply your Mapping Rules
6567

@@ -81,8 +83,8 @@ Bring Your Relational Workloads to MongoDB With Confidence
8183

8284
.. step:: Transform Data as Its Replicated
8385

84-
Use the saved mapping definitions to transform data to
85-
the MongoDB schema as it's replicated.
86+
Use the saved :ref:`mapping definitions <rm-mapping-rules>`
87+
to transform data to the MongoDB schema as it's replicated.
8688
Replication can be one time or continuous.
8789

8890
.. image:: /img/tab3img.png
@@ -95,15 +97,14 @@ Bring Your Relational Workloads to MongoDB With Confidence
9597

9698
.. step:: Pick a Language and Template
9799

98-
Support for popular enterprise languages
99-
including C#, Java, JavaScript, JSON, and multiple
100-
template frameworks.
100+
Support for popular enterprise languages including C#, Java,
101+
JavaScript, JSON, and :ref:`multiple template frameworks <rm-code-generation-templates>`.
101102

102103
.. step:: Automatically Generate Application Code
103104

104105
Use information about the new schema to accelerate
105-
development of new code. Includes code generation of entity
106-
classes, persistence layers, and APIs.
106+
:ref:`new code development <rm-download-all-code-files>`.
107+
Includes code generation of entity classes, persistence layers, and APIs.
107108

108109
.. image:: /img/tab4img.png
109110
:alt: Convert your Application Code
@@ -145,7 +146,6 @@ Explore libraries and tools for MongoDB.
145146
:titlesonly:
146147
:hidden:
147148

148-
/introduction
149149
/migration-scenarios
150150
/installation
151151
/projects/projects

source/introduction.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

source/mapping-rules/calculated-fields/add-calculated-fields.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ To create mapping rules, see the following pages:
2424

2525
- :ref:`rm-new-rules-from-mappings`
2626

27-
- :ref:`rm-create-rule-to-mdb`
27+
- :ref:`create-rule-mongodb`
2828

29-
- :ref:`rm-create-mapping-rules`
29+
- :ref:`create-rule-relational`
3030

3131
About this Task
3232
---------------

source/mapping-rules/calculated-fields/calculated-fields.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Get Started
5252

5353
- :ref:`rm-new-rules-from-mappings`
5454

55-
- :ref:`rm-create-rule-to-mdb`
55+
- :ref:`create-rule-mongodb`
5656

57-
- :ref:`rm-create-mapping-rules`
57+
- :ref:`create-rule-relational`
5858

5959
.. toctree::
6060
:titlesonly:

source/projects/configure-settings.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ inserted into a collection. You can choose one of the following options:
7171
For example, if your relational table row has a primary key of ``personId = 1``,
7272
after migration your MongoDB ``_id`` field is ``_id: ObjectId("62472f3d5849820a91d7b52f")``.
7373

74+
.. _rm-key-handling-setting:
7475

7576
Key Handling Behavior
7677
`````````````````````

0 commit comments

Comments
 (0)