docs: move standards into their own sub-section (#559)

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

@ -0,0 +1,11 @@
---
layout: docs
page_title: Concepts - Standards
sidebar_title: API Standards
description: |-
An introduction to Boundary API standards.
---
# Boundary API Standards
This section covers our API standards including command line, and other API interactions.

@ -33,9 +33,6 @@ export default [
{
category: 'concepts',
content: [
'api-standards',
'cli-standards',
'permissions',
'security-model',
{
category: 'domain-model',
@ -58,6 +55,14 @@ export default [
'users',
],
},
{
category: 'standards',
content: [
'api-standards',
'cli-standards',
]
},
'permissions',
],
},
'---',

Loading…
Cancel
Save