mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
docs: Add vuepress with initial docs (#99)
Co-authored-by: Tiffany Le-Nguyen <tlenguyen@expedia.com> Co-authored-by: Matan Kushner <hello@matchai.me>
This commit is contained in:
committed by
Matan Kushner
parent
025c0e5e85
commit
08cf33522a
@@ -0,0 +1,28 @@
|
||||
module.exports = {
|
||||
title: 'Starship',
|
||||
description: 'The cross-shell prompt for astronauts ☄🌌️',
|
||||
head: [
|
||||
['link', { rel: 'icon', href: '/icon.png' }]
|
||||
],
|
||||
themeConfig: {
|
||||
logo: '/icon.png',
|
||||
sidebar: [
|
||||
'/',
|
||||
['/guide/', 'Guide'],
|
||||
['/config/', 'Configuration']
|
||||
],
|
||||
nav: [
|
||||
{ text: 'Configuration', link: '/config/' },
|
||||
],
|
||||
// the GitHub repo path
|
||||
repo: 'starship/starship',
|
||||
// the label linking to the repo
|
||||
repoLabel: 'GitHub',
|
||||
// if your docs are not at the root of the repo:
|
||||
docsDir: 'docs',
|
||||
// defaults to false, set to true to enable
|
||||
editLinks: true,
|
||||
// custom text for edit link. Defaults to "Edit this page"
|
||||
editLinkText: 'Edit this page on GitHub'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
http://starship-rs.netlify.com/* http://starship.rs/:splat 301!
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../../media/icon.png
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../../media/logo.png
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../../media/logo.svg
|
||||
@@ -0,0 +1,15 @@
|
||||
$accentColor = #DD0B78
|
||||
$textColor = #2c3e50
|
||||
$borderColor = #eaecef
|
||||
$codeBgColor = #282c34
|
||||
|
||||
.home .hero img
|
||||
max-width: 500px
|
||||
min-width: 300px
|
||||
width: 100%
|
||||
|
||||
#main-title
|
||||
display: none
|
||||
|
||||
.hero
|
||||
margin: 150px 25px
|
||||
Reference in New Issue
Block a user