TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Which websites do you use to explain your open source project?

1 点作者 msrshahrukh将近 6 年前
I am interested in knowing which websites or tools are commonly used by the open source developers to explain their open source projects apart from GitHub pages?<p>Or if someone wants to explain a piece of code where do they usually write about it?<p>If you are given a chance to build such a platform what would be it like?

1 comment

rootshelled将近 6 年前
TL;DR: Some way of generating an manual alongside the normal docs of exposed functions (API bindings).<p>Depends on the project and what is needed, generally a README.md for the big picture and an &#x2F;docs for the generated API docs, hosted on github pages &amp; friends or an webserver hooked up to the CI.<p>Which is often enough for coders but we also have a lua-jit running on top of the C++ where we have a plugin&#x2F;module system where people can create extra functionality but some of those are rather new to code. I&#x27;ve written the API docs in LDoc (the only functional lua doc generator that works with the same version as lua-jit&#x27;s lua version) but there currently isn&#x27;t a nice way to implement a more of an manual which would solve a lot of redundant questions.
评论 #20049131 未加载