unfoldingWord-box3 / td

Gateway Language Database Prototype
https://td.readthedocs.io/
MIT License
0 stars 1 forks source link

Identify Solution for Comments #15

Open jag3773 opened 7 years ago

jag3773 commented 7 years ago

Possible solution would be have a comments directory that we then include with sphinx. For example, just like we are doing with imports ".. include:: /imports/eth_lc/cat.rst" (see https://raw.githubusercontent.com/unfoldingWord-dev/td/master/docs/languages/ca/ca.rst), we could do:

".. include:: /comments/ca/1.rst" ".. include:: /comments/ca/2.rst"

Another possibility would be to use Github issues as comment threads that we include with a javascript snippet on the language pages. This would be a bit similar to https://github.com/unfoldingWord-dev/door43.org/issues/22 .