Added embedded FAQ description to README.md (#252)
* Added embedded FAQ description to README.md Signed-off-by: Sergiy Kozyr <s.trump@gmail.com> * Updated readme.md Signed-off-by: S. Kozyr <s.trump@gmail.com> --------- Signed-off-by: Sergiy Kozyr <s.trump@gmail.com> Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
49e311a986
commit
fca8309d39
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -96,6 +96,19 @@ faq-menu-title = "{Translation of 'F.A.Q.' to a new language}"
|
|||
|
||||
**Limitation**: Each F.A.Q. category has only a name. No description, no icon. Only name 'App', or 'Bookmarks and Tracks', or 'Map Editing', etc.
|
||||
|
||||
## Embedded FAQ
|
||||
|
||||
A subset of FAQ questions is used to generate static single-page FAQ: [`/faq/embedded-faq/`](https://organicmaps.app/faq/embedded-faq/?lang=en). This page should be used as an embedded offline help page in Organic Maps app on Android and iOS. To see how it looks in different languages use following links:
|
||||
|
||||
* https://organicmaps.app/faq/embedded-faq/?lang=en
|
||||
* https://organicmaps.app/faq/embedded-faq/?lang=de
|
||||
* https://organicmaps.app/faq/embedded-faq/?lang=ru
|
||||
* etc.
|
||||
|
||||
List of supported languages could be found in `templates/faq/embedded-faq.html`: `en`, `de`, `es`, `fr`, `pt`, `pt-BR`, `pl`, `ru`, `tr`, `uk`, `zh`.
|
||||
|
||||
To update embedded FAQ replace [`data/faq.html`](https://github.com/organicmaps/organicmaps/blob/master/data/faq.html) file with the latest version generate by Zola.
|
||||
|
||||
## Contribution
|
||||
|
||||
Any good ideas and help with web site improvement are appreciated. And it's always better to discuss
|
||||
|
|
Loading…
Add table
Reference in a new issue