@@ -4,7 +4,7 @@ Workflow is comprised of a number of small, independent services that combine
44to create a distributed PaaS. All Workflow components are deployed as services
55(and associated controllers) in your Kubernetes cluster. If you are interested
66we have a more detailed exploration of the [ Workflow
7- architecture] [ architecture.md ] .
7+ architecture] [ architecture ] .
88
99All of the componentry for Workflow is built with composability in mind. If you
1010need to customize one of the components for your specific deployment or need
@@ -42,7 +42,7 @@ managing the build process of your [Application][]. The builder process is:
42422 . Authenticates the user via SSH key fingerprint
43433 . Authorizes the user's access to push code to the Application
44444 . Starts the Application Build phase (see below)
45- 5 . Triggers a new [ Release] [ ] via the [ Controller] [ ]
45+ 5 . Triggers a new [ Release] [ ] via the Controller
4646
4747Builder currently supports both buildpack and Dockerfile based builds.
4848
@@ -132,24 +132,16 @@ Application name. Logger does not persist logs to disk, instead maintaining an
132132in-memory ring buffer. For more information on logger see the [ project
133133documentation] [ logger-documentation ] .
134134
135- [ Amazon S3 ] : http://aws.amazon.com/s3/
136135[ Application ] : ../reference-guide/terms.md#application
137- [ Celery ] : http://www.celeryproject.org/
138136[ Config ] : ../reference-guide/terms.md#config
139137[ Git ] : http://git-scm.com/
140- [ Minio ] : https://www.minio.io/
141138[ Nginx ] : http://nginx.org/
142- [ OpenStack Storage ] : http://www.openstack.org/software/openstack-storage/
143139[ PostgreSQL ] : http://www.postgresql.org/
144- [ Redis ] : http://redis.io/
145140[ WAL-E ] : https://github.com/wal-e/wal-e
146141[ architecture ] : architecture.md
147142[ backupandrestore ] : ../managing-deis/backing-up-and-restoring-data.md
148143[ configure-objectstorage ] : ../installing-deis/configuring-object-storage.md
149- [ controller ] : #controller
150- [ database ] : #database
151144[ logger-documentation ] : https://github.com/deis/logger
152- [ registry ] : #registry
153145[ release ] : ../reference-guide/terms.md#release
154146[ router-documentation ] : https://github.com/deis/router
155147[ router ] : #router
0 commit comments