diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 58ddc32b0..405bae144 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -29,7 +29,6 @@ module.exports = { // prettier-ignore head: [ ["link", { rel: "icon", href: "/icon.png" }], - ["meta", { name: "description", content: "Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell." }], ["meta", { property: "og:title", content: "Starship: Cross-Shell Prompt" }], ["meta", { property: "og:description", content: "Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell."}], ["meta", { property: "og:type", content: "website" }], @@ -117,12 +116,12 @@ module.exports = { nav: [{ text: "Настройка", link: "/ru-RU/config/" }], // Custom sidebar values sidebar: [ - "/", - ["/guide/", "Руководство"], - ["/config/", "Настройка"], - ["/advanced-config/", "Расширенная Настройка"], - ["/faq/", "Часто Задаваемые Вопросы"], - ["/presets/", "Предустановки"] + "/ru-RU/", + ["/ru-RU/guide/", "Руководство"], + ["/ru-RU/config/", "Настройка"], + ["/ru-RU/advanced-config/", "Расширенная Настройка"], + ["/ru-RU/faq/", "Часто Задаваемые Вопросы"], + ["/ru-RU/presets/", "Предустановки"] ] }, "/de-DE/": { @@ -136,12 +135,12 @@ module.exports = { nav: [{ text: "Konfiguration", link: "/config/" }], // Custom sidebar values sidebar: [ - "/", - ["/guide/", "Anleitung"], - ["/config/", "Konfiguration"], - ["/advanced-config/", "Erweiterte Konfiguration"], - ["/faq/", "Häufig gestellte Fragen"], - ["/presets/", "Konfigurations-Beispiele"] + "/de-DE/", + ["/de-DE/guide/", "Anleitung"], + ["/de-DE/config/", "Konfiguration"], + ["/de-DE/advanced-config/", "Erweiterte Konfiguration"], + ["/de-DE/faq/", "Häufig gestellte Fragen"], + ["/de-DE/presets/", "Konfigurations-Beispiele"] ] } } diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 9abb758d1..7c5082cf9 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -11,9 +11,6 @@ margin: 50px 0 border-radius: 6px -#main-title - display: none - .hero margin: 150px 25px 70px diff --git a/docs/README.md b/docs/README.md index 32cd1e417..4563e830f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,25 +1,22 @@ --- home: true heroImage: /logo.svg +heroText: null +tagline: The cross-shell prompt for astronauts actionText: Get Started → -actionLink: /guide/ +actionLink: ./guide/ +features: + - title: Compatibility First + details: Works on the most common shells on the most common operating systems. Use it everywhere! + - title: Rust-Powered + details: Brings the best-in-class speed and safety of Rust, to make your prompt as quick and reliable as possible. + - title: Customizable + details: Every little detail is customizable to your liking, to make this prompt as minimal or feature-rich as you'd like it to be. footer: ISC Licensed | Copyright © 2019-present Starship Contributors ---- -
-
-

Compatibility First

-

Works on the most common shells on the most common operating systems. Use it everywhere!

-
-
-

Rust-Powered

-

Brings the best-in-class speed and safety of Rust, to make your prompt as quick and reliable as possible.

-
-
-

Customizable

-

Every little detail is customizable to your liking, to make this prompt as minimal or feature-rich as you'd like it to be.

-
-
+# Used for the description meta tag, for SEO +description: Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell. +---