faq
This commit is contained in:
parent
74beb6c11e
commit
014f0907dc
3 changed files with 20 additions and 29 deletions
|
@ -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)
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<a class="p-sm footer__link" href="/download/"><span class="p-sm footer__link">Download</span></a>
|
||||
<a class="p-sm footer__link" href="/support/"><span class="p-sm footer__link">Help</span></a>
|
||||
<a class="p-sm footer__link" href="/faq/"><span class="p-sm footer__link">FAQ</span></a>
|
||||
<a class="p-sm footer__link" href="https://omaps.app/api"><span class="p-sm footer__link">API</span></a>
|
||||
<a class="p-sm footer__link" href="/api/"><span class="p-sm footer__link">API</span></a>
|
||||
<a class="p-sm footer__link" href="/about/"><span class="p-sm footer__link">About</span></a>
|
||||
|
||||
|
||||
|
|
10
templates/pure.html
Normal file
10
templates/pure.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{%- block content %}
|
||||
<section class="pure" style="padding-top: 100px">
|
||||
<div class="container">
|
||||
{{ page.content | safe }}
|
||||
</div>
|
||||
</section>
|
||||
{%- endblock content %}
|
||||
{% include 'section/solo-donate.html' %}
|
Loading…
Add table
Reference in a new issue