modify the dir architecture

This commit is contained in:
Yan_yan 2020-10-29 11:22:27 +08:00
parent 1450699c63
commit d59d51619d
12 changed files with 30 additions and 23 deletions

View File

@ -75,13 +75,13 @@ module.exports = {
text: '自研终端', text: '自研终端',
link: '/doc/selfterminal/' link: '/doc/selfterminal/'
}, },
{
text: '应用开发',
link: '/doc/appdev/',
},
{ {
text: '应用框架', text: '应用框架',
link: '/doc/apparch/' link: '/doc/apparch/'
},
{
text: '快速上手',
link: '/doc/appdev/',
} }
] ]
}, },
@ -154,12 +154,12 @@ module.exports = {
children: getSidebarByCategory('selfterminal','en') children: getSidebarByCategory('selfterminal','en')
}, },
{ {
title: '应用开发', title: '应用框架',
children: getSidebarByCategory('appdev','en') children: getSidebarByCategory('apparch','en')
}, },
{ {
title: '应用架构', title: '快速上手',
children: getSidebarByCategory('apparch','en') children: getSidebarByCategory('appdev','en')
} }
], ],
} }

View File

@ -6,7 +6,9 @@ const sidebar = {
'/doc/kernel/task', '/doc/kernel/task',
'/doc/kernel/mm', '/doc/kernel/mm',
'/doc/kernel/synchron', '/doc/kernel/synchron',
'/doc/kernel/threadcommunication' '/doc/kernel/threadcommunication',
'/doc/kernel/int',
'/doc/kernel/tmr'
], ],
'component': [ 'component': [
'/doc/component/fs', '/doc/component/fs',

View File

@ -1,4 +1,4 @@
# 应用开发 # 应用框架
--- ---

View File

@ -1,4 +1,4 @@
# 应用开发 # 快速上手
--- ---

View File

@ -4,7 +4,7 @@
- [西门子](/doc/controller/ximenzi.md) - [西门子](/doc/controller/ximenzi.md)
- [线程管理](/doc/controller/shinaide.md) - [施耐德](/doc/controller/shinaide.md)
- [资源管理](/doc/controller/sanling.md) - [三菱](/doc/controller/sanling.md)

View File

@ -2,11 +2,14 @@
--- ---
- [内存管理](/doc/kernel/mm.md)
- [线程管理](/doc/kernel/task.md) - [线程管理](/doc/kernel/task.md)
- [资源管理](/doc/kernel/synchron.md) - [内存管理](/doc/kernel/mm.md)
- [线程间同步](/doc/kernel/synchron.md)
- [线程间通信](/doc/kernel/threadcommunication.md) - [线程间通信](/doc/kernel/threadcommunication.md)
- [终端机制](/doc/kernel/int.md)
- [节拍机制](/doc/kernel/tmr.md)

1
docs/doc/kernel/int.md Normal file
View File

@ -0,0 +1 @@
# 终端机制

1
docs/doc/kernel/tmr.md Normal file
View File

@ -0,0 +1 @@
# 节拍机制

View File

@ -1,10 +1,10 @@
# 控制 # 处理
--- ---
- [西门子](/doc/processor/riscv.md) - [RISC-V](/doc/processor/riscv.md)
- [线程管理](/doc/processor/riscv_sk.md) - [RISC-V软核](/doc/processor/riscv_sk.md)
- [资源管理](/doc/processor/riscv_fpga.md) - [ARM+contex M系列](/doc/processor/riscv_fpga.md)

View File

@ -1 +1 @@
# 三菱 # riscv

View File

@ -1 +1 @@
# 西门子 # riscv+fpga

View File

@ -1 +1 @@
# 施耐德 # riscv_软核