Convert docs to docsy

This commit is contained in:
Phillip Wittrock
2020-06-07 21:07:46 -07:00
parent 25a38ad2b6
commit 42497c664f
11469 changed files with 816051 additions and 4557 deletions

View File

@@ -0,0 +1,28 @@
---
title: "Examples"
weight: 8
description: >
Some examples of Docsy in action!
---
One of the best ways to see what Docsy can do, and learn how to configure a site with it, is to see some real projects. In addition to our provided Docsy Example Project, there are several live sites already using the theme. Please add your own examples once you've got a production site up and running with Docsy!
## Docsy theme examples
Example sites that have low to no customization:
| Site | Repo (if public) |
|---|---|
| [This Docsy documentation site](/docs) | https://github.com/google/docsy |
| ["Goldydocs" - a Docsy example site](https://example.docsy.dev) | https://github.com/google/docsy-example |
| https://www.kubeflow.org/ | https://github.com/kubeflow/website |
| https://agones.dev/site/ | https://github.com/GoogleCloudPlatform/agones/tree/master/site |
## Customized Docsy examples
Example sites that include a moderate to high amount of customization:
| Site | Repo (if public) |
|---|---|
| [Knative](https://knative.dev) | https://github.com/knative/docs and https://github.com/knative/website |
| [Apache Airflow](https://airflow.apache.org/) | https://github.com/apache/airflow-site/ |