Add /faq/ section #6
Labels
No labels
about page
bug
community page
documentation
donate page
duplicate
enhancement
feature page
good first issue
Google Season of Docs
help wanted
invalid
landing page
news page
question
support page
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/website#6
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A taxonomy should be enabled to enable content categorization not only for faq but also for the news section and other future sections.
Each FAQ question + answer should have a separate markdown page for easier translation.
The root faq section should be an index page that combines all individual faq pages and groups them by the taxonomy (or maybe we need manual subcategories?).
Initial content can be taken from the organicmaps repo in data/faq.html.
An important new section is TTS instructions, there's unfinished #32 about it. For reference:
https://mapsme.zendesk.com/hc/en-us/articles/208628985-How-can-I-check-TTS-settings-on-my-Android-device-
Considering the points above, the main FAQ page may group questions by functionality (no Android/iOS groups). Each question should be tagged by operating system(s) to properly show in /faq/android/ or /faq/ios/
Let's try this FAQ structure on the website:
/faq/ shows a list of clickable questions/URLs grouped by the faq taxonomy (Map, General, Navigation, etc., we can improve it later). Clicking URLs opens /faq/how-to-build-a-route/ article with details.
A separate Operating System taxonomy with iOS, Android, Linux is applied to each related article. The main FAQ page contains direct links to these taxonomies to display all articles filtered by the operating system (/faq/android/).
Files can stored in content/faq/how-to-build-a-route/index.[lang.]md (path = question for SEO).
weight with a step 100 can be used to manually re-order articles.
@strump