Where is the famous excellent Satchless documentation?

I'm not kidding. I'm trying to figure out if I'm missing something. In the official documentation, I see only a description and a statement that the structure is well documented. I wonder where is this great documentation?

I need to write a simple demo online store with a simple list of products and integration with ipayment.de. List, I can do easily. But where do I read about how to integrate the ipayment form with the store?

+5
source share
1 answer

There is a directory doc/in the git repository that contains the source files for docs.satchless.com. You can cdcatalog doc/and run make(you probably need to install Sphinx ) to generate the HTML documents yourself.

It appears that besides the index page you linked to, there is a file product.rstthat is surprisingly unrelated to index.rst(and therefore product.htmlunrelated to index.html):

http://docs.satchless.com/en/latest/product.html

If this does not correspond to the “well-documented”, perhaps they mean that it will be so ?;)

+6
source

All Articles