saucelabs / testrunner-toolkit

Sauce Labs Test Runner Toolkit is a JavaScript native approach to perform browser testing in a CI with Sauce Labs
https://docs.staging.saucelabs.net/testrunner-toolkit/index.html
Apache License 2.0
23 stars 11 forks source link

Create 404.html for doc site #85

Closed Tacktician closed 3 years ago

Tacktician commented 3 years ago

Thanks for contributing to the saucectl project! A PR well described will help maintainers to quickly review and merge it

Before submitting your PR, please check our contributing guidelines, applied for this repository. Avoid large PRs, help reviewers by making them as simple and short as possible.

Description

Created a default 404.html that pauses, and redirects to the home page of doc site upon receiving a 404 response code

Motivation and Context

Temporary fix for folks who bookmarked the old overview.html index page

Types of changes

Checklist

Tacktician commented 3 years ago

@KunalJain, I wasn't able to test this locally because we're using docusaurus v1 and GitHub pages for the website. V2 has a better workaround for these issues.