Refactor documentation structure and update links; remove outdated content
This commit is contained in:
@@ -10,8 +10,8 @@ const shouldRenderSearch =
|
||||
|
||||
const topLinks = [
|
||||
{ label: 'Старт', href: '/getting-started/' },
|
||||
{ label: 'Гайды', href: '/guides/' },
|
||||
{ label: 'Механики', href: '/mechanics/' },
|
||||
{ label: 'Команды', href: '/commands/' },
|
||||
{ label: 'Города', href: '/cities/' },
|
||||
{ label: 'FAQ', href: '/faq/' },
|
||||
{ label: 'Правила', href: '/rules/' }
|
||||
];
|
||||
@@ -427,7 +427,8 @@ const topLinks = [
|
||||
};
|
||||
|
||||
const enhanceSidebarGroupLinks = () => {
|
||||
const targets = [{ label: 'Алкоголь', href: '/alcohol/' }];
|
||||
const targets = [];
|
||||
if (targets.length === 0) return;
|
||||
const labelNodes = document.querySelectorAll('.sidebar-content details > summary .group-label .large');
|
||||
|
||||
labelNodes.forEach((labelNode) => {
|
||||
|
||||
Reference in New Issue
Block a user