Добавлено руководство по варке алкоголя и рецепты напитков, а также страница 404 с кастомным дизайном. Добавлен файл изображения бочки.
This commit is contained in:
@@ -27,13 +27,14 @@ export default defineConfig({
|
||||
tagline: 'Нереалистичный архив игрового мира',
|
||||
customCss: ['/src/styles/wiki-egames.css'],
|
||||
lastUpdated: true,
|
||||
disable404Route: true,
|
||||
editLink: {
|
||||
// Замени URL на свой репозиторий, чтобы кнопка "Редактировать" вела в нужное место.
|
||||
baseUrl: 'https://github.com/your-org/astral-archive/edit/main/'
|
||||
},
|
||||
social: [
|
||||
{ icon: 'discord', label: 'Discord', href: 'https://discord.gg/example' },
|
||||
{ icon: 'github', label: 'GitHub', href: 'https://github.com/your-org/astral-archive' }
|
||||
{ icon: 'discord', label: 'Discord', href: 'https://discord.gg/NZEYWSrK' },
|
||||
{ icon: 'telegram', label: 'Telegram', href: 'https://t.me/RPCM_MINE_BOT' }
|
||||
],
|
||||
components: {
|
||||
Header: './src/components/WikiHeader.astro',
|
||||
@@ -58,6 +59,13 @@ export default defineConfig({
|
||||
{ label: 'Предметы и ресурсы', link: '/items-resources/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Функции сервера',
|
||||
items: [
|
||||
{ label: 'Варка алкоголя', link: '/alcohol-brewing/' },
|
||||
{ label: 'Рецепты напитков', link: '/alcohol-recipes/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Сервер и сообщество',
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user