From c38d538f938e19e2bd1101c3122e13093c68acdd Mon Sep 17 00:00:00 2001 From: tolst Date: Tue, 21 Apr 2026 12:44:22 +0300 Subject: [PATCH] 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. --- .dockerignore | 29 +- .gitignore | 22 + astro.config.mjs | 13 +- src/components/WikiHeader.astro | 34 +- src/content/docs/alcohol.md | 19 + src/content/docs/all-ip.md | 19 +- src/content/docs/cities.md | 40 + src/content/docs/contacts.md | 32 +- src/content/docs/easyarmorstands.md | 156 +++ src/content/docs/faq.md | 34 +- src/content/docs/general.md | 18 + src/content/docs/getting-started.md | 20 +- src/content/docs/index.md | 38 +- src/content/docs/rules.md | 1590 ++++++++++++++++++++++++++- src/content/docs/story.md | 8 +- src/styles/wiki-egames.css | 115 ++ 16 files changed, 2083 insertions(+), 104 deletions(-) create mode 100644 src/content/docs/alcohol.md create mode 100644 src/content/docs/cities.md create mode 100644 src/content/docs/easyarmorstands.md create mode 100644 src/content/docs/general.md diff --git a/.dockerignore b/.dockerignore index 7ef6ac8..b89bdc9 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,33 @@ +# Dependencies and build output node_modules -dist .astro +dist + +# VCS metadata .git .gitignore + +# Local Codex/dev artifacts +.codex* +.codex/ +.tmp* +*.tmp + +# Logs +*.log npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# OS/editor files +.DS_Store +Thumbs.db +.vscode +.idea +*.swp +*.swo + +# Local caches +tmp +.cache diff --git a/.gitignore b/.gitignore index 9c0ec2b..22e732b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,26 @@ node_modules/ .astro/ dist/ + +# Local Codex/dev artifacts +.codex* +.codex/ +.tmp* +*.tmp + +# Logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# OS files .DS_Store +Thumbs.db + +# Editor / local workspace junk +.vscode/ +.idea/ +*.swp +*.swo diff --git a/astro.config.mjs b/astro.config.mjs index 0375e48..04d5f94 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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/' } ] }, { diff --git a/src/components/WikiHeader.astro b/src/components/WikiHeader.astro index 4fa8e3f..1509041 100644 --- a/src/components/WikiHeader.astro +++ b/src/components/WikiHeader.astro @@ -93,6 +93,34 @@ const topLinks = [