From 7a88e6f35643689d3ba68bb421d23bf1ac54095e Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Sat, 28 Oct 2023 20:47:03 +0200 Subject: [PATCH] Cleanup funding related articels --- docs/community/funding/edf-funding.md | 15 --------------- docs/community/sidebars.ts | 6 ------ .../programs}/community-treasury.md | 0 docs/get-started/sidebars.ts | 4 ++-- 4 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 docs/community/funding/edf-funding.md rename docs/{community/funding => get-started/programs}/community-treasury.md (100%) diff --git a/docs/community/funding/edf-funding.md b/docs/community/funding/edf-funding.md deleted file mode 100644 index de5db5fdedc..00000000000 --- a/docs/community/funding/edf-funding.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: EDF - Funding -description: IOTA's Ecosystem Development Fund is setup to support community based Projects that aim to build an support IOTA. Apply for your Project. -image: /img/banner/banner_edf.png ---- - -# Ecosystem Development Fund - -![Ecosystem Development Fund](/img/banner/banner_edf.png) - -The EDF is a fund to help get new innovation and ideas from the community off the ground. If you have an idea that is -beneficial for the IOTA ecosystem, you can apply for funding. -The EDF was funded by the community with donations. - -You can find more infos about the EDF on the [official website](https://fund.iota.org). diff --git a/docs/community/sidebars.ts b/docs/community/sidebars.ts index f67ef4088b7..bf69a83ebdf 100644 --- a/docs/community/sidebars.ts +++ b/docs/community/sidebars.ts @@ -1,11 +1,5 @@ module.exports = { learn: [ - { - type: 'category', - label: 'Funding', - collapsed: true, - items: ['funding/edf-funding', 'funding/community-treasury'], - }, { type: 'category', label: 'The Community', diff --git a/docs/community/funding/community-treasury.md b/docs/get-started/programs/community-treasury.md similarity index 100% rename from docs/community/funding/community-treasury.md rename to docs/get-started/programs/community-treasury.md diff --git a/docs/get-started/sidebars.ts b/docs/get-started/sidebars.ts index 1782d7abfa7..ff44148f49b 100644 --- a/docs/get-started/sidebars.ts +++ b/docs/get-started/sidebars.ts @@ -41,8 +41,8 @@ module.exports = { }, { type: 'category', - label: 'Programs', - items: ['programs/touchpoint', 'programs/bug-bounties'], + label: 'Programs & Funding', + items: ['programs/touchpoint', 'programs/bug-bounties', 'programs/community-treasury'], }, { type: 'category',