diff --git a/README.md b/README.md index a284e1a..91042d3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > A library of barebones front-end components built with WordPress and accessibility in mind. -[](#support-level) [](https://opensource.org/licenses/MIT) +[](#support-level) [](https://opensource.org/licenses/MIT) [](https://codecov.io/gh/10up/component-library) @@ -31,7 +31,7 @@ To use a component, navigate to the component’s detail page to see demos, usag ## Support Level -**Active:** 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome. +**Archived:** This project is no longer maintained by 10up. We are no longer responding to Issues or Pull Requests unless they relate to security concerns. We encourage interested developers to fork this project and make it their own! ## Repository Structure and Engineering Guidelines Visit the [CONTRIBUTING](/CONTRIBUTING.md) page for initial contribution and engineering guidance. diff --git a/docs/Gemfile b/docs/Gemfile index f85f962..2bf6de3 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,7 +1,5 @@ source 'https://rubygems.org' -require 'json' -require 'open-uri' -versions = JSON.parse(open('https://pages.github.com/versions.json').read) - -gem 'github-pages', versions['github-pages'] +gem 'github-pages', '~> 228' +gem 'jekyll', '~> 3.9.0' +gem 'webrick', '~> 1.7' diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 9f99d79..e673ae9 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -39,4 +39,8 @@ +
+