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: {
|
||||
provider: "local",
|
||||
},
|
||||
outline: "deep",
|
||||
footer: {
|
||||
message: "Released under the MIT License.",
|
||||
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
|
||||
|
||||
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:
|
||||
name: EyeTrackVR Docs
|
||||
text: Opensource and affordable VR eye tracking.
|
||||
text: Open-source and affordable VR eye tracking.
|
||||
image:
|
||||
src: /logo_light.png
|
||||
alt: ETRVR logo
|
||||
alt: ETVR logo
|
||||
tagline: For Social VR Games via OSC and UDP protocol.
|
||||
actions:
|
||||
- theme: brand
|
||||
|
Loading…
Reference in New Issue
Block a user