Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可不是说笑。我想看看我是否遗漏了什么。在官方文档中,我只看到一个描述和声称该框架是有据可查的。我想知道这个优秀的文档在哪里?
我需要编写一个简单的演示电子商店,其中包含一个简单的产品列表并与ipayment.de集成。清单,我可以轻松完成。但是我在哪里可以了解如何将 ipayment 表单与商店集成?
git 存储库中有一个doc/目录,其中包含看起来像docs.satchless.com. 您可以cd进入该doc/目录并运行make(您可能需要安装Sphinx)来自己生成 HTML 文档。
doc/
docs.satchless.com
cd
make
看起来,除了您链接到的索引页面之外,还有一个文件product.rst,令人惊讶的是,它没有链接自index.rst(因此product.html未链接自index.html):
product.rst
index.rst
product.html
index.html
http://docs.satchless.com/en/latest/product.html
如果这不能满足“有据可查”的要求,也许他们的意思是这样?;)