GovAlta / ui-components

ui-components contains the code you need to start building a user interface for Government of Alberta platforms and services.
Apache License 2.0
15 stars 24 forks source link

Create new versions of documentation website #1835

Open ArakTaiRoth opened 5 months ago

ArakTaiRoth commented 5 months ago

Info

We need to be able to support the latest version up to our major upgrade, and the versions after our upcoming major upgrade (after the following story #1379), on our documentation. As we will have to support the two versions simultaneously for a period of 3 months.

This will be done by implementing a system similar to Bootstrap's documentation, where they have the version # in the URL, and that separates which version the documentation is for.

Acceptance Criteria:

  1. We have two different URLs for component documentation
  2. We will have to write all new documentation for Angular and React for the new version being supported.

Tasks below:

ArakTaiRoth commented 1 month ago

Can't be done until #2035 and #2053 are complete