diff --git a/.gitignore b/.gitignore index c0baf81..1ccc2ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .jekyll-metadata _site Gemfile.lock +vendor diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7d10523 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +before_script: "./script/bootstrap" +script: "./script/test" + +#environment +language: ruby +rvm: + - 2.4.0 + +notifications: + email: false + +env: + global: + - NOKOGIRI_USE_SYSTEM_LIBRARIES=true + +sudo: false +cache: bundler diff --git a/Gemfile b/Gemfile index 4892c29..f50cdf4 100644 --- a/Gemfile +++ b/Gemfile @@ -16,4 +16,8 @@ group :scripts do gem 'octokit' end +group :test do + gem 'html-proofer' +end + gem 'rb-fsevent', '0.9.8' # See issue https://github.com/guard/listen/issues/431 diff --git a/_apps/settings.md b/_apps/settings.md index 434a616..3484ab1 100644 --- a/_apps/settings.md +++ b/_apps/settings.md @@ -13,7 +13,7 @@ This GitHub App syncs repository settings defined in `.github/settings.yml` to G ## Usage -1. **[Install the app](https://github.com/integrations/configurer/installations/new)**. +1. **[Install the app](https://github.com/apps/settings/installations/new)**. 2. Create a `.github/settings.yml` file in your repository. Changes to this file on the default branch will be synced to GitHub. All settings are optional. diff --git a/_config.yml b/_config.yml index 36065b5..aaaff4e 100644 --- a/_config.yml +++ b/_config.yml @@ -11,6 +11,7 @@ exclude: - node_modules - _submodules - script + - vendor sass: style: :compressed @@ -35,7 +36,7 @@ defaults: values: layout: docs -gems: +plugins: - jekyll-octicons - jekyll-sitemap - jekyll-seo-tag diff --git a/_layouts/app.html b/_layouts/app.html index 4d43952..da74d47 100644 --- a/_layouts/app.html +++ b/_layouts/app.html @@ -10,7 +10,7 @@ layout: default
Find a mistake or want to help improve this documentation? - Suggest changes on GitHub + Suggest changes on GitHub
+