diff --git a/docs/.gitignore b/docs/.gitignore index 5c7789dae..e495569b9 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,5 +1,8 @@ -_site -.sass-cache +*.gem +.bundle +.ruby-version .jekyll-cache -.jekyll-metadata -vendor +.sass-cache +_site +Gemfile.lock +node_modules \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml index 4a993961e..18ba7d7d4 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,8 +22,8 @@ title: Docs | Firezone email: support@firez.one description: >- # this means to ignore newlines until "baseurl:" Documentation site for Firezone's VPN and firewall server. -baseurl: "/docs" # the subpath of your site, e.g. /blog -url: "https://www.firez.one" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "" # the subpath of your site, e.g. /blog +url: "https://docs.firez.one" # the base hostname & protocol for your site, e.g. http://example.com permalink: pretty twitter_username: firezonevpn github_username: firezone