diff --git a/.gitattributes b/.gitattributes index a6e88788..3cbfccb2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,6 @@ +# Excluding from GitHub languages: vendor/ linguist-vendored + +# Excluding from `git diff`: +*.1 -diff +*.7 -diff diff --git a/CHANGELOG.md b/CHANGELOG.md index 789bf608..6c83ea56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Rename `killperson` command to `removeperson` (#684) - Moves `file_has_line` utility to tests and fixes how it is used +- Refactors docs: new pages, new content ## 0.4.0 diff --git a/README.md b/README.md index e721956b..bc1e797a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Homebrew](https://img.shields.io/homebrew/v/git-secret.svg)](https://formulae.brew.sh/formula/git-secret) [![Supporters](https://img.shields.io/opencollective/all/git-secret.svg?color=gold&label=supporters)](https://opencollective.com/git-secret) -[![git-secret](https://raw.githubusercontent.com/sobolevn/git-secret/gh-pages/images/git-secret-big.png)](http://git-secret.io/) +[![git-secret](https://raw.githubusercontent.com/sobolevn/git-secret/gh-pages/images/git-secret-big.png)](https://git-secret.io/) ## What is `git-secret`? @@ -34,7 +34,7 @@ you should also change the secrets. `git-secret` supports `brew`, just type: `brew install git-secret` It also supports `apt` and `yum`. You can also use `make` if you want to. -See the [installation section](http://git-secret.io/installation) for the details. +See the [installation section](installation) for the details. ### Requirements diff --git a/docs/Gemfile b/docs/Gemfile index 9c80ac49..4f0b0f6b 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -3,5 +3,4 @@ source "https://rubygems.org" group :jekyll_plugins do gem "jekyll", ">= 3.6.3" gem "jekyll-seo-tag", "~> 2.7.1" - gem "jekyll-environment-variables", ">= 1.0.1" end diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 4bab3452..dc4388bc 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -29,8 +29,6 @@ GEM rouge (~> 3.0) safe_yaml (~> 1.0) terminal-table (~> 2.0) - jekyll-environment-variables (1.0.1) - jekyll (>= 3.0, < 5.x) jekyll-sass-converter (2.1.0) sassc (> 2.0.1, < 3.0) jekyll-seo-tag (2.7.1) @@ -67,7 +65,6 @@ PLATFORMS DEPENDENCIES jekyll (>= 3.6.3) - jekyll-environment-variables (>= 1.0.1) jekyll-seo-tag (~> 2.7.1) BUNDLED WITH diff --git a/docs/_config.yml b/docs/_config.yml index b874b7ac..909d3fdc 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -8,13 +8,10 @@ url: "git-secret.io" # the base hostname & protocol for your site # Github links: github_username: sobolevn github_changelog: "https://github.com/sobolevn/git-secret/blob/master/CHANGELOG.md" -github_plugins: "https://github.com/sobolevn/git-secret/wiki/Third-party-plugins" -github_using: "https://github.com/sobolevn/git-secret/wiki/Who-uses" # Seo settings: plugins: - jekyll-seo-tag - - jekyll-environment-variables # Build settings markdown: kramdown diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e105212b..98ac10c9 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -27,8 +27,8 @@ diff --git a/docs/index.html b/docs/index.html index 7b4326b1..483aed49 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,7 +21,7 @@ layout: default {{ post.content }} {% endfor %} -

Command Reference

+

Command Reference