docs: add developing section and move building docs there (#456)

pull/458/head
Jeff Malnick 6 years ago committed by GitHub
parent 446286e251
commit f1a49b0444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ description: Building Boundary
# Building Boundary
Building Boundary from source has a few requirements:
Building Boundary from source requires:
- [Golang](https://golang.org/dl/) 1.15 or greater
- `make` installed

@ -0,0 +1,10 @@
---
layout: docs
page_title: Documentation
sidebar_title: Developing Boundary
description: Developing Boundary
---
# Developing Boundary
Please consult our [project on GitHub](https://github.com/hashicorp/boundary) for more information about contributing and developing Boundary.

@ -9,12 +9,16 @@
export default [
{
category: 'getting-started',
content: ['building', 'run-and-login', 'connect-to-target'],
content: ['run-and-login', 'connect-to-target'],
},
{
category: 'installing',
content: ['production'],
},
{
category: 'developing',
content: ['building'],
},
{
category: 'concepts',
content: [

Loading…
Cancel
Save