From e058d21db4d81a86dcec2be8f511b6855aa596b5 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 17 Dec 2022 15:40:17 -0500 Subject: [PATCH] Docsy examples: drop private-repo The purpose of this section, as described in the opening paragraph, is to allow the user to see examples of Docsy in use as well as have access to the source files to see how Docsy is configured. In that spirit, I've dropped the project listed as an example whose repo is private. Looking at the site, it also isn't obvious at all that Docsy is being used. Thoughts @LisaFC et al.? --- userguide/content/en/docs/Examples/_index.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/userguide/content/en/docs/Examples/_index.md b/userguide/content/en/docs/Examples/_index.md index 894663aafc..be351537d4 100644 --- a/userguide/content/en/docs/Examples/_index.md +++ b/userguide/content/en/docs/Examples/_index.md @@ -1,8 +1,7 @@ --- -title: "Examples" +title: Examples weight: 8 -description: > - Some examples of Docsy in action! +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! @@ -11,7 +10,7 @@ One of the best ways to see what Docsy can do, and learn how to configure a site Example sites that have low to no customization: -| Site | Repo (if public) | +| Site | Repo | |---|---| | [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 | @@ -37,12 +36,11 @@ Example sites that have low to no customization: Example sites that include a moderate to high amount of customization: -| Site | Repo (if public) | +| Site | Repo | |---|---| | [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/ | | [Docsy Mostly Docs](https://mostlydocs.netlify.app/) | https://github.com/gwatts/mostlydocs/ | -| [Thunderhead Engineering Product Support](https://support.thunderheadeng.com/) | https://gitlab.com/tecidev/support (private) | | [Kubernetes](https://kubernetes.io) | https://github.com/kubernetes/website | | [XLT](https://xltdoc.xceptance.com/) | https://github.com/Xceptance/xlt-documentation | | [Dapr](https://docs.dapr.io/) | https://github.com/dapr/docs |