-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
636 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,7 @@ dist-ssr | |
|
||
# Unplugin | ||
components.d.ts | ||
|
||
# Vitepress | ||
docs/.vitepress/dist | ||
docs/.vitepress/cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import { defineConfig } from 'vitepress'; | ||
|
||
// https://vitepress.dev/reference/site-config | ||
export default defineConfig({ | ||
lang: 'en-US', | ||
title: 'Grassator', | ||
description: 'Secure, modern and fast multi-process downloader', | ||
themeConfig: { | ||
// https://vitepress.dev/reference/default-theme-config | ||
logo: '/logo.png', | ||
|
||
nav: [{ text: 'Home', link: '/' }], | ||
|
||
sidebar: [], | ||
|
||
socialLinks: [ | ||
{ icon: 'github', link: 'https://github.com/noctisynth/Grassator' }, | ||
], | ||
|
||
footer: { | ||
message: | ||
'Released under the <a href="https://github.com/noctisynth/Grassator/blob/main/LICENSE-MIT">MIT License</a> and <a href="https://github.com/noctisynth/Grassator/blob/main/LICENSE-AGPL">AGPLv3 License</a>.', | ||
copyright: | ||
'Copyright © 2011-present <a href="https://github.com/noctisynth">Noctisynth, Inc.</a>', | ||
}, | ||
}, | ||
locales: { | ||
root: { | ||
label: 'English', | ||
lang: 'en-US', | ||
}, | ||
zh: { | ||
label: '简体中文', | ||
lang: 'zh-CN', | ||
}, | ||
}, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
# https://vitepress.dev/reference/default-theme-home-page | ||
layout: home | ||
|
||
hero: | ||
name: "Grassator" | ||
text: "Secure, modern and fast multi-process downloader" | ||
tagline: | ||
actions: | ||
- theme: brand | ||
text: Get Started | ||
- theme: alt | ||
text: Download | ||
|
||
features: | ||
- title: Nothing here yet | ||
details: We are working on this project and will update this section soon. | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
# https://vitepress.dev/reference/default-theme-home-page | ||
layout: home | ||
|
||
hero: | ||
name: 'Grassator' | ||
text: '安全,现代和快速的多进程下载器' | ||
tagline: | ||
actions: | ||
- theme: brand | ||
text: 开始 | ||
- theme: alt | ||
text: 下载 | ||
|
||
features: | ||
- title: 尚未完成 | ||
details: 我们正努力开发这个项目,稍后将更新本部分内容。 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.