Added F.A.Q. to the top menu. Added draft FAQ page
Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
028faa9253
commit
c8c35df775
4 changed files with 62 additions and 1 deletions
|
@ -11,4 +11,5 @@
|
|||
[type: markdown] content/privacy/index.md $lang:content/privacy/index.$lang.md
|
||||
[type: markdown] content/support-us/index.md $lang:content/support-us/index.$lang.md
|
||||
[type: markdown] content/terms/index.md $lang:content/terms/index.$lang.md
|
||||
[type: markdown] content/faq/index.md $lang:content/faq/index.$lang.md
|
||||
[type: yaml] translations.yaml $lang:/tmp/ignore.yaml
|
||||
|
|
34
content/faq/general.md
Normal file
34
content/faq/general.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
title: "Organic Maps: F.A.Q. - General questions"
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
weight: 1000
|
||||
extra:
|
||||
menu_title: F.A.Q. - General questions
|
||||
---
|
||||
|
||||
## General questions
|
||||
|
||||
### Project history
|
||||
|
||||
### Кто занимается проектом?
|
||||
|
||||
### Чем OM лучше других?
|
||||
|
||||
Compare our privacy policy with other maps apps. Tell your friends about the difference. https://organicmaps.app/privacy/
|
||||
|
||||
### Что планируется сделать?
|
||||
|
||||
### Как отправить нам репорт об ошибке? Как включать логи (только андроид)?
|
||||
|
||||
### Where to read latest news updates
|
||||
|
||||
Подпишитесь в гитхабе или в телеге на новости о фичах, которые хотите (надо добавить почтовую рассылку на сайт тоже)
|
||||
|
||||
### Why you should always update app to the latest version?
|
||||
|
||||
Мы постоянно исправляем много багов, обновления карт пока привязаны к обновлениям приложения. Отвяжем.
|
||||
|
||||
|
||||
[github]: https://github.com/organicmaps/organicmaps
|
||||
[license]: http://www.apache.org/licenses/LICENSE-2.0
|
||||
[copyright]: https://github.com/organicmaps/organicmaps/blob/master/data/copyright.html
|
25
content/faq/index.md
Normal file
25
content/faq/index.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: "Organic Maps: F.A.Q."
|
||||
description: "Frequently asked questions for Organic Maps application"
|
||||
weight: 1000
|
||||
extra:
|
||||
menu_title: F.A.Q.
|
||||
---
|
||||
|
||||
[General questions](general) - who created Organic Maps, what's our goal, useful links
|
||||
|
||||
[Map questions](map) - how to use map, gestures, updating and editing
|
||||
|
||||
[Routing questions](routing) - how to build routes, detour settings, compas calibration
|
||||
|
||||
[Android questions](android) - android versions support, android specific behaviours
|
||||
|
||||
[iPhone questions](ios) - iOS specific questions
|
||||
|
||||
[Bookmarks and tracks questions](bookmarks) - how to use bookmarks, import tracks and backup your marks
|
||||
|
||||
[Voice instructions](tts) - how to enable voice instructions, TTS settings on device
|
||||
|
||||
[github]: https://github.com/organicmaps/organicmaps
|
||||
[license]: http://www.apache.org/licenses/LICENSE-2.0
|
||||
[copyright]: https://github.com/organicmaps/organicmaps/blob/master/data/copyright.html
|
|
@ -8,7 +8,8 @@
|
|||
{% for page in [
|
||||
get_section(path="news/_index.md"),
|
||||
get_page(path="donate/index.md"),
|
||||
get_page(path="support-us/index.md")
|
||||
get_page(path="support-us/index.md"),
|
||||
get_page(path="faq/index.md")
|
||||
] %}
|
||||
{% set translated = page.translations | filter(attribute='lang', value=lang) | first %}
|
||||
{% if translated %}
|
||||
|
|
Loading…
Add table
Reference in a new issue