From 82f21896ebdc201efc7095437fa44891808297fb Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Fri, 1 Mar 2024 11:12:32 +0200 Subject: [PATCH] Add another faq ru example Signed-off-by: Alexander Borsuk --- content/faq/android/_index.md | 9 +++++++++ content/faq/android/_index.ru.md | 9 +++++++++ .../android/how-to-enable-logs/index.ru.md | 20 +++++++++++++++++++ templates/page.html | 2 ++ 4 files changed, 40 insertions(+) create mode 100644 content/faq/android/_index.md create mode 100644 content/faq/android/_index.ru.md create mode 100644 content/faq/android/how-to-enable-logs/index.ru.md diff --git a/content/faq/android/_index.md b/content/faq/android/_index.md new file mode 100644 index 00000000..2392734c --- /dev/null +++ b/content/faq/android/_index.md @@ -0,0 +1,9 @@ +--- +title: Android FAQ + +taxonomies: + faq: ["Android"] + +extra: + order: 30 +--- \ No newline at end of file diff --git a/content/faq/android/_index.ru.md b/content/faq/android/_index.ru.md new file mode 100644 index 00000000..95d8e499 --- /dev/null +++ b/content/faq/android/_index.ru.md @@ -0,0 +1,9 @@ +--- +title: Android ЧАВО + +taxonomies: + faq: ["Android"] + +extra: + order: 30 +--- \ No newline at end of file diff --git a/content/faq/android/how-to-enable-logs/index.ru.md b/content/faq/android/how-to-enable-logs/index.ru.md new file mode 100644 index 00000000..051ac743 --- /dev/null +++ b/content/faq/android/how-to-enable-logs/index.ru.md @@ -0,0 +1,20 @@ +--- +title: Как включить логи? +description: "Часто задаваемые вопросы по Organic Maps" + +taxonomies: + faq: ["Android"] + +extra: + order: 40 +--- + +Если вы хотите сообщить об ошибке, включение логов в приложении поможет быстрее найти проблему. +Чтобы включить запись лог файлов, перейдите в раздел "Настройки → Включить логи". После этого выполните действие, которое воспроизводит ошибку. + + + +Наконец, нажмите на кнопку со значком Organic Maps на главном экране и нажмите кнопку "Сообщить об ошибке". +Не забудьте отключить ведение журнала после отправки сообщения. + + diff --git a/templates/page.html b/templates/page.html index c56fb589..43985c71 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,3 +1,5 @@ +{# Generic template for any page -#} + {% extends 'base.html' %} {% block content %}