django - Where is the famous excellent documentation of Satchless? -


This is not a joke, I'm trying to see if I'm missing something or not. In it, I see only one description and claim that the structure is well documented. I wonder where this excellent document is?

I need to write a simple demo e-shop with a simple list of products and integration with ipayment.de . List, I can do it easily, but where do I read about integrating the application form with the store?

There is, the source for what is docs.satchless.com Looks like files. You can do cd in the doc / directory and run create (you will probably need to install) HTML docs on your own. to generate.

It looks like, the index page that you are connected to, additionally, a file is product.rst , which is surprisingly index.rst Is not linked to (and thus product.html is not linked to index.html ):

If it does not meet "well-documented", then it probably means that what would it be? ;)

Comments