Skip to content

Commit 40d7ec1

Browse files
rename files to reflect names
1 parent da20a23 commit 40d7ec1

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

tutorials/modules/ROOT/pages/pipelines-advanced.adoc renamed to tutorials/modules/ROOT/pages/advanced-pipelines.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This tutorial assumes you have access to a running TypeDB instance, as well as a
1616

1717
We recommend xref:{page-version}@home::install/ce.adoc[installing TypeDB Community Edition] as it is distributed bundled with Console for easy setup.
1818

19-
This is a continuation of xref:{page-version}@tutorials::pipelines-read.adoc[] and xref:{page-version}@tutorials::pipelines-crud.adoc[], though you don't need to have completed them to follow along.
19+
This is a continuation of xref:{page-version}@tutorials::read-data.adoc[] and xref:{page-version}@tutorials::insert-update-data.adoc[], though you don't need to have completed them to follow along.
2020

2121
== Example schema and data
2222

@@ -119,7 +119,7 @@ Finished. Total answers: 8
119119
Imagine we want to update a user's loyalty tier based on their total spending.
120120
After a user has paid for an order, we want to update their total spending and, if their spending has crossed some threshold, we want to increase their loyalty tier as well.
121121

122-
We've covered in xref:{page-version}@tutorials::pipelines-read.adoc#_fetch_discounted_price_with_optionals[Reading data] how to use a `try` pattern to assign a variable based on whether the data
122+
We've covered in xref:{page-version}@tutorials::read-data.adoc#_fetch_discounted_price_with_optionals[Reading data] how to use a `try` pattern to assign a variable based on whether the data
123123
exists in the database.
124124
This extends to all kinds of patterns, including comparisons.
125125
All patterns in a `try` block must succeed, otherwise the new variables defined in it will not be assigned.

tutorials/modules/ROOT/pages/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ Set up a script for launching TypeDB from the TypeDB Cloud API
1919
Run TypeDB from your GitHub Actions CI pipeline
2020
****
2121

22-
.xref:{page-version}@tutorials::pipelines-read.adoc[]
22+
.xref:{page-version}@tutorials::read-data.adoc[]
2323
[.clickable]
2424
****
2525
Read data from TypeDB
2626
****
2727

28-
.xref:{page-version}@tutorials::pipelines-crud.adoc[]
28+
.xref:{page-version}@tutorials::insert-update-data.adoc[]
2929
[.clickable]
3030
****
3131
Write and update data in TypeDB
3232
****
3333

34-
.xref:{page-version}@tutorials::pipelines-advanced.adoc[]
34+
.xref:{page-version}@tutorials::advanced-pipelines.adoc[]
3535
[.clickable]
3636
****
3737
Advanced TypeDB pipelines and patterns

tutorials/modules/ROOT/pages/pipelines-crud.adoc renamed to tutorials/modules/ROOT/pages/insert-update-data.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This tutorial assumes you have access to a running TypeDB instance, as well as a
1616

1717
We recommend xref:{page-version}@home::install/ce.adoc[installing TypeDB Community Edition] as it is distributed bundled with Console for easy setup.
1818

19-
This is a continuation of xref:{page-version}@tutorials::pipelines-read.adoc[], though you don't need to have completed it to follow along.
19+
This is a continuation of xref:{page-version}@tutorials::read-data.adoc[], though you don't need to have completed it to follow along.
2020

2121
== Example schema and data
2222

@@ -282,7 +282,7 @@ insert
282282

283283
[cols-2]
284284
--
285-
.xref:{page-version}@tutorials::pipelines-advanced.adoc[]
285+
.xref:{page-version}@tutorials::advanced-pipelines.adoc[]
286286
[.clickable]
287287
****
288288
Learn about complex pipelines in the next tutorial

tutorials/modules/ROOT/pages/pipelines-read.adoc renamed to tutorials/modules/ROOT/pages/read-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ fetch {
372372

373373
[cols-2]
374374
--
375-
.xref:{page-version}@tutorials::pipelines-crud.adoc[]
375+
.xref:{page-version}@tutorials::insert-update-data.adoc[]
376376
[.clickable]
377377
****
378378
Learn how to modify data in the next tutorial

tutorials/modules/ROOT/partials/nav.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* xref:{page-version}@tutorials::deploy-through-api.adoc[]
44
* xref:{page-version}@tutorials::use-github-actions.adoc[]
5-
* xref:{page-version}@tutorials::pipelines-read.adoc[]
6-
* xref:{page-version}@tutorials::pipelines-crud.adoc[]
7-
* xref:{page-version}@tutorials::pipelines-advanced.adoc[]
5+
* xref:{page-version}@tutorials::read-data.adoc[]
6+
* xref:{page-version}@tutorials::insert-update-data.adoc[]
7+
* xref:{page-version}@tutorials::advanced-pipelines.adoc[]
88

0 commit comments

Comments
 (0)