mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 15:35:25 +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 = [];
|
let deepestChildren = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Here we try to check parent's children page order
|
* Here we try to check parent's children order
|
||||||
* If we got something, pluck found page's id deeper and get its Menu Tree
|
* If we got something, pluck to found Page deeper and get its children order
|
||||||
*/
|
*/
|
||||||
try {
|
try {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue