diff --git a/_config.yml b/_config.yml index d8130891..016139c8 100644 --- a/_config.yml +++ b/_config.yml @@ -25,6 +25,9 @@ github_username: json-schema-org markdown: kramdown #theme: minima +gems: + - jekyll-redirect-from + collections: docs: output: true diff --git a/calendar b/calendar.json similarity index 97% rename from calendar rename to calendar.json index b1a6f112..1fa78ffc 100644 --- a/calendar +++ b/calendar.json @@ -1,3 +1,6 @@ +--- +redirect_from: "/calendar" +--- { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A representation of an event", diff --git a/card b/card.json similarity index 98% rename from card rename to card.json index acdc3d07..773ecef6 100644 --- a/card +++ b/card.json @@ -1,3 +1,6 @@ +--- +redirect_from: "/card" +--- { "$schema": "http://json-schema.org/draft-04/schema#", "description": "A representation of a person, company, organization, or place", diff --git a/documentation.html b/documentation.html index 9c6e36fe..7deccc79 100644 --- a/documentation.html +++ b/documentation.html @@ -49,19 +49,19 @@
Geographic Coordinate | +Geographic Coordinate | a location as longitude and latitude |
Card | +Card | a microformat-style representation of a person, company, organization, or place |
Calendar | +Calendar | a microformat-style representation of an event |
Address | +Address | a microformat-style representation of a street address |