Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #74 from stakater/add-placeholders
Browse files Browse the repository at this point in the history
add placeholders for information to be added
  • Loading branch information
rasheedamir authored Feb 24, 2021
2 parents dff6312 + 34a3db4 commit 93f85d7
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 35 deletions.
79 changes: 44 additions & 35 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,38 +23,34 @@ module.exports = {
{
title: 'Introduction',
children: [
'/content/sre/introduction/introduction',
'/content/sre/introduction/why-sro',
'/content/sre/introduction/sro-overview',
'/content/sre/introduction/sro-features',
'/content/sre/introduction/sro-key-differentiators'
'/content/sre/introduction/introduction.md',
'/content/sre/introduction/why-sro.md',
'/content/sre/introduction/sro-overview.md',
'/content/sre/introduction/sro-features.md',
'/content/sre/introduction/sro-key-differentiators.md'
]
},
{
title: 'Cloud Provider',
children: [
'/content/sre/cloud-provider/azure'
'/content/sre/cloud-provider/azure.md',
'/content/sre/cloud-provider/aws.md',
'/content/sre/cloud-provider/google.md',
'/content/sre/cloud-provider/binero.md'
]
},
{
title: 'Application Dashboard',
children: [
'/content/sre/forecastle/forecastle'
'/content/sre/forecastle/forecastle.md'
]
},
{
title: 'Pipelines',
children: [
'/content/sre/pipelines/introduction.md',
{
title: 'Jenkins',
children: [
'/content/sre/pipelines/jenkins/jenkins.md',
'/content/sre/pipelines/jenkins/jenkins-pipeline.md'
]
},
{
title: 'Openshift Pipelines',
title: 'Tekton',
children: [
'/content/sre/pipelines/openshift-pipelines/openshift-pipelines.md',
'/content/sre/pipelines/openshift-pipelines/deploying-delivery-pipeline.md',
Expand All @@ -64,21 +60,33 @@ module.exports = {
]
},
{
title: 'Registry',
title: 'Artifact Management',
children: [
'/content/sre/registry/registry.md',
'/content/sre/registry/accessing-registry.md'
]
},
{
title: 'Code Quality',
children: [
'/content/sre/code-quality/sonarqube.md'
]
},
{
title: 'Monitoring',
children: [
'/content/sre/monitoring/app-uptime',
'/content/sre/monitoring/app-alerts',
'/content/sre/monitoring/goldilocks',
'/content/sre/monitoring/kube-resource-report'
'/content/sre/monitoring/app-uptime.md',
'/content/sre/monitoring/app-alerts.md',
'/content/sre/monitoring/goldilocks.md',
'/content/sre/monitoring/kube-resource-report.md'
]
},
{
title: 'Logging',
children: [
'/content/sre/logging/logging.md'
]
},
{
title: 'Autoscaling',
children: [
Expand All @@ -94,35 +102,36 @@ module.exports = {
{
title: 'Networking',
children: [
'/content/sre/networking/routes',
'/content/sre/networking/route-sharding',
'/content/sre/networking/external-dns'
'/content/sre/networking/routes.md',
'/content/sre/networking/route-sharding.md',
'/content/sre/networking/external-dns.md'
]
},
{
title: 'Secrets Management',
children: [
'/content/sre/secrets/introduction',
'/content/sre/secrets/sealed-secrets',
'/content/sre/secrets/vault'
'/content/sre/secrets/introduction.md',
'/content/sre/secrets/sealed-secrets.md',
'/content/sre/secrets/vault.md'
]
},

{
title: 'Frequently Asked Questions',
title: 'Support',
children: [
'/content/sre/faq/product',
'/content/sre/faq/operations',
'/content/sre/faq/purchasing',
'/content/sre/faq/customization',
'/content/sre/faq/developers'
'/content/sre/support/support.md'
]
},
{
title: 'Support',
title: 'Frequently Asked Questions',
children: [
'/content/sre/support/support'
'/content/sre/faq/product.md',
'/content/sre/faq/operations.md',
'/content/sre/faq/purchasing.md',
'/content/sre/faq/customization.md',
'/content/sre/faq/developers.md'
]
}
}
],
repo: 'stakater/stakaterclouddocs',
editLinks: true,
Expand Down
3 changes: 3 additions & 0 deletions content/sre/cloud-provider/aws.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# AWS

_TBD_
3 changes: 3 additions & 0 deletions content/sre/cloud-provider/binero.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Binero - OpenStack

_TBD_
3 changes: 3 additions & 0 deletions content/sre/cloud-provider/google.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Google

_TBD_
3 changes: 3 additions & 0 deletions content/sre/code-quality/sonarqube.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SonarQube

_TBD_
3 changes: 3 additions & 0 deletions content/sre/logging/logging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Logging

_TBD_

0 comments on commit 93f85d7

Please sign in to comment.