From ecc8777a12c1569025e7c2acbcb30d31edc8f0b1 Mon Sep 17 00:00:00 2001 From: josh Date: Tue, 11 Jul 2023 09:59:25 +0100 Subject: [PATCH 1/2] adding integrations, removing funds --- docs/fund_form.md | 509 ------------------------------------------- docs/integrations.md | 24 ++ mkdocs.yml | 1 - overrides/main.html | 11 - 4 files changed, 24 insertions(+), 521 deletions(-) delete mode 100644 docs/fund_form.md create mode 100644 docs/integrations.md delete mode 100644 overrides/main.html diff --git a/docs/fund_form.md b/docs/fund_form.md deleted file mode 100644 index 9cb04e8bd..000000000 --- a/docs/fund_form.md +++ /dev/null @@ -1,509 +0,0 @@ -

The Developer Fund

-
-
-

- Following the announcement of a new development fund for growing the Fetch.ai - ecosystem, we are accepting applications from prospective projects, either - from Cosmos or EVM, to build upon the Fetch.ai network or scale using it's tools. -

-

- Please fill the form below to apply for the developer grant. -

-
-
- - * -
- - -
-
-
- - * -
- - -
-
-
- - * -
- - - -
-
-
- - * -
- - -
-
-
- - * -
-
- - - - - - - -
-
-
-
- - * -
- - -
-
-
- - * -
-
- - -
-
-
-
- - * -
- - -
-
-
- - * -
- - -
-
-
- - * -
- - -
-
-
- - * -
- - -
-
-
- -
-
- - - -
-
-
-
- - * -
- - -
-
-
- - * -
- - -
-
- -
-
- -
-
-
-
- - diff --git a/docs/integrations.md b/docs/integrations.md new file mode 100644 index 000000000..155c42e68 --- /dev/null +++ b/docs/integrations.md @@ -0,0 +1,24 @@ + +### Holiday +- Skyscanner API from RapidAPI: Simple Flight Offers +- Amadeus API: Simple Hotel Offers +- Airlabs API: Airports Nearby +- Top Activities Using Langchain Agent with Search Tool +- Aviation-Airports-and-Heliports API from RapidAPI: Airports Near City +- OpenAI LLM: Top Holiday Destinations + +### Mobility: + - Open Charge Map API + - GPS + - Weather + + +### Social: + - Slack + - Discord + - Google Calendar + - Whatsapp + + +### Finance: + - Yahoo Finance \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5548a21cb..54d72f664 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -68,7 +68,6 @@ nav: - How to convert: 'native_and_erc20/how_to_convert_fet.md' - Reconciliation service: 'native_and_erc20/reconciliation.md' - Bug Bounty Program: "bug_bounty.md" - - Developer Fund: "fund_form.md" - Glossary: 'learn_the_concepts/glossary.md' - Fetch wallet: '!include ./fetch-wallet/mkdocs.yml' - AEA Framework: '!include ./aea/mkdocs.yml' diff --git a/overrides/main.html b/overrides/main.html deleted file mode 100644 index f8577811c..000000000 --- a/overrides/main.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "base.html" %} - -{% block announce %} - - - -{% set icon = "material/alert-decagram" %} -{% include ".icons/" ~ icon ~ ".svg" %} - Apply for the $150M Developer Fund - -{% endblock %} From fbbb449bc4fc9235fb7e30b53861b9d923b8f9a7 Mon Sep 17 00:00:00 2001 From: josh Date: Tue, 11 Jul 2023 10:07:03 +0100 Subject: [PATCH 2/2] remove dir --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 54d72f664..c60e067aa 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,7 +37,6 @@ theme: - search.share # Show share button for copying deep link to the current search query and result - toc.follow # Follow the table of content - content.code.copy # Shows a button next to code blocks to copy the code into clipboard - custom_dir: overrides # Needed for announcements nav: - Overview: