Add proper FAQ page and TTS instructions #212

Merged
biodranik merged 1 commit from ab-faq-cleanup into master 2024-03-06 22:45:08 +00:00
biodranik commented 2024-03-02 23:41:19 +00:00 (Migrated from github.com)

@gpesquero @strump @rtsisyk

  1. I removed other items to simplify merging the structure.
  2. Also removed operating systems terms temporarily, maybe it would be better to create a separate taxonomy for them.

Please test and review this branch and let me know if we can proceed with publishing to production.

@gpesquero @strump @rtsisyk 1. I removed other items to simplify merging the structure. 2. Also removed operating systems terms temporarily, maybe it would be better to create a separate taxonomy for them. Please test and review this branch and let me know if we can proceed with publishing to production.
Member

Please test and review this branch and let me know if we can proceed with publishing to production.

It looks Ok to me...

> Please test and review this branch and let me know if we can proceed with publishing to production. It looks Ok to me...
strump reviewed 2024-03-03 15:49:26 +00:00
Member

Actually we do use extra.order field for sorting topics.

Actually we do use `extra.order` field for sorting topics.
Member
taxonomies:
  faq: ["iOS"]
extra:
  order: 40
```suggestion taxonomies: faq: ["iOS"] extra: order: 40 ```
@ -28,0 +64,4 @@
```
Zola will add your question to specific F.A.Q. sub-page.
Member

Let's add:

If you need to translate the FAQ to a new language please add next lines to config.toml:

[languages.XX]
taxonomies = [
  {name = "faq", feed = false},
]
[languages.XX.translations]
faq-menu-title = "{Translation of 'F.A.Q.' to a new language}"
Let's add: > If you need to translate the FAQ to a new language please add next lines to `config.toml`: ``` [languages.XX] taxonomies = [ {name = "faq", feed = false}, ] [languages.XX.translations] faq-menu-title = "{Translation of 'F.A.Q.' to a new language}" ```
rtsisyk approved these changes 2024-03-06 05:31:51 +00:00
biodranik commented 2024-03-06 22:46:03 +00:00 (Migrated from github.com)

@gpesquero @strump @rtsisyk thanks for the review!

@borntojesus the FAQ structure is merged. Now we can proceed with the content in a similar way.

@gpesquero @strump @rtsisyk thanks for the review! @borntojesus the FAQ structure is merged. Now we can proceed with the content in a similar way.
Sign in to join this conversation.
No description provided.