We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7423da6 commit c528b6cCopy full SHA for c528b6c
docs/.vitepress/theme/components/ChapterContents.vue
@@ -33,7 +33,7 @@ if (!items) {
33
);
34
} else {
35
items.forEach((subchapter) => {
36
- console.log(subchapter);
+ // console.log(subchapter);
37
const t = subchapter.items?.filter((item) => {
38
return item.link !== chapter_root && !item.goback;
39
});
0 commit comments