From 5da20f6fe0edac7d01990e08631bf9b29b424c85 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Mon, 7 May 2018 15:05:23 -0700 Subject: [PATCH] added some content to the about page --- content/rancher/v2.x/en/about/_index.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/about/_index.md b/content/rancher/v2.x/en/about/_index.md index 015fe63ec93..32f610a3bae 100644 --- a/content/rancher/v2.x/en/about/_index.md +++ b/content/rancher/v2.x/en/about/_index.md @@ -1,12 +1,29 @@ --- title: About weight: 5000 + draft: true --- # About -## Update Our docs - ## Contributing to Rancher -## FAQs +### Developing + +In our GitHub repository, our wiki contains all the steps to get started with developing Rancher. + +Start with our first cowpoke to get started! + + +### Repositories + +All of repositories are located within our main GitHub page. There are many repositories used for Rancher, but we’ll provide descriptions of some of the main ones used in Rancher. + +- [Rancher Repo](https://github.com/rancher/rancher): This repository is the main repo that integrates all the other repos together. + + +### Bugs + +If you find any bugs or are having any trouble, please contact us by filing an issue. Though we have many repositories related to Rancher, we want the majority of the bugs in the Rancher repo so we won’t miss them! + +If you have any updates to our documentation, please make any PRs to our docs repo.