Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# A sample Gemfile
source "https://rubygems.org"
gem 'github-pages'
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ markdown: kramdown
kramdown:
input: GFM
line_width: 80
gems:
- jekyll-redirect-from
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: WP REST API Documentation
redirect_to:
- http://v2.wp-api.org/
---
<!doctype html>
<html>
Expand Down