capactio / website

Source for the capact.io website
https://capact.io
Apache License 2.0
6 stars 4 forks source link

Prepare documentation for Dashboard #94

Closed pkosiec closed 2 years ago

pkosiec commented 2 years ago

Description

Changes proposed in this pull request:

Additional scope:

Testing

See new docs and test redirections on https://ui-docs.capact-website.pages.dev/docs/next/dashboard-ui/overview

To test new redirections after release:

  1. Checkout this branch
  2. Edit hack/make-release.sh script and comment line 24 (git push origin main)
  3. Run:
    RELEASE_VERSION=0.6.0 ./hack/make-release.sh
  4. See the last commit
  5. Run npm run build and npm run serve and test redirects

Related issue(s)

Resolves capactio/capact/issues/599