Убрал проводник
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-04 20:08:38 +03:00
parent e730bf16b8
commit 3e6fd92773
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
3 changed files with 72 additions and 75 deletions

View File

@ -34,8 +34,8 @@ export const defaultContentPageLayout: PageLayout = {
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),
Component.Search(),
Component.DesktopOnly(Component.TableOfContents()),
Component.Darkmode(),
Component.DesktopOnly(Component.Explorer()),
],
right: [
Component.Graph({
@ -66,7 +66,6 @@ export const defaultContentPageLayout: PageLayout = {
showTags: false, // whether to show tags in the graph
},
}),
Component.DesktopOnly(Component.TableOfContents()),
Component.Backlinks(),
],
}

View File

@ -4,10 +4,9 @@ tags:
- type/moc
parents:
- "[[00 Разработка]]"
title: Java разработка
aliases: []
aliases:
zero-link:
- "[[../../../garden/ru/meta/zero/00 Разработка]]"
- "[[00 Разработка]]"
---
- [Устройство Java](Устройство%20Java.md)
- [Снипеты для Java](../../../garden/ru/meta/zero/00%20Снипеты%20для%20Java.md)

View File

@ -1,6 +1,5 @@
---
tags:
- type/zero-link
title: Разработка
---
- [Java разработка](00%20Java%20разработка.md)