Skip to content

Commit 5250c33

Browse files
fixed lessons order
1 parent deaa59b commit 5250c33

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

asciidoc/courses/importing-relational-to-graph/course.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
= Importing Relational Data into Neo4j
22
:categories: beginners:4, start:4, data-analysis:4, reporting:4, software-development:4, foundation:4
3-
:status: active
4-
:next: importing-cypher
3+
:status: draft
54
:duration: 3 hours
65
:caption: Learn how to import relational SQL data into Neo4j
76
:usecase: blank-sandbox

asciidoc/courses/importing-relational-to-graph/modules/3-importing/lessons/3-importing-nodes/lesson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Data Importer
2-
:order: 1
2+
:order: 3
33
:type: lesson
44
:disable-cache: true
55
:shared-dir: ../../../../shared

asciidoc/courses/importing-relational-to-graph/modules/3-importing/lessons/4-creating-relationships/lesson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Creating Relationships
2-
:order: 5
2+
:order: 4
33
:type: lesson
44

55
In the previous lesson, you learned how to create nodes using the Data Importer. In this lesson, you will learn how to create relationships between nodes.

asciidoc/courses/importing-relational-to-graph/modules/4-validating/lessons/3-next-steps/lesson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Congratulations and Next Steps
2-
:order: 4
2+
:order: 3
33
:type: lesson
44

55
Congratulations on completing "Importing Relational Data into Neo4j".

0 commit comments

Comments
 (0)