Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
feat(reference): Fill out reference page index (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander authored May 12, 2017
1 parent 6029bf5 commit 75e2324
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
2 changes: 2 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ reference:
url: /reference/api/swagger-ui/
- title: Cloud Providers
children:
- title: Overview
url: /reference/providers/
- title: Amazon Web Services
url: /reference/providers/aws/
- title: Azure
Expand Down
4 changes: 3 additions & 1 deletion reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ sidebar:
nav: reference
---

{% include toc %}
Welcome to the Spinnaker Reference pages. These pages are intended
for advanced Spinnaker users and developers looking for detailed explanations
of how the various parts of Spinnaker work and fit together.
23 changes: 21 additions & 2 deletions reference/providers/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
---
layout: single
title: "Cloud Providers"
title: "Overview"
sidebar:
nav: reference
---

links to providers
{% include toc %}

Once you're familar with the definition and setup of a [Cloud
Provider](/setup/providers/), you can read these reference pages for
information on how Spinnaker concepts map to those of the Cloud Provider, as
well as how the various Spinnaker operations are performed at the Cloud
Provider level.

## Supported Providers

These are the Cloud Providers currently supported by Spinnaker:

* [App Engine](/reference/providers/)
* [Amazon Web Services](/reference/providers/)
* [Azure](/reference/providers/azure/)
* [Google Compute Engine](/reference/providers/gce/)
* [Kubernetes](/reference/providers/kubernetes/)
* [Openstack](/reference/providers/openstack/)
* [Oracle](/reference/providers/oracle/)
* [Titus](/reference/providers/titus/)

0 comments on commit 75e2324

Please sign in to comment.