Skip to content

Commit 6f2de0e

Browse files
committed
ref(docs): add end of page prompts for next-steps
1 parent e2085d6 commit 6f2de0e

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

src/understanding-deis/components.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ Application name. Logger does not persist logs to disk, instead maintaining an
132132
in-memory ring buffer. For more information on logger see the [project
133133
documentation][logger-documentation].
134134

135+
## See Also
136+
137+
* [Workflow Concepts][concepts]
138+
* [Workflow Components][components]
139+
135140
[Application]: ../reference-guide/terms.md#application
136141
[Config]: ../reference-guide/terms.md#config
137142
[Git]: http://git-scm.com/
@@ -140,6 +145,8 @@ documentation][logger-documentation].
140145
[WAL-E]: https://github.com/wal-e/wal-e
141146
[architecture]: architecture.md
142147
[backupandrestore]: ../managing-deis/backing-up-and-restoring-data.md
148+
[components]: components.md
149+
[concepts]: concepts.md
143150
[configure-objectstorage]: ../installing-deis/configuring-object-storage.md
144151
[logger-documentation]: https://github.com/deis/logger
145152
[release]: ../reference-guide/terms.md#release

src/understanding-deis/concepts.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,15 @@ to external or third-party vendor services.
118118

119119
## See Also
120120

121-
* [Architecture](architecture.md)
122-
* [Twelve-Factor App][]
121+
* [Workflow Architecture][architecture]
122+
* [Workflow Components][components]
123123

124124
[Build and Run]: http://12factor.net/build-release-run
125125
[Docker]: https://www.docker.com/
126126
[Kubernetes]: https://kubernetes.io
127127
[Twelve-Factor App]: http://12factor.net/
128128
[application]: ../reference-guide/terms.md#application
129+
[architecture]: architecture.md
129130
[backing services]: http://12factor.net/backing-services
130131
[build]: ../reference-guide/terms.md#build
131132
[builder]: components.md#builder

0 commit comments

Comments
 (0)