1 Star 0 Fork 0

trigger/101

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mkdocs.yml 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
zsnmwy 提交于 2022-05-21 12:17 . feat: add mkdocs
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Kubernetes 101
docs_dir: .
theme:
name: material
# custom_dir: overrides
language: en
features:
- content.code.annotate
- navigation.top
palette:
primary: blue
# logo: images/crane.svg
# favicon: images/crane.svg
font:
text: Work Sans
extra_javascript:
- assets/util.js
extra_css:
- assets/util.css
extra:
version:
provider: mike
default: latest
plugins:
- search
- same-dir
- i18n:
default_language: zh
languages:
en:
name: English
build: true
zh:
name: 简体中文
build: true
nav_translations:
zh:
Getting Started: 从这里开始
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
linenums: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
repo_url: https://github.com/cncamp/101
repo_name: cncamp/101
nav:
- Getting Started:
- Introduction: index.md
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/lyp305/101.git
[email protected]:lyp305/101.git
lyp305
101
101
master

搜索帮助