Skip to content

Конфигурация

Конфигурация Wiki Uniplant Atomix находится в файле astro.config.mjs.

starlight({
title: 'Uniplant Atomix',
description: 'Документация Wiki Uniplant Atomix',
})
social: {
github: 'https://github.com/your-username/wikiautomix',
twitter: 'https://twitter.com/your-handle',
}

Настройка навигации через массив sidebar:

sidebar: [
{
label: 'Раздел',
items: [
{ label: 'Страница', link: '/getting-started/' },
],
},
]

Создайте файл .env для переменных окружения:

Terminal window
PUBLIC_API_URL=https://api.example.com