As a user of the ATT&CK Website, I want to be able to see previous versions of the site. Where previous versions are not available, I want to be able to be linked to a JSON file for the data for that version as well as a github-pages-branch commit for the files for that version.
This will require edits to the attack-archives repo. The archival script, and archives.json, will need to be updated to have the following fields:
cti_url: url of the version-tag for that release on mitre/cti.
gh_pages_url: url of the github-pages commit for the last update under that version.
retired: boolean, if true the version will not be deployed to the site, and the entry on /resources/previous-versions/will be replaced with a blurb explaining that the version was retired, and descriptive links to cti_url and gh_pages_url.
As a user of the ATT&CK Website, I want to be able to see previous versions of the site. Where previous versions are not available, I want to be able to be linked to a JSON file for the data for that version as well as a github-pages-branch commit for the files for that version.
This will require edits to the attack-archives repo. The archival script, and archives.json, will need to be updated to have the following fields:
cti_url: url of the version-tag for that release on mitre/cti.gh_pages_url: url of the github-pages commit for the last update under that version.retired: boolean, if true the version will not be deployed to the site, and the entry on/resources/previous-versions/will be replaced with a blurb explaining that the version was retired, and descriptive links to cti_url and gh_pages_url.