Skip to content

Commit 5bf3cae

Browse files
committed
Links between docs
1 parent 192e1c1 commit 5bf3cae

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

docs/deploy.md

+3
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@ from outside the instance, so the above command opens network tunnels
7474
over SSH to be able to connect, so you don't need to worry about
7575
malicious actors connecting to your running service.
7676

77+
## What's next?
78+
79+
Next: [Working with TrustGraph](using-trustgraph.md)

docs/prepare-aws.md

+4
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,7 @@ region = us-west-2
133133
You can put that at the end of the file. The bit of text `[workshop]`
134134
gives this a profile name of workshop, we'll set this later.
135135

136+
## What's next?
137+
138+
Next: [Prepare to deploy](prepare.md)
139+

docs/prepare.md

+3
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ conflicts with things you already have running. The address range
6767
is in `Pulumi.workshop.yaml` so modify the config in that file if you
6868
get a conflict in the deploy.
6969

70+
## What's next?
71+
72+
Next: [Deploy TrustGraph to AWS](deploy.md)

docs/tools.md

+4
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ This can be installed using Brew:
7777
```
7878
brew install pulumi
7979
```
80+
81+
## What's next?
82+
83+
Next: [Prepare AWS](prepare-aws.md)

docs/using-memgraph.md

+7
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,10 @@ in investigation 195201, where Cirrus aircraft is also mentioned.
9292
Try increasing the limit, changing hop size, and also changing the URIs to
9393
see if you can find more interesting connections. Or just changing the
9494
query to filter out irrelevant things.
95+
96+
## What's next?
97+
98+
When you are finished:
99+
100+
[Undeploy, delete everything deployed earlier](docs/undeploy.md)
101+

docs/using-trustgraph.md

+3
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,6 @@ Things you can do...
116116

117117
![Screenshot of Graph Viz](workbench-graph-viz.png)
118118

119+
## What's next?
120+
121+
Next: [Working with Memgraph](using-memgraph.md)

0 commit comments

Comments
 (0)