-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
74 lines (70 loc) · 2.96 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: JUMA 文档中心
site_url: http://www.juma.io/doc/zh/
repo_url: https://github.com/JUMA-IO/JUMA_Docs
docs_dir: sources
theme_dir: theme/updocs
#theme: bootstrap
copyright: Copyright © 2015, JUMA
pages:
- '文档中心':
- '文档首页': 'basics/index.md'
- 'SDK概述': 'basics/intro.md'
- '技术支持': 'basics/support.md'
- '关于我们': 'basics/aboutus.md'
- '法律条款': 'basics/legal.md'
- '技术话题: BLE入门教程': 'basics/ble_first.md'
- '技术话题: IoT嵌入式编程': 'basics/embedded_iot.md'
- '嵌入式SDK':
- '使用说明': 'embedded_api/guide.md'
- '系统和任务': 'embedded_api/task.md'
- 'BLE从设备': 'embedded_api/ble.md'
- 'BLE主设备': 'embedded_api/ble_master.md'
- 'JSensor': 'embedded_api/jsensor.md'
- '惯性传感器': 'embedded_api/imu_sensor.md'
- '环境传感器': 'embedded_api/env_sensor.md'
- 'GPIO': 'embedded_api/gpio.md'
- 'SPI总线': 'embedded_api/spi.md'
- '串口总线': 'embedded_api/serial.md'
- '定时器': 'embedded_api/timer.md'
- '看门狗': 'embedded_api/wdog.md'
- '非易失性存储': 'embedded_api/storage.md'
- 'USB': 'embedded_api/usb.md'
- '调光灯': 'embedded_api/light.md'
- '蜂鸣器': 'embedded_api/buzz.md'
- '红外发射': 'embedded_api/infrared.md'
- '模数转换': 'embedded_api/adc.md'
- '图形库': 'embedded_api/gfx.md'
- 'Android SDK':
- '使用说明': 'android_api/guide.md'
- '扫描类': 'android_api/scan.md'
- '设备类': 'android_api/device.md'
- 'iOS SDK':
- '使用说明': 'ios_api/guide.md'
- '管理类': 'ios_api/manager.md'
- '设备类': 'ios_api/device.md'
- 'nRF51平台':
- '使用说明': 'nrf51_platform/guide.md'
- '开发环境搭建': 'nrf51_platform/dev_env.md'
- 'NOVA的介绍': 'nrf51_platform/nova_resource.md'
- 'NOVA的烧写': 'nrf51_platform/nova_burn.md'
- 'NOVA的例程: 回声': 'nrf51_platform/nova_lesson.md'
- 'SMP的介绍': 'nrf51_platform/smp_resource.md'
- 'SMP的烧写': 'nrf51_platform/smp_burn.md'
- 'SMP的例程: 三轴加速度计': 'nrf51_platform/smp_lesson.md'
- 'STM32平台':
- '使用说明': 'stm32_platform/guide.md'
- 'Cannon介绍': 'stm32_platform/cannon_resource.md'
- 'Cannon的第一次': 'stm32_platform/cannon_first.md'
- 'Cannon开发环境': 'stm32_platform/cannon_env.md'
- 'Cannon编译下载': 'stm32_platform/cannon_burn.md'
- 'Cannon蓝牙入门': 'stm32_platform/cannon_bluetooth.md'
- 'Cannon代码学习': 'stm32_platform/cannon_software.md'
- 'Cannon查看日志': 'stm32_platform/cannon_log.md'
- 'Cannon例程: SensorTag': 'stm32_platform/cannon_lesson_sensor.md'
- 'Cannon例程: 蓝牙LED': 'stm32_platform/cannon_lesson_led.md'
# - 'Cannon提交代码': 'stm32_platform/cannon_github.md'
- '常见问题': 'stm32_platform/faq.md'
# Add permalink for sharing
markdown_extensions:
- toc:
permalink: True