From 02728bce84fe1a0b5b4cb058e7194ec2b19b6117 Mon Sep 17 00:00:00 2001 From: DaOfficialWizard Date: Fri, 1 Jul 2022 14:14:08 +0100 Subject: [PATCH] Updated Serial Monitor to be sleaker --- .gitignore | 7 ++++++- docs/_config.yml | 3 +-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 37782b4..00f6426 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,9 @@ _site /vendor .sass-cache .jekyll-metadata -gemfile.lock \ No newline at end of file +gemfile.lock +node_modules +.tmp +.DS_Store +.idea +.vscode \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml index 01c9502..f3fad53 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -2,7 +2,6 @@ title: 'EyeTrackVR Documentation' description: 'Documentation for EyeTrackVR, an Opensource and affordable VR eye tracker for VR Chat.' author: 'ZanzyTHEbar' email: info@h-bat.com -# baseurl: "" # the subpath of your site, e.g. /blog url: "https://redhawk989.github.io" # twitter_username: @@ -12,10 +11,10 @@ github_username: RedHawk989 # Build settings remote_theme: just-the-docs/just-the-docs color_scheme: 'light' + heading_level: 6 previews: 3 - sass: style: compressed