2 Star 0 Fork 0

mirrors_spotify/mkdocs-monorepo-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkdocs.yml 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
# Project information
site_name: "mkdocs-monorepo-plugin (β)"
site_description: |
The official documentation for the Mkdocs monorepo plugin -- for building multiple documentation in a single Mkdocs.
copyright: 'Copyright © 2019 Spotify AB'
# Repository
repo_name: 'backstage/mkdocs-monorepo-plugin'
repo_url: 'https://github.com/backstage/mkdocs-monorepo-plugin'
# Theme
theme:
name: material
logo: 'assets/images/spotify.svg'
favicon: 'assets/images/favicon.ico'
language: 'en'
palette:
primary: 'blue'
accent: 'blue'
font:
text: 'Circular'
code: 'Inconsolata'
extra:
repo_icon: 'github'
extra_css:
- 'assets/stylesheets/circular.css'
markdown_extensions:
- admonition
- codehilite:
linenums: true
- pymdownx.superfences
- toc:
permalink: true
# Navigation
nav:
- Getting Started: index.md
- Philosophy: philosophy.md
- Limitations: limitations.md
- Contributing: CONTRIBUTING.md
- Code of Conduct: CODE-OF-CONDUCT.md
- Changelog: CHANGELOG.md
- GitHub Source Code: https://github.com/backstage/mkdocs-monorepo-plugin
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_spotify/mkdocs-monorepo-plugin.git
git@gitee.com:mirrors_spotify/mkdocs-monorepo-plugin.git
mirrors_spotify
mkdocs-monorepo-plugin
mkdocs-monorepo-plugin
master

搜索帮助