mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 07:25:21 +02:00
update comments
This commit is contained in:
parent
4882ef24dc
commit
5c9bafe069
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ async function createMenuTree(pages, level = 1, currentLevel = 1) {
|
|||
let deepestChildren = [];
|
||||
|
||||
/**
|
||||
* Here we try to check parent's children page order
|
||||
* If we got something, pluck found page's id deeper and get its Menu Tree
|
||||
* Here we try to check parent's children order
|
||||
* If we got something, pluck to found Page deeper and get its children order
|
||||
*/
|
||||
try {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue