set up a schema subdirectory in the ./docs directory to hold published schema versions;
added versioned copies of 1.0, 1.1, and 1.2 schema to the ./docs/schema directory;
added schema option to site menu;
added version subcategories to the schema menu; and
set up forwarding so that http://www.parcore.org/schema/ redirects to http://www.parcore.org/schema/1.2/.
NOTES:
I've not versioned the current schema in the root schema directory to 1.2 as it breaks the test. Do we want to version the release schema before release? If so, I have the changes here that will build once this PR is merged.
I've added a schema option to the site menu but I am not sure that this is necessary, I can remove if we don't like.
schema
subdirectory in the./docs
directory to hold published schema versions;./docs/schema
directory;schema
option to site menu;http://www.parcore.org/schema/
redirects tohttp://www.parcore.org/schema/1.2/
.NOTES:
schema
directory to1.2
as it breaks the test. Do we want to version the release schema before release? If so, I have the changes here that will build once this PR is merged.