diff --git a/modules/ROOT/pages/import-others.adoc b/modules/ROOT/pages/import-others.adoc index 0b5b0a8..1d05bfa 100644 --- a/modules/ROOT/pages/import-others.adoc +++ b/modules/ROOT/pages/import-others.adoc @@ -24,4 +24,7 @@ See link:https://neo4j.com/docs/getting-started/languages-guides/integration-too If your data is not in a CSV format, using APOC Load procedures allows you to ingest data from formats including json, xml and arrow. APOC is a library of user-defined procedures and functions that extends the use of Cypher. -See link:https://neo4j.com/docs/apoc/current/overview/apoc.load/[APOC user guide -> apoc.load] for more information about the load procedure. \ No newline at end of file +See link:https://neo4j.com/docs/apoc/current/overview/apoc.load/[APOC user guide -> apoc.load] for more information about the load procedure. + +// Edit at: https://github.com/neo4j-graphacademy/courses/blob/main/asciidoc/courses/importing-fundamentals/promo.adoc +include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/importing-fundamentals/promo.adoc[] \ No newline at end of file diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index a1406dd..e70e538 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -27,3 +27,6 @@ ifdef::backend-pdf[] Documentation license: <> endif::[] + +// Edit at: https://github.com/neo4j-graphacademy/courses/blob/main/asciidoc/courses/importing-fundamentals/promo.adoc +include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/importing-fundamentals/promo.adoc[] \ No newline at end of file