summaryrefslogtreecommitdiffstats
path: root/docs/.vuepress
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-02-12 21:46:00 -0500
committerMatan Kushner <hello@matchai.dev>2020-02-12 21:46:00 -0500
commit40bbd5d3cbf9e8d644939455b4eda7bb55164ea5 (patch)
tree70727a2fd03e461813d7bfb250b2b83f5626ff24 /docs/.vuepress
parentb8313f81edd1e155260e14dacf033fa5cb05a914 (diff)
docs: Replace project tagline
Diffstat (limited to 'docs/.vuepress')
-rw-r--r--docs/.vuepress/config.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 1e33c4fee..c89ebba17 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -3,32 +3,32 @@ module.exports = {
"/": {
lang: "en-US",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/de-DE/": {
lang: "de-DE",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/ru-RU/": {
lang: "ru-RU",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/ja-JP/": {
lang: "ja-JP",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/zh-CN/": {
lang: "zh-CN",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/zh-TW/": {
lang: "zh-TW",
title: "Starship",
- description: "The cross-shell prompt for astronauts"
+ description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}
},
// prettier-ignore