加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkdocs.yml 3.01 KB
一键复制 编辑 原始数据 按行查看 历史
# Project information
site_name: 'nRF52832-MDK Documentation'
site_description: 'An Open Source, Micro Development Kit for IoT Applications'
site_author: 'Zelin'
site_url: 'https://wiki.makerdiary.com/nrf52832-mdk'
# Repository
repo_name: 'makerdiary/nrf52832-mdk'
repo_url: 'https://github.com/makerdiary/nrf52832-mdk'
edit_uri: ""
# Copyright
copyright: 'Copyright &copy; 2018 <a href="https://makerdiary.com">makerdiary.com</a>'
# Documentation and theme
theme:
name: null
custom_dir: 'material'
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
feature:
tabs: true
palette:
primary: marsala
accent: marsala
font:
text: Roboto
code: Roboto Mono
favicon: 'images/favicon.png'
logo: 'images/logo.svg'
# Customization
extra:
social:
- type: comments
link: https://community.makerdiary.com
- type: github-alt
link: https://github.com/makerdiary
- type: twitter
link: https://twitter.com/makerdiary
- type: facebook
link: https://www.facebook.com/makerdiary
- type: globe
link: https://makerdiary.com
discourse: 'community.makerdiary.com'
# Google Analytics
google_analytics:
- 'UA-54344624-2'
- 'auto'
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
pages:
- Introduction: index.md
- Getting Started: getting-started/index.md
- nRF5 SDK: nrf5-sdk/index.md
- nRF5 SDK for Mesh: mesh/index.md
- Arm Mbed OS: mbedos/index.md
- Zephyr: zephyr/index.md
- Mynewt: mynewt/index.md
- Espruino: espruino/index.md
- JerryScript: jerryscript/index.md
- MicroPython: micropython/index.md
- DAPLink: daplink/index.md
- How to Buy: how-to-buy.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- 中文文档:
- 简介: cn/index.md
- 快速入门: cn/getting-started/index.md
- nRF5 SDK: cn/nrf5-sdk/index.md
- nRF5 SDK for Mesh: cn/mesh/index.md
- Arm Mbed OS: cn/mbedos/index.md
- Zephyr: cn/zephyr/index.md
- Mynewt: cn/mynewt/index.md
- Espruino: cn/espruino/index.md
- JerryScript: cn/jerryscript/index.md
- MicroPython: cn/micropython/index.md
- DAPLink: cn/daplink/index.md
- 如何购买: cn/how-to-buy.md
- 反馈&贡献: cn/CONTRIBUTING.md
- 订阅: cn/about.md
- License: cn/LICENSE.md
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化