mirror of
https://github.com/foomo/foomo-docs.git
synced 2025-10-16 12:35:40 +00:00
more devops
This commit is contained in:
parent
fac05fa670
commit
2421db2805
@ -1,2 +1,7 @@
|
|||||||
|
---
|
||||||
|
sidebar_label: Intro
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
|
||||||
# How we run applications in the cloud
|
# How we run applications in the cloud
|
||||||
|
|
||||||
|
|||||||
6
foomo/docs/devops/k8s.md
Normal file
6
foomo/docs/devops/k8s.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
sidebar_label: k8s
|
||||||
|
sidebar_position: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
# k8s kubernetes
|
||||||
4
foomo/docs/devops/monitoring/_category_.json
Normal file
4
foomo/docs/devops/monitoring/_category_.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"label": "Monitoring",
|
||||||
|
"position": 1
|
||||||
|
}
|
||||||
4
foomo/docs/devops/monitoring/grafana.md
Normal file
4
foomo/docs/devops/monitoring/grafana.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
sidebar_label: Grafana
|
||||||
|
---
|
||||||
|
# Grafana
|
||||||
7
foomo/docs/devops/monitoring/intro.md
Normal file
7
foomo/docs/devops/monitoring/intro.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
sidebar_label: Intro
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
# Monitoring and Alerting
|
||||||
|
|
||||||
|
|
||||||
5
foomo/docs/devops/monitoring/jaeger.md
Normal file
5
foomo/docs/devops/monitoring/jaeger.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
sidebar_label: Jaeger
|
||||||
|
---
|
||||||
|
|
||||||
|
# Jaeger
|
||||||
@ -16,7 +16,7 @@ const sidebars = {
|
|||||||
// By default, Docusaurus generates a sidebar from the docs folder structure
|
// By default, Docusaurus generates a sidebar from the docs folder structure
|
||||||
backendSidebar: [{type: 'autogenerated', dirName: 'backend'}],
|
backendSidebar: [{type: 'autogenerated', dirName: 'backend'}],
|
||||||
frontendSidebar: [{type: 'autogenerated', dirName: 'frontend'}],
|
frontendSidebar: [{type: 'autogenerated', dirName: 'frontend'}],
|
||||||
toolsSidebar: [{type: 'autogenerated', dirName: 'tools'}],
|
devopsSidebar: [{type: 'autogenerated', dirName: 'devops'}],
|
||||||
//tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
//tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
|
||||||
//backendSidebar: [{type: 'autogenerated', dirName: './backend'}],
|
//backendSidebar: [{type: 'autogenerated', dirName: './backend'}],
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user