diff --git a/_config.yml b/_config.yml index d8130891..685ddd85 100644 --- a/_config.yml +++ b/_config.yml @@ -29,3 +29,9 @@ collections: docs: output: true permalink: "/:title:output_ext" + +gems: + - jekyll-redirect-from + +whitelist: + - jekyll-redirect-from diff --git a/draft-04/json-schema-core.md b/draft-04/json-schema-core.md new file mode 100644 index 00000000..3584137d --- /dev/null +++ b/draft-04/json-schema-core.md @@ -0,0 +1,3 @@ +--- +redirect_to: "https://tools.ietf.org/html/draft-zyp-json-schema-04" +--- diff --git a/draft-04/json-schema-hypermedia.md b/draft-04/json-schema-hypermedia.md new file mode 100644 index 00000000..4b7fbdf0 --- /dev/null +++ b/draft-04/json-schema-hypermedia.md @@ -0,0 +1,3 @@ +--- +redirect_to: "https://tools.ietf.org/html/draft-luff-json-hyper-schema-00" +--- diff --git a/draft-04/json-schema-validation.md b/draft-04/json-schema-validation.md new file mode 100644 index 00000000..7a9d7ba9 --- /dev/null +++ b/draft-04/json-schema-validation.md @@ -0,0 +1,3 @@ +--- +redirect_to: "https://tools.ietf.org/html/draft-fge-json-schema-validation-00" +---