diff --git a/docs/_config.yml b/docs/_config.yml index f3c510e5d..e5f829253 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -50,7 +50,7 @@ gh_edit_link: true # show or hide edit this page link gh_edit_link_text: "Edit on GitHub" gh_edit_repository: "https://github.com/firezone/firezone" # the github URL for your repo gh_edit_branch: "master" # the branch that your docs is served from -# gh_edit_source: docs # the source that your files originate from +gh_edit_source: docs # the source that your files originate from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately # Aux links for the upper right navigation diff --git a/docs/_includes/footer_custom.html b/docs/_includes/footer_custom.html index c4dbbeb1c..764f04b48 100644 --- a/docs/_includes/footer_custom.html +++ b/docs/_includes/footer_custom.html @@ -1,5 +1,5 @@ {%- if site.footer_content -%}
{%- endif -%} \ No newline at end of file diff --git a/docs/_sass/color_schemes/fz.scss b/docs/_sass/color_schemes/fz.scss index d22754132..e6414dbb9 100644 --- a/docs/_sass/color_schemes/fz.scss +++ b/docs/_sass/color_schemes/fz.scss @@ -31,4 +31,4 @@ $body-font-family: "Open Sans", sans-serif; // Borders -$border-color: $fz-grey-lt-100; \ No newline at end of file +$border-color: $fz-grey-lt-200; \ No newline at end of file