我注意到GitHub上的一些项目有用Appledoc创建的文档页面,并托管在username.github.com/project/Documentation上。例如:
项目:http://pandamonia.github.com/BlocksKit/
文档:http://pandamonia.github.com/BlocksKit/Documentation/
这是怎么回事?有没有办法为我自己的项目做这件事?
发布于 2013-03-17 15:51:33
Github有项目页面的概念-详情请参阅此页面:
http://pages.github.com/
您可以在项目的gh-pages分支上查看网页的内容:
https://stackoverflow.com/questions/15458630
复制相似问题