update at 2023-10-07 15:24:00
parent
390f5c80a2
commit
4ce19c2f1a
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
slug: /
|
||||
---
|
||||
|
||||
# Kubernetes 实践指南
|
||||
|
||||
本书将介绍 Kubernetes 相关实战经验与总结,助你成为一名云原生老司机 😎。
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"origins": [
|
||||
"https://giscus.app",
|
||||
"https://giscus.vercel.app",
|
||||
"https://giscus-component.vercel.app"
|
||||
],
|
||||
"originsRegex": [
|
||||
"https://giscus-git-([A-z0-9]|-)*giscus\\.vercel\\.app",
|
||||
"https://giscus-component-git-([A-z0-9]|-)*giscus\\.vercel\\.app",
|
||||
"http://localhost:[0-9]+"
|
||||
],
|
||||
"defaultCommentOrder": "newest"
|
||||
}
|
|
@ -15,7 +15,13 @@
|
|||
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
||||
const sidebars = {
|
||||
kubernetesSidebar: [
|
||||
'README',
|
||||
{
|
||||
type: "doc",
|
||||
id: "README",
|
||||
customProps: {
|
||||
slug: "/"
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: '集群搭建',
|
||||
|
|
Loading…
Reference in New Issue