summaryrefslogtreecommitdiff
path: root/smoke/docs-main/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/docs-main/src/config.ts')
-rw-r--r--smoke/docs-main/src/config.ts58
1 files changed, 29 insertions, 29 deletions
diff --git a/smoke/docs-main/src/config.ts b/smoke/docs-main/src/config.ts
index de3793bf3..e4eeb2b0c 100644
--- a/smoke/docs-main/src/config.ts
+++ b/smoke/docs-main/src/config.ts
@@ -1,13 +1,13 @@
export const SIDEBAR = {
en: [
- { text: 'Setup', header: true },
+ { text: 'Setup', header: true, type: 'learn' },
{ text: 'Getting Started', link: 'en/getting-started' },
{ text: 'Installation', link: 'en/installation' },
{ text: 'Migration Guide', link: 'en/migrate' },
{ text: 'Themes', link: 'en/themes' },
- { text: 'Integrations', link: `en/integrations/integrations`},
+ { text: 'Integrations', link: `en/integrations/integrations` },
- { text: 'Basics', header: true },
+ { text: 'Basics', header: true, type: 'learn' },
{ text: 'Project Structure', link: 'en/core-concepts/project-structure' },
{ text: 'Components', link: 'en/core-concepts/astro-components' },
{ text: 'Pages', link: 'en/core-concepts/astro-pages' },
@@ -16,7 +16,7 @@ export const SIDEBAR = {
{ text: 'Partial Hydration', link: 'en/core-concepts/component-hydration' },
{ text: 'Astro vs. X', link: 'en/comparing-astro-vs-other-tools' },
- { text: 'Guides', header: true },
+ { text: 'Guides', header: true, type: 'learn' },
{ text: 'Styling & CSS', link: 'en/guides/styling' },
{ text: 'Markdown', link: 'en/guides/markdown-content' },
{ text: 'Debugging', link: 'en/guides/debugging' },
@@ -30,7 +30,7 @@ export const SIDEBAR = {
{ text: 'Deploy to the web', link: 'en/guides/deploy' },
{ text: 'Publish to npm', link: 'en/guides/publish-to-npm' },
- { text: 'Reference', header: true },
+ { text: 'Reference', header: true, type: 'api' },
{ text: 'Built-In Components', link: 'en/reference/builtin-components' },
{ text: 'API Reference', link: 'en/reference/api-reference' },
{ text: 'CLI Reference', link: 'en/reference/cli-reference' },
@@ -41,7 +41,7 @@ export const SIDEBAR = {
{ text: 'Renderer Reference', link: 'en/reference/renderer-reference' },
],
de: [
- { text: 'Einrichtung', header: true },
+ { text: 'Einrichtung', header: true, type: 'learn' },
{ text: 'Erste Schritte', link: 'de/getting-started' },
{ text: 'Schnellstart', link: 'de/quick-start' },
{ text: 'Installation', link: 'de/installation' },
@@ -49,7 +49,7 @@ export const SIDEBAR = {
{ text: 'Astro vs. X', link: 'de/comparing-astro-vs-other-tools' },
{ text: 'Umstellung auf v0.21', link: 'de/migration/0.21.0' },
- { text: 'Grundlagen', header: true },
+ { text: 'Grundlagen', header: true, type: 'learn' },
{ text: 'Projektstruktur', link: 'de/core-concepts/project-structure' },
{ text: 'Astro-Komponenten', link: 'de/core-concepts/astro-components' },
{ text: 'Astro-Seiten', link: 'de/core-concepts/astro-pages' },
@@ -57,30 +57,30 @@ export const SIDEBAR = {
{ text: 'Routing', link: 'de/core-concepts/routing' },
{ text: 'Partial Hydration', link: 'de/core-concepts/component-hydration' },
- { text: 'Anleitungen', header: true },
+ { text: 'Anleitungen', header: true, type: 'learn' },
{ text: 'Styling & CSS', link: 'de/guides/styling' },
- { text: 'Referenz', header: true },
+ { text: 'Referenz', header: true, type: 'api' },
],
nl: [
- { text: 'Welkom', header: true },
+ { text: 'Welkom', header: true, type: 'learn' },
{ text: 'Beginnen', link: 'nl/getting-started' },
{ text: 'Snel start', link: 'nl/quick-start' },
],
fi: [
- { text: 'Tervetuloa', header: true },
+ { text: 'Tervetuloa', header: true, type: 'learn' },
{ text: 'Aloittaminen', link: 'fi/getting-started' },
{ text: 'Pika-aloitus', link: 'fi/quick-start' },
{ text: 'Asennus', link: 'fi/installation' },
],
es: [
- { text: 'Configuración', header: true },
+ { text: 'Configuración', header: true, type: 'learn' },
{ text: 'Empezando', link: 'es/getting-started' },
{ text: 'Comienzo rápido', link: 'es/quick-start' },
{ text: 'Instalación', link: 'es/installation' },
{ text: 'Astro vs. X', link: 'es/comparing-astro-vs-other-tools' },
- { text: 'Fundamentos', header: true },
+ { text: 'Fundamentos', header: true, type: 'learn' },
{
text: 'Estructura del Proyecto',
link: 'es/core-concepts/project-structure',
@@ -97,7 +97,7 @@ export const SIDEBAR = {
link: 'es/core-concepts/component-hydration',
},
- { text: 'Guías', header: true },
+ { text: 'Guías', header: true, type: 'learn' },
{ text: 'Estilo y CSS', link: 'es/guides/styling' },
{ text: 'Markdown', link: 'es/guides/markdown-content' },
{ text: 'Depuración', link: 'es/guides/debugging' },
@@ -109,7 +109,7 @@ export const SIDEBAR = {
{ text: 'Desplegar en la web', link: 'es/guides/deploy' },
{ text: 'Publicar en npm', link: 'es/guides/publish-to-npm' },
- { text: 'Referencia', header: true },
+ { text: 'Referencia', header: true, type: 'api' },
{
text: 'Componentes incorporados',
link: 'es/reference/builtin-components',
@@ -126,7 +126,7 @@ export const SIDEBAR = {
},
],
'zh-CN': [
- { text: '起步', header: true },
+ { text: '起步', header: true, type: 'learn' },
{ text: '入门指南', link: 'zh-CN/getting-started' },
{ text: '快速入门', link: 'zh-CN/quick-start' },
{ text: '安装指南', link: 'zh-CN/installation' },
@@ -137,64 +137,64 @@ export const SIDEBAR = {
},
],
'zh-TW': [
- { text: '設定', header: true },
+ { text: '設定', header: true, type: 'learn' },
{ text: '新手上路', link: 'zh-TW/getting-started' },
{ text: '快速開始', link: 'zh-TW/quick-start' },
{ text: '安裝', link: 'zh-TW/installation' },
{ text: '佈景主題', link: 'zh-TW/themes' },
],
bg: [
- { text: 'Главни', header: true },
+ { text: 'Главни', header: true, type: 'learn' },
{ text: 'Започваме!', link: 'bg/getting-started' },
],
fr: [
- { text: 'Bienvenue', header: true },
+ { text: 'Bienvenue', header: true, type: 'learn' },
{ text: 'Bien démarrer', link: 'fr/getting-started' },
{ text: 'Démarrage rapide', link: 'fr/quick-start' },
{ text: 'Installation', link: 'fr/installation' },
],
bn: [
- { text: 'সেটআপ', header: true },
+ { text: 'সেটআপ', header: true, type: 'learn' },
{ text: 'শুরু করুন', link: 'bn/getting-started' },
],
kr: [
- { text: '환영합니다', header: true },
+ { text: '환영합니다', header: true, type: 'learn' },
{ text: '시작하기', link: 'kr/getting-started' },
],
ar: [
- { text: 'التهيئة', header: true },
+ { text: 'التهيئة', header: true, type: 'learn' },
{ text: 'باشر البدأ', link: 'ar/getting-started' },
],
da: [
- { text: 'Velkommen', header: true },
+ { text: 'Velkommen', header: true, type: 'learn' },
{ text: 'Introduktion', link: 'da/getting-started' },
],
ja: [
- { text: 'セットアップ', header: true },
+ { text: 'セットアップ', header: true, type: 'learn' },
{ text: 'はじめに', link: 'ja/getting-started' },
{ text: 'クイックスタート', link: 'ja/quick-start' },
{ text: 'インストール', link: 'ja/installation' },
{ text: 'テーマ', link: 'ja/themes' },
{ text: 'Astro vs. X', link: 'ja/comparing-astro-vs-other-tools' },
- { text: '基本', header: true },
+ { text: '基本', header: true, type: 'learn' },
{ text: 'ディレクトリ構成', link: 'ja/core-concepts/project-structure' },
],
ru: [
- { text: 'Введение', header: true },
+ { text: 'Введение', header: true, type: 'learn' },
{ text: 'Начало работы', link: 'ru/getting-started' },
{ text: 'Быстрый старт', link: 'ru/quick-start' },
],
it: [
- { text: 'Impostare', header: true },
+ { text: 'Impostare', header: true, type: 'learn' },
{ text: 'Come iniziare', link: 'it/getting-started' },
],
pl: [
- { text: 'Konfiguracja', header: true },
+ { text: 'Konfiguracja', header: true, type: 'learn' },
{ text: 'Na początek', link: 'pl/getting-started' },
],
hu: [
- { text: 'Beállítás', header: true },
+ { text: 'Beállítás', header: true, type: 'learn' },
{ text: 'Első Lépések', link: 'hu/getting-started' },
{ text: 'Gyors Beállítás', link: 'hu/quick-start' },
{ text: 'Telepítés', link: 'hu/installation' },