-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
๐ง[docs] Creates homepage resembling vuepress version
- Loading branch information
Showing
4 changed files
with
69 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.VPHome .VPHero.has-image .actions { | ||
justify-content: center; | ||
gap: 0.5rem 1rem; | ||
|
||
.action:nth-last-child(2), | ||
.action:nth-child(4) { | ||
visibility: hidden; | ||
width: 100%; | ||
height: 0; | ||
padding: 0; | ||
} | ||
} |
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 |
---|---|---|
@@ -1,25 +1,62 @@ | ||
--- | ||
# https://vitepress.dev/reference/default-theme-home-page | ||
layout: home | ||
|
||
hero: | ||
name: "LSS-Manager V.4 Wiki" | ||
text: "The Wiki for LSS-Manager V.4" | ||
tagline: My great project tagline | ||
tagline: "The Wiki for LSS-Manager V.4" | ||
image: | ||
src: https://docs.lss-manager.de/img/lssm.png | ||
actions: | ||
- theme: brand | ||
text: Markdown Examples | ||
link: /markdown-examples | ||
- theme: alt | ||
text: API Examples | ||
link: /api-examples | ||
|
||
features: | ||
- title: Feature A | ||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
- title: Feature B | ||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
- title: Feature C | ||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
- text: ๐ฉ๐ช | ||
link: /de_DE/ | ||
theme: brand | ||
- text: ๐ฌ๐ง๐บ๐ธ | ||
link: /en_US/ | ||
theme: brand | ||
- text: ๐ณ๐ฑ | ||
link: /nl_NL/ | ||
theme: brand | ||
- text: " " | ||
link: " " | ||
theme: alt | ||
- text: ๐จ๐ฟ | ||
link: /cs_CZ/ | ||
theme: alt | ||
- text: ๐ช๐ธ | ||
link: /es_ES/ | ||
theme: alt | ||
- text: ๐ซ๐ฎ | ||
link: /fi_FI/ | ||
theme: alt | ||
- text: ๐ซ๐ท | ||
link: /fr_FR/ | ||
theme: alt | ||
- text: ๐ฎ๐น | ||
link: /it_IT/ | ||
theme: alt | ||
- text: ๐ณ๐ด | ||
link: /nb_NO/ | ||
theme: alt | ||
- text: ๐ต๐ฑ | ||
link: /pl_PL/ | ||
theme: alt | ||
- text: ๐ธ๐ช | ||
link: /sv_SE/ | ||
theme: alt | ||
- text: " " | ||
link: " " | ||
theme: alt | ||
- text: Language not listed? | ||
link: /en_US/faq#_1-lss-manager-does-not-support-your-game-yet | ||
theme: alt | ||
--- | ||
|
||
[![Online Status for stable](https://status.lss-manager.de/api/badge/71/status?style=flat&upLabel=online&downLabel=offline&label=stable)](https://status.lss-manager.de/) [![Online Status for beta](https://status.lss-manager.de/api/badge/72/status?style=flat&upLabel=online&downLabel=offline&label=beta)](https://status.lss-manager.de/) | ||
|
||
### Easy installation | ||
|
||
1. [Tampermonkey](https://tampermonkey.net/) | ||
2. [Userscript](https://v4.lss-manager.de/lssm-v4.user.js) | ||
3. Reload game & start using LSSM | ||
|
||
For more information click on your flag above |