forked from mboldt/docs-tiledev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-workflow.html.md.erb
More file actions
32 lines (20 loc) · 2.07 KB
/
Copy pathdev-workflow.html.md.erb
File metadata and controls
32 lines (20 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: Development Workflow Reference
owner: OpsMan
---
This document references topics that follow <%= vars.company_name %>'s recommended tile development workflow in [Building Your First Tile](./index.html#tile-steps).
## <a id="contents"></a> Development Workflow
The following topics can help you learn the necessary background information to publish and maintain a finished tile product:
* [<%= vars.platform_name %> Tile Developer Guide](./index.html)
* [Tile Basics](./tile-basics.html) describes how <%= vars.platform_name %>, service brokers, and tiles work together, and how tiles are structured.
* [Types of Integrations](./stages.html) gives a high-level view of a staged tile development process that iterates through increasing levels of integration:
- [User-Provided Service](./user-provided.html)
- [Brokered Service](./brokered.html)
- [Managed Service](./managed.html)
- [On-Demand Service](./on-demand.html)
* [Development Environments](./environments.html) describes how to set up development environments for different stages and levels in the tile development process.
* [Development Tools](./tools.html) describes three tools that streamline the tile development process: [Tile Generator](./tile-generator.html), the [pcf Command Line](./pcf-command.html) utility, and [Concourse](./concourse.html) continuous integration (CI).
* [Tile Documentation](./tile-documentation.html) explains how to document your tile as part of [<%= vars.platform_name %> documentation](http://docs.pivotal.io).
* [Publish and Update](./publish.html) explains how to publish your tile on [VMware Tanzu Network](http://network.pivotal.io) (VMware Tanzu Network) and package upgrade information into your new versions.
* [Reference](./reference.html) provides language references for tile elements such as the Service Broker API and the Properties list for tile configuration.
* [Contact Us](./contacts.html) lists contacts to learn more about the VMware Tanzu ISV Partner Program or request our assistance with your integration project, and explains where you can contribute to this documentation.