监控套件、CICD
This commit is contained in:
@ -83,15 +83,16 @@ export default {
|
||||
font-size: 21px;
|
||||
padding: 10px;
|
||||
background: #111111;
|
||||
margin: 30px 0 0 0;
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.ih-item.square.effect11 .info p {
|
||||
font-style: italic;
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
margin-top: 0px;
|
||||
color: #bbb;
|
||||
padding: 20px 20px 20px;
|
||||
padding: 10px 20px 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
@ -479,7 +479,7 @@ module.exports = {
|
||||
'/guide/': [
|
||||
{
|
||||
title: '概述',
|
||||
collapsable: false,
|
||||
collapsable: true,
|
||||
children: [
|
||||
['', '概述']
|
||||
]
|
||||
@ -495,7 +495,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
title: '集群管理',
|
||||
collapsable: false,
|
||||
collapsable: true,
|
||||
children: [
|
||||
'cluster/computing',
|
||||
'cluster/storage',
|
||||
@ -504,7 +504,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
title: '应用管理',
|
||||
collapsable: false,
|
||||
collapsable: true,
|
||||
children: [
|
||||
'namespace/workload',
|
||||
'namespace/secrets',
|
||||
@ -516,21 +516,36 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
title: '问题诊断',
|
||||
collapsable: false,
|
||||
collapsable: true,
|
||||
children: [
|
||||
'diagonize/events',
|
||||
'diagonize/logs',
|
||||
'diagonize/port-forward'
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '套件',
|
||||
collapsable: false,
|
||||
children: [
|
||||
'addon/',
|
||||
'addon/customize',
|
||||
'addon/repository'
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '监控套件',
|
||||
collapsable: false,
|
||||
children: [
|
||||
'monitor/',
|
||||
'monitor/apis'
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'CI/CD集成',
|
||||
collapsable: false,
|
||||
children: [
|
||||
'cicd/'
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
'/t/': [
|
||||
|
||||
@ -15,7 +15,15 @@ p img {
|
||||
|
||||
p code {
|
||||
/*border: 1px solid #007af5;*/
|
||||
//color: #007af5 !important;
|
||||
color: #c7254e !important;
|
||||
background-color: #f9f2f4;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
li code {
|
||||
color: #c7254e !important;
|
||||
background-color: #f9f2f4;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.noselect {
|
||||
|
||||
Reference in New Issue
Block a user