diff --git a/website/content/docs/getting-started/building.mdx b/website/content/docs/developing/building.mdx similarity index 95% rename from website/content/docs/getting-started/building.mdx rename to website/content/docs/developing/building.mdx index 1f368aa795..4393dc5653 100644 --- a/website/content/docs/getting-started/building.mdx +++ b/website/content/docs/developing/building.mdx @@ -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 diff --git a/website/content/docs/developing/index.mdx b/website/content/docs/developing/index.mdx new file mode 100644 index 0000000000..af8d14c49d --- /dev/null +++ b/website/content/docs/developing/index.mdx @@ -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. diff --git a/website/data/docs-navigation.js b/website/data/docs-navigation.js index b7a38b1a56..7237aea7cc 100644 --- a/website/data/docs-navigation.js +++ b/website/data/docs-navigation.js @@ -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: [