--- import config from 'virtual:starlight/user-config'; import LanguageSelect from 'virtual:starlight/components/LanguageSelect'; import Search from 'virtual:starlight/components/Search'; import SocialIcons from 'virtual:starlight/components/SocialIcons'; const shouldRenderSearch = config.pagefind || config.components.Search !== '@astrojs/starlight/components/Search.astro'; const topLinks = [ { label: 'Старт', href: '/getting-started/' }, { label: 'Команды', href: '/commands/' }, { label: 'Города', href: '/cities/' }, { label: 'FAQ', href: '/faq/' }, { label: 'Правила', href: '/rules/' } ]; ---