diff --git a/website/docs/implementation_guides/javascript.md b/website/docs/implementation_guides/javascript.md deleted file mode 100644 index 043da0db..00000000 --- a/website/docs/implementation_guides/javascript.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Overview -description: Getting started with Pact JS ---- - -[Pact JS](https://github.com/pact-foundation/pact-js) is currently compliant to Pact Specification Version 2.0. - -## Quickstart guide - -Our [5 minute guide](../5-minute-getting-started-guide.md) is written in JS, this is a good starting point if this is your first experience with Pact. - -## Pact JS Workshop - -If you'd like to go a little deeper, we have a [workshop](https://github.com/pact-foundation/pact-workshop-js) that will take 1-2 hours. It goes into all of the key topics, and will take you from a novice to intermediate level understanding. - -## Examples - -If you need more information, the [Pact JS readme](/implementation_guides/javascript/readme) has detailed information. - -Additionally, these complete examples are useful guides: - -* [Complete Example \(Node env\)](https://github.com/pact-foundation/pact-js/tree/master/examples/e2e) -* [Pact with Jest \(Node env\)](https://github.com/pact-foundation/pact-js/tree/master/examples/jest) -* [Pact with Mocha](https://github.com/pact-foundation/pact-js/tree/master/examples/mocha) -* [Pact with Karma + Jasmine](https://github.com/pact-foundation/pact-js/tree/master/examples/karma/jasmine) -* [Pact with Karma + Mocha](https://github.com/pact-foundation/pact-js/tree/master/examples/karma/mocha) -* [Angular 4 + Mocha](https://github.com/stones/pact-angular-4-mocha) -* NestJS + Jest: [Provider](https://github.com/pact-foundation/pact-js/tree/master/examples/nestjs-provider) | [Consumer](https://github.com/pact-foundation/pact-js/tree/master/examples/nestjs-consumer)