Skip to content

Commit

Permalink
Fix debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
luooooob committed Oct 17, 2023
1 parent 22b9806 commit 5f26ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ try {

const sidebarItemsApi = tocToItems(apiObj)

console.log(JSON.stringify(sidebarItemsApi))
// console.log(JSON.stringify(sidebarItemsApi))

function findFirst(items) {
if (items.length > 0) {
Expand Down

0 comments on commit 5f26ade

Please sign in to comment.