Skip to content

Commit

Permalink
remove selector
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Sep 25, 2024
1 parent 3918e3b commit ef0b755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const links = computed(() => [toc?.bottom?.edit && {

<template #left v-if="root!='tutorials'">
<UAside >
<PkgSelect v-if="root== 'framework'"/>
<!--<PkgSelect v-if="root== 'framework'"/> -->
<UNavigationTree :links="mapContentNavigation(navigation)" :multiple="true" default-open style="min-height:600px" :defaultOpen="1"/>
</UAside>
</template>
Expand Down
2 changes: 1 addition & 1 deletion content/2.framework/5.guides/_dir.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
title: Guides
title: Framework guides

0 comments on commit ef0b755

Please sign in to comment.