The old HMDA API is being decommissioned, so we need to redirect the old docs to the new docs.
Additions
In what looks like an oversight, there was no page at the root, so http://cfpb.github.io/api/ currently shows an unstyled version of the repo's README. I added a simple index.html which just redirects to the CCDB API's landing page, since those docs will be the only thing left here once the HMDA API docs are removed.
Removals
All of the documentation content in the markdown files
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
index.html
which just redirects to the CCDB API's landing page, since those docs will be the only thing left here once the HMDA API docs are removed.Removals
console
static filesChanges
<meta>
element since we can't do anything server side (we did the same thing in the Design Manual when we shut that down).Testing
bundle exec jekyll serve --watch --baseurl '/api'
/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/api
; you should be redirected to the CCDB API docs landing page,/api/ccdb
/api/ccdb/
) to verify that they are unchanged and still match what's live right now.