From 014f0907dc75462d3683e0e61fd301e19768ca05 Mon Sep 17 00:00:00 2001 From: dmitry Date: Fri, 9 Feb 2024 14:32:09 +0200 Subject: [PATCH] faq --- content/api/index.md | 37 +++++++++--------------------------- templates/common/footer.html | 2 +- templates/pure.html | 10 ++++++++++ 3 files changed, 20 insertions(+), 29 deletions(-) create mode 100644 templates/pure.html diff --git a/content/api/index.md b/content/api/index.md index 10136834..43a6637e 100644 --- a/content/api/index.md +++ b/content/api/index.md @@ -1,34 +1,15 @@ --- -title: -description: -template: community.html +title: API Page +description: To visit api paease click +template: pure.html weight: 10 extra: menu_title: Api menu_title_pre: Home - community_hero_description: Organic Maps is created and maintained by people like you - hero_image: /community/community-bg.png - preview_image: donate/donate.png - community_card_title_1: Join the - community_card_title_sub_1: Discussion - community_card_description_1: Report, bugs, discuss idea, and propose features - community_card_title_2: Contribute - community_card_description_2: Help fix bugs, do code reviews, and develop new features. - community_card_title_sub_2: Code - community_card_title_3: Add - community_card_description_3: Add info about shops, points of interest, trails, public transport to OpenStreetMap - community_card_title_sub_3: Place Info - community_card_title_4: Provide - community_card_description_4: Help people use the app, respond to questions on ":" Telegram, Instagram, Facebook, X (Twitter), Reddit, LinkedIn, Mastodon, Matrix - community_card_title_sub_4: Support - community_card_title_5: Translate - community_card_description_5: Add and update translations in the app's interface, app stores and this website. - community_card_title_6: Design & Product Management - community_card_description_6: Shape the direction of the product and the user experience - community_card_title_7: Volunteer - community_card_description_7: Get involved in Engineering, Marketing, Product/Design, or Support - stay_connected_section_title: Stay Connected - donate: - title: Donate - description: The app runs on your donations, help improve it + --- + + +# API Page + +To visit api paease click [omaps.app/api](https://omaps.app/api) diff --git a/templates/common/footer.html b/templates/common/footer.html index 32ee94ee..595c2960 100644 --- a/templates/common/footer.html +++ b/templates/common/footer.html @@ -26,7 +26,7 @@ Download Help FAQ - API + API About diff --git a/templates/pure.html b/templates/pure.html new file mode 100644 index 00000000..a8b07ead --- /dev/null +++ b/templates/pure.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{%- block content %} +
+
+ {{ page.content | safe }} +
+
+{%- endblock content %} +{% include 'section/solo-donate.html' %} \ No newline at end of file