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..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: @@ -68,7 +67,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 %}