From f13d13ffdacc38d8d634ae55f01480c809488032 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Thu, 8 Sep 2022 09:11:56 +0200 Subject: docs: remove redundant TOCs (#1353) --- docs/about/announcements/2022-01-14.md | 2 -- docs/guide/migration-guide-v5.md | 2 -- docs/guide/migration-guide-v6.md | 2 -- 3 files changed, 6 deletions(-) (limited to 'docs') diff --git a/docs/about/announcements/2022-01-14.md b/docs/about/announcements/2022-01-14.md index 517f1112..5aef9d17 100644 --- a/docs/about/announcements/2022-01-14.md +++ b/docs/about/announcements/2022-01-14.md @@ -10,8 +10,6 @@ _January 14th, 2022_ We want the project to have a fresh start and become _even cooler_. -[[toc]] - ## What is Faker? Faker is a library that generates fake (but reasonable) data for you. Mock data. Data for testing, development, and the like. diff --git a/docs/guide/migration-guide-v5.md b/docs/guide/migration-guide-v5.md index fbbc2d0a..13f23c3a 100644 --- a/docs/guide/migration-guide-v5.md +++ b/docs/guide/migration-guide-v5.md @@ -1,7 +1,5 @@ # Migrating from Faker v5 to v6 -[[toc]] - ## ESM Support **New Format**: We're now ESM compatible! We've dropped the Browser bundle in favor of ESM. diff --git a/docs/guide/migration-guide-v6.md b/docs/guide/migration-guide-v6.md index ebcdfc6b..6a91a143 100644 --- a/docs/guide/migration-guide-v6.md +++ b/docs/guide/migration-guide-v6.md @@ -1,7 +1,5 @@ # Migrating from Faker v6 to v7 -[[toc]] - ## Node 12 no longer supported You need at least Node 14 to use Faker. -- cgit v1.2.3