Update story description and enhance sidebar styles

- Revised the story section description to reflect the server's narrative.
- Removed placeholder text and added a prompt for content creation.
- Improved sidebar link styles for better visibility and interaction.
- Added hover effects and styles for sections with sub-items in the table of contents.
- Introduced new styles for alcohol and contact link cards for consistent design.
- Enhanced map call-to-action button with new styles and hover effects.
This commit is contained in:
2026-04-21 12:44:22 +03:00
parent e32e0fb972
commit c38d538f93
16 changed files with 2083 additions and 104 deletions

View File

@@ -59,19 +59,16 @@ export default defineConfig({
{
label: 'Игровые системы',
items: [
{ label: 'Гайды', link: '/guides/' },
{ label: 'Механики', link: '/mechanics/' },
{ label: 'Профессии / классы / расы', link: '/professions/' },
{ label: 'Экономика', link: '/economy/' },
{ label: 'Предметы и ресурсы', link: '/items-resources/' },
{ label: 'Команды', link: '/commands/' },
{ label: 'Общее', link: '/general/' },
{ label: 'Города', link: '/cities/' },
{
label: 'Алкоголь',
items: [
{ label: 'Варка алкоголя', link: '/alcohol-brewing/' },
{ label: 'Как варить', link: '/alcohol-brewing/' },
{ label: 'Рецепты напитков', link: '/alcohol-recipes/' }
]
}
},
{ label: 'EasyArmorStands', link: '/easyarmorstands/' }
]
},
{