change the position of mm and task dir

This commit is contained in:
Yan_yan 2020-10-27 15:22:41 +08:00
parent a79f73f485
commit 4655445045
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@ const sidebar = {
'/doc/intro', '/doc/intro',
], ],
'kernel': [ 'kernel': [
'/doc/kernel/mm',
'/doc/kernel/task', '/doc/kernel/task',
'/doc/kernel/mm',
'/doc/kernel/synchron', '/doc/kernel/synchron',
'/doc/kernel/threadcommunication' '/doc/kernel/threadcommunication'
], ],