From 92dc96383b8860a66efd9741770c34f660af0e42 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Mon, 30 Apr 2018 09:33:54 +0100 Subject: [PATCH] Add missing links for documentation --- docs/_releases/v5.0.1.md | 1 + docs/guides/index.md | 1 + docs/release-source/release.md | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/_releases/v5.0.1.md b/docs/_releases/v5.0.1.md index 83385610c..cabd81ab0 100644 --- a/docs/_releases/v5.0.1.md +++ b/docs/_releases/v5.0.1.md @@ -8,6 +8,7 @@ release_id: v5.0.1 This page contains the entire Sinon.JS API documentation along with brief introductions to the concepts Sinon implements. +* [Fakes](./fakes) * [Spies](./spies) * [Stubs](./stubs) * [Mocks](./mocks) diff --git a/docs/guides/index.md b/docs/guides/index.md index 8f80aa5da..6101a24be 100644 --- a/docs/guides/index.md +++ b/docs/guides/index.md @@ -6,6 +6,7 @@ breadcrumb: guides ## Migration guides +* [Migrating to v5.0](./migrating-to-5.0) * [Migrating to v4.0](./migrating-to-4.0) * [Migrating to v3.0](./migrating-to-3.0) * [Migrating to v2.0](./migrating-to-2.0) diff --git a/docs/release-source/release.md b/docs/release-source/release.md index ba046bbbe..1bb917a15 100644 --- a/docs/release-source/release.md +++ b/docs/release-source/release.md @@ -8,6 +8,7 @@ release_id: master This page contains the entire Sinon.JS API documentation along with brief introductions to the concepts Sinon implements. +* [Fakes](./fakes) * [Spies](./spies) * [Stubs](./stubs) * [Mocks](./mocks)