From d26b8151eb9aee35184c520ce81ca862c1690960 Mon Sep 17 00:00:00 2001 From: Juan Lulkin Date: Sat, 20 Feb 2021 23:54:21 +0100 Subject: [PATCH] Remove CONTRIBUTING from sidebars again --- docs/ADOPTERS.md | 1 - docs/CONTRIBUTING.md | 1 - docs/SECURITY.md | 1 - microsite/sidebars.json | 3 +-- 4 files changed, 1 insertion(+), 5 deletions(-) delete mode 120000 docs/ADOPTERS.md delete mode 120000 docs/CONTRIBUTING.md delete mode 120000 docs/SECURITY.md diff --git a/docs/ADOPTERS.md b/docs/ADOPTERS.md deleted file mode 120000 index 39390f1593..0000000000 --- a/docs/ADOPTERS.md +++ /dev/null @@ -1 +0,0 @@ -../ADOPTERS.md \ No newline at end of file diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md deleted file mode 120000 index 44fcc63439..0000000000 --- a/docs/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ -../CONTRIBUTING.md \ No newline at end of file diff --git a/docs/SECURITY.md b/docs/SECURITY.md deleted file mode 120000 index 9d571381d0..0000000000 --- a/docs/SECURITY.md +++ /dev/null @@ -1 +0,0 @@ -../SECURITY.md \ No newline at end of file diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 4b23af79e7..a2cf7dedbc 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -190,7 +190,6 @@ ], "Support": ["support/support", "support/project-structure"], "Glossary": ["glossary"], - "FAQ": ["FAQ"], - "Contribute": ["CONTRIBUTING"] + "FAQ": ["FAQ"] } }