-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add new landing page and design (#133)
* docs: upgrade to vitepress 1.alpha and create new landing page * chore: upgrade fortawesome dependencies * fix: paths to assets for docs
- Loading branch information
1 parent
03d2ec6
commit 6996f43
Showing
13 changed files
with
1,995 additions
and
1,332 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
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,18 @@ | ||
/* .vitepress/theme/custom.css */ | ||
:root { | ||
--vp-c-brand: #646cff; | ||
--vp-c-brand-light: #747bff; | ||
} | ||
|
||
.VPDoc:not(.has-sidebar) .content[data-v-10119189] { | ||
max-width: 52rem; | ||
} | ||
|
||
.VPDoc:not(.has-sidebar) .content[data-v-10119189] .content-container { | ||
max-width: initial; | ||
} | ||
|
||
.image .image-container img { | ||
max-width: 100%; | ||
max-height: 100%; | ||
} |
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,5 @@ | ||
// .vitepress/theme/index.js | ||
import DefaultTheme from 'vitepress/theme' | ||
import './custom.css' | ||
|
||
export default DefaultTheme |
Oops, something went wrong.