mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
Updated Serial Monitor to be sleaker
This commit is contained in:
parent
b44a12773b
commit
02728bce84
7
.gitignore
vendored
7
.gitignore
vendored
@ -4,4 +4,9 @@ _site
|
|||||||
/vendor
|
/vendor
|
||||||
.sass-cache
|
.sass-cache
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
gemfile.lock
|
gemfile.lock
|
||||||
|
node_modules
|
||||||
|
.tmp
|
||||||
|
.DS_Store
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
@ -2,7 +2,6 @@ title: 'EyeTrackVR Documentation'
|
|||||||
description: 'Documentation for EyeTrackVR, an Opensource and affordable VR eye tracker for VR Chat.'
|
description: 'Documentation for EyeTrackVR, an Opensource and affordable VR eye tracker for VR Chat.'
|
||||||
author: 'ZanzyTHEbar'
|
author: 'ZanzyTHEbar'
|
||||||
email: info@h-bat.com
|
email: info@h-bat.com
|
||||||
# baseurl: "" # the subpath of your site, e.g. /blog
|
|
||||||
url: "https://redhawk989.github.io"
|
url: "https://redhawk989.github.io"
|
||||||
|
|
||||||
# twitter_username:
|
# twitter_username:
|
||||||
@ -12,10 +11,10 @@ github_username: RedHawk989
|
|||||||
# Build settings
|
# Build settings
|
||||||
remote_theme: just-the-docs/just-the-docs
|
remote_theme: just-the-docs/just-the-docs
|
||||||
color_scheme: 'light'
|
color_scheme: 'light'
|
||||||
|
|
||||||
heading_level: 6
|
heading_level: 6
|
||||||
previews: 3
|
previews: 3
|
||||||
|
|
||||||
|
|
||||||
sass:
|
sass:
|
||||||
style: compressed
|
style: compressed
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user