Skip to content

Commit

Permalink
docs: structure for v0.1 docs site
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Watts <jbw976@gmail.com>
  • Loading branch information
jbw976 committed Dec 4, 2018
1 parent a83afa5 commit f527919
Show file tree
Hide file tree
Showing 32 changed files with 146 additions and 13 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions docs-old/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# User Guides

* [Wordpress Quickstart](wordpress/quickstart.md)
* [Wordpress Workload Demo](workload/demo.md)
* [Troubleshooting](troubleshooting.md)
File renamed without changes.
6 changes: 6 additions & 0 deletions docs-old/concepts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Concepts
toc: true
weight: 300
---
# Concepts
File renamed without changes.
11 changes: 11 additions & 0 deletions docs-old/deploy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Deploy
toc: true
weight: 130
indent: true
---
# Deploy

Thank you for your time and effort to help us improve Crossplane! Here are a few steps to get started. If you have any questions, don’t hesitate to reach out to us on our [Slack](https://crossplaneio.slack.com) dev channel.

## Improving the docs
File renamed without changes.
6 changes: 6 additions & 0 deletions docs-old/faqs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: FAQS
toc: true
weight: 400
---
# FAQS
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 28 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# User Guides
---
title: Welcome
toc: true
weight: 110
---
# Crossplane

* [Wordpress Quickstart](wordpress/quickstart.md)
* [Wordpress Workload Demo](workload/demo.md)
* [Troubleshooting](troubleshooting.md)
Crossplane is an open source multicloud control plane. It introduces workload and resource abstractions on-top of existing managed services that enables a high degree of workload portability across cloud providers. A single crossplane enables the provisioning and full-lifecycle management of services and infrastructure across a wide range of providers, offerings, vendors, regions, and clusters. Crossplane offers a universal API for cloud computing, a workload scheduler, and a set of smart controllers that can automate work across clouds.

<h4 align="center"><img src="media/arch.png" alt="Crossplane" height="400"></h4>

Crossplane presents a declarative management style API that covers a wide range of portable abstractions including databases, message queues, buckets, data pipelines, serverless, clusters, and many more coming. It’s based on the declarative resource model of the popular [Kubernetes](https://github.com/kubernetes/kubernetes) project, and applies many of the lessons learned in container orchestration to multicloud workload and resource orchestration.

Crossplane supports a clean separation of concerns between developers and administrators. Developers define workloads without having to worry about implementation details, environment constraints, and policies. Administrators can define environment specifics, and policies. The separation of concern leads to a higher degree of reusability and reduces complexity.

Crossplane includes a workload scheduler that can factor a number of criteria including capabilities, availability, reliability, cost, regions, and performance while deploying workloads and their resources. The scheduler works alongside specialized resource controllers to ensure policies set by administrators are honored.

For a deeper dive into Crossplane, see the [architecture](https://docs.google.com/document/d/1whncqdUeU2cATGEJhHvzXWC9xdK29Er45NJeoemxebo/edit?usp=sharing) document.

* [Quick Start Guide](quick-start.md)
* [Getting Started](getting-started.md)
* [Installing Crossplane Software](install-crossplane.md)
* [Adding Your Cloud Providers](cloud-providers.md)
* [Deploying Workloads](deploy.md)
* [Running Resources](running-resources.md)
* [Troubleshooting](troubleshoot.md)
* [Concepts](concepts.md)
* [FAQs](faqs.md)
* [Contributing](contributing.md)
17 changes: 17 additions & 0 deletions docs/cloud-providers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Adding Your Cloud Providers
toc: true
weight: 330
indent: true
---
# Adding Your Cloud Providers

* [Google Cloud Platform (GCP)](#google-cloud-platform-gcp)
* [Microsoft Azure](#microsoft-azure)
* [Amazon Web Services (AWS)](#amazon-web-services-aws)

## Google Cloud Platform (GCP)

## Microsoft Azure

## Amazon Web Services (AWS)
16 changes: 14 additions & 2 deletions docs/concepts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
---
title: Concepts
toc: true
weight: 300
weight: 410
---
# Concepts
# Concepts

## Resources and Workloads

## Control Plane

## Resource Claims and Resource Classes

## Dynamic and Static Provisioning

## Consuming Connection Secrets

## Terminology Guide
6 changes: 6 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Contributing
toc: true
weight: 610
---
# Contributing
14 changes: 10 additions & 4 deletions docs/deploy.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
---
title: Deploy
toc: true
weight: 130
weight: 340
indent: true
---
# Deploy
# Deploying Workloads

Thank you for your time and effort to help us improve Crossplane! Here are a few steps to get started. If you have any questions, don’t hesitate to reach out to us on our [Slack](https://crossplaneio.slack.com) dev channel.
* [Crossplane Workload on Google Cloud Platform (GCP)](#crossplane-workload-on-google-cloud-platform-gcp)
* [Crossplane Workload on Microsoft Azure](#crossplane-workload-on-microsoft-azure)
* [Crossplane Workload on Amazon Web Services (AWS)](#crossplane-workload-on-amazon-web-services-aws)

## Improving the docs
## Crossplane Workload on Google Cloud Platform (GCP)

## Crossplane Workload on Microsoft Azure

## Crossplane Workload on Amazon Web Services (AWS)
6 changes: 3 additions & 3 deletions docs/faqs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: FAQS
title: FAQs
toc: true
weight: 400
weight: 510
---
# FAQS
# Frequently Asked Questions (FAQs)
11 changes: 11 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Getting Started
toc: true
weight: 310
---
# Getting Started

* [Installing Crossplane Software](install-crossplane.md)
* [Adding Your Cloud Providers](cloud-providers.md)
* [Deploying Workloads](deploy.md)
* [Troubleshooting](troubleshoot.md)
7 changes: 7 additions & 0 deletions docs/install-crossplane.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Install
toc: true
weight: 320
indent: true
---
# Installing Crossplane Software
8 changes: 8 additions & 0 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Quick Start Guide
toc: true
weight: 210
---
# Quick Start Guide

## Deploying a Workload
7 changes: 7 additions & 0 deletions docs/running-resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Running Resources
toc: true
weight: 350
indent: true
---
# Running Resources
7 changes: 7 additions & 0 deletions docs/troubleshoot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Troubleshooting
toc: true
weight: 360
indent: true
---
# Troubleshooting

0 comments on commit f527919

Please sign in to comment.