mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-09-26 23:09:15 +08:00
feat: set markdown layout to deep
- add SEO - use deep outline method for markdown
This commit is contained in:
parent
338ee2e709
commit
497a4f293c
@ -14,6 +14,7 @@ const theme = {
|
|||||||
search: {
|
search: {
|
||||||
provider: "local",
|
provider: "local",
|
||||||
},
|
},
|
||||||
|
outline: "deep",
|
||||||
footer: {
|
footer: {
|
||||||
message: "Released under the MIT License.",
|
message: "Released under the MIT License.",
|
||||||
copyright: "Copyright © 2022-present ETVR",
|
copyright: "Copyright © 2022-present ETVR",
|
||||||
@ -131,6 +132,6 @@ const theme = {
|
|||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
const ThemeSettings = {}
|
const ThemeSettings = {};
|
||||||
|
|
||||||
export { theme, ThemeSettings }
|
export { theme, ThemeSettings };
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
---
|
---
|
||||||
layout: home
|
layout: home
|
||||||
|
head:
|
||||||
|
- - meta
|
||||||
|
- name: keywords
|
||||||
|
content: EyeTrackVR ETVR VR Virtual Reality Eye Tracking VRChat Social VR Games VR Game VR Games VRChat Avatar VRChat Avatars VRChat Eye Tracking VRChat Eye Tracking Avatar VRChat Eye Tracking Avatars
|
||||||
hero:
|
hero:
|
||||||
name: EyeTrackVR Docs
|
name: EyeTrackVR Docs
|
||||||
text: Opensource and affordable VR eye tracking.
|
text: Open-source and affordable VR eye tracking.
|
||||||
image:
|
image:
|
||||||
src: /logo_light.png
|
src: /logo_light.png
|
||||||
alt: ETRVR logo
|
alt: ETVR logo
|
||||||
tagline: For Social VR Games via OSC and UDP protocol.
|
tagline: For Social VR Games via OSC and UDP protocol.
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
|
Loading…
Reference in New Issue
Block a user