update structure

This commit is contained in:
Donggang Cao 2020-12-08 10:42:34 +08:00
parent 86ea17de24
commit 3d2b82cd2b
126 changed files with 132 additions and 195 deletions

View File

@ -44,49 +44,29 @@ module.exports = {
link: '/doc/intro.html',
},
{
text: '内核',
text: '硬件设备',
link: '/doc/hardware/',
},
{
text: '系统内核',
link: '/doc/kernel/',
},
{
text: '构件',
text: '功能构件',
link: '/doc/component/'
},
{
text: '处理器',
link: '/doc/processor/',
},
{
text: '通信器',
link: '/doc/communication/',
},
{
text: '传感器',
link: '/doc/sensor/',
},
{
text: '控制器',
link: '/doc/controller/',
},
{
text: '开发板',
link: '/doc/board/',
},
{
text: '自研终端',
link: '/doc/selfterminal/'
},
{
text: '应用框架',
link: '/doc/apparch/'
link: '/doc/framework/'
},
{
text: '应用开发',
link: '/doc/appdev/',
},
{
text: '应用案例',
link: '/doc/appcase/'
link: '/doc/demo/'
},
{
text: '快速上手',
link: '/doc/appdev/',
}
]
},
{
@ -122,49 +102,29 @@ module.exports = {
children: getSidebarByCategory('intro','en')
},
{
title: '内核',
title: '硬件设备',
children: getSidebarByCategory('hardware','en')
},
{
title: '系统内核',
children: getSidebarByCategory('kernel','en')
},
{
title: '构件',
title: '功能构件',
children: getSidebarByCategory('component','en')
},
{
title: '处理器',
children: getSidebarByCategory('processor','en')
},
{
title: '通信器',
children: getSidebarByCategory('communication','en')
},
{
title: '传感器',
children: getSidebarByCategory('sensor','en')
},
{
title: '控制器',
children: getSidebarByCategory('controller','en')
},
{
title: '开发板',
children: getSidebarByCategory('board','en')
},
{
title: '自研终端',
children: getSidebarByCategory('selfterminal','en')
},
{
title: '应用框架',
children: getSidebarByCategory('apparch','en')
children: getSidebarByCategory('framework','en')
},
{
title: '应用开发',
children: getSidebarByCategory('appdev','en')
},
{
title: '应用案例',
children: getSidebarByCategory('appcase','en')
children: getSidebarByCategory('demo','en')
},
{
title: '快速上手',
children: getSidebarByCategory('appdev','en')
}
],
'/about/': [
['xuos','泛在操作系统研究计划'],

View File

@ -14,67 +14,29 @@ const sidebar = {
'/doc/component/humancompter',
'/doc/component/lib'
],
'board': [
'/doc/board/stm32f407-st-discovery',
'/doc/board/stm32f407zgt6',
'/doc/board/hifive1-rev',
'/doc/board/maxgo',
'/doc/board/kd233',
'/doc/board/nexys'
'hardware': [
'/doc/hardware/processor/',
'/doc/hardware/sensor/',
'/doc/hardware/connector/',
'/doc/hardware/controller/',
'/doc/hardware/xsmartnode/',
],
'controller': [
'/doc/controller/ximenzi',
'/doc/controller/shinaide',
'/doc/controller/sanling'
],
'communication': [
'/doc/communication/4G',
'/doc/communication/5G',
'/doc/communication/at',
'/doc/communication/Bluetooth',
'/doc/communication/CAN',
'/doc/communication/ethernet',
'/doc/communication/LORA',
'/doc/communication/NB-IOT',
'/doc/communication/rs485',
'/doc/communication/WiFi',
'/doc/communication/Zigbee'
],
'sensor': [
'/doc/sensor/force_sensor',
'/doc/sensor/gas_sensor',
'/doc/sensor/heat_sensor',
'/doc/sensor/humidity_sensor',
'/doc/sensor/magneto_sensor',
'/doc/sensor/photoelec_sensor',
'/doc/sensor/pressure_sensor',
'/doc/sensor/voice_sensor',
'/doc/sensor/image_sensor'
'framework': [
'/doc/framework/gan',
'/doc/framework/lian',
'/doc/framework/zhi',
'/doc/framework/kong'
],
'appdev': [
'/doc/appdev/board/',
'/doc/appdev/env',
'/doc/appdev/debug',
'/doc/appdev/dev'
],
'apparch': [
'/doc/apparch/gan',
'/doc/apparch/lian',
'/doc/apparch/zhi',
'/doc/apparch/kong'
],
'processor': [
'/doc/processor/riscv',
'/doc/processor/arm',
'/doc/processor/riscv_sfcore'
],
'selfterminal': [
'/doc/selfterminal/aiit-arm',
'/doc/selfterminal/aiit-riscv'
],
'appcase': [
'/doc/appcase/dashengda',
'/doc/appcase/qianjiangdianqi',
'/doc/appcase/meter_reading'
'demo': [
'/doc/demo/dashengda',
'/doc/demo/qianjiangdianqi',
'/doc/demo/meter_reading'
],
}

View File

@ -2,6 +2,8 @@
---
* [开发板](/doc/appdev/board)
* [开发环境](/doc/appdev/env.md)
* [调试工具](/doc/appdev/debug.md)

View File

@ -1,4 +1,4 @@
# 硬件支持
# 开发板
---

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB

View File

Before

Width:  |  Height:  |  Size: 693 KiB

After

Width:  |  Height:  |  Size: 693 KiB

View File

@ -1,26 +0,0 @@
# 通信器
---
- [4G](/doc/communication/4G.md)
- [5G](/doc/communication/5G.md)
- [AT](/doc/communication/at.md)
- [Bluetooth](/doc/communication/Bluetooth.md)
- [CAN](/doc/communication/CAN.md)
- [Ethernet](/doc/communication/ethernet.md)
- [LoRa](/doc/communication/LORA.md)
- [NB-IOT](/doc/communication/NB-IOT.md)
- [RS485](/doc/communication/rs485.md)
- [WiFi](/doc/communication/WiFi.md)
- [ZigBee](/doc/communication/Zigbee.md)

View File

@ -1,10 +0,0 @@
# 控制器
---
- [西门子](/doc/controller/ximenzi.md)
- [施耐德](/doc/controller/shinaide.md)
- [三菱](/doc/controller/sanling.md)

View File

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View File

Before

Width:  |  Height:  |  Size: 268 KiB

After

Width:  |  Height:  |  Size: 268 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 820 KiB

After

Width:  |  Height:  |  Size: 820 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 139 KiB

View File

Before

Width:  |  Height:  |  Size: 329 KiB

After

Width:  |  Height:  |  Size: 329 KiB

View File

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 199 KiB

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -0,0 +1,13 @@
# 硬件支持
---
* [处理器](./processor)
* [感知器](./sensor)
* [通信器](./connector)
* [控制器](./controller)
* [自研智能感知终端](./xsmartnode)

View File

@ -0,0 +1,26 @@
# 通信器
---
- [4G](./4G.md)
- [5G](./5G.md)
- [AT](./at.md)
- [Bluetooth](./Bluetooth.md)
- [CAN](./CAN.md)
- [Ethernet](./ethernet.md)
- [LoRa](./LORA.md)
- [NB-IOT](./NB-IOT.md)
- [RS485](./rs485.md)
- [WiFi](./WiFi.md)
- [ZigBee](./Zigbee.md)

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 329 KiB

After

Width:  |  Height:  |  Size: 329 KiB

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 311 KiB

After

Width:  |  Height:  |  Size: 311 KiB

View File

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 107 KiB

View File

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 208 KiB

View File

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 145 KiB

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -0,0 +1,10 @@
# 控制器
---
- [西门子](./ximenzi.md)
- [施耐德](./shinaide.md)
- [三菱](./sanling.md)

View File

@ -0,0 +1,10 @@
# 处理器
---
- [RISC-V](./riscv.md)
- [ARM](./arm.md)
- [RISC-V软核](./riscv_sfcore.md)

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,22 @@
# 传感器
---
- [力敏传感器](./force_sensor.md)
- [气敏传感器](./gas_sensor.md)
- [热敏传感器](./heat_sensor.md)
- [湿敏传感器](./humidity_sensor.md)
- [磁敏传感器](./magneto_sensor.md)
- [光电传感器](./photoelec_sensor.md)
- [压强传感器](./pressure_sensor.md)
- [声音传感器](./voice_sensor.md)
- [图像传感器](./image_sensor.md)

View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

View File

Before

Width:  |  Height:  |  Size: 281 KiB

After

Width:  |  Height:  |  Size: 281 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Some files were not shown because too many files have changed in this diff Show More