docs: refactor architecture section to be more aligned with other docs sites (#235)

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

@ -7,29 +7,31 @@
// serve as the category title in the sidebar
export default [
'security-model',
{
category: 'architecture',
content: ['terminology', 'domain-model', 'reference-deployment'],
},
{
category: 'domain-model',
content: [
'actions',
'auth-methods',
'grants',
'groups',
'hosts',
'host-catalogs',
'host-sets',
'organization',
'principals',
'projects',
'resources',
'scopes',
'targets',
'roles',
'users',
'security-model',
'reference-architecture',
{
category: 'concepts',
content: [
'actions',
'auth-methods',
'grants',
'groups',
'hosts',
'host-catalogs',
'host-sets',
'organization',
'principals',
'projects',
'resources',
'scopes',
'targets',
'roles',
'users',
],
},
],
},
{

@ -1,9 +0,0 @@
---
layout: docs
page_title: Architecture
sidebar_title: Domain Model
description: |-
Watchtower domain model
---
# Domain Model

@ -1,11 +1,11 @@
---
layout: docs
page_title: Architecture
sidebar_title: Reference Deployment
sidebar_title: Reference Architecture
description: |-
Watchtower reference deployment and considerations
Watchtower reference architecture and considerations
---
# Overview
When deploying Watchtower in an on premise environment some considerations should be taken. The aim of this document is to provide minimum requirements for deploying Watchtower and a reference deployment model to follow in doing so.
When deploying Watchtower in an on premise environment some considerations should be taken. The aim of this document is to provide minimum requirements for deploying Watchtower and a reference architecture model to follow in doing so.

@ -1,6 +1,6 @@
---
layout: docs
page_title: Security Model
page_title: Architecture
sidebar_title: Security Model
description: |-
Watchtower security model
Loading…
Cancel
Save