cfpb / api

Documentation to support upcoming data platform API and data sets
http://cfpb.github.io/api/hmda/
31 stars 73 forks source link

Redirect old HMDA API documentation URLs to the new docs #78

Closed niqjohnson closed 4 years ago

niqjohnson commented 4 years ago

Do not merge until Sept. 25

The old HMDA API is being decommissioned, so we need to redirect the old docs to the new docs.

Additions

Removals

Changes

Testing

  1. Fire up this branch locally with bundle exec jekyll serve --watch --baseurl '/api'
  2. Visit any HMDA API docs page, like /api/hmda, /api/hmda/console, or /api/hmda/queries; you should be immediately (or almost immediately) redirected to https://cfpb.github.io/hmda-platform/#data-browser-api
  3. Visit the API landing page, /api; you should be redirected to the CCDB API docs landing page, /api/ccdb
  4. Visit some CCDB API documentation pages (anything under /api/ccdb/) to verify that they are unchanged and still match what's live right now.