Open ashwin-pc opened 2 years ago
I think you have to start with something that is index-able and externally link-able. Plugin devs will want to google APIs or link to APIs on stack overflow, and contributors will want to also browse docs.
So that means a website with:
You could start with a tool that picks up existing docs and assembles them into a graph using some best-guess heuristics like "package.json depends on", then displays the markdown as a web page. You could also just hand-create the graph links.
Personally, at least in the early stages, I don't think this should be anointed with any authority by putting them inside the broader official docs site.
Is your feature request related to a problem? Please describe.
This has been brought up a few times in different places. Opening the issue here since it looks like the goal of the documentation and project website do not cover developer docs. There are 2 personas that i'm trying to solve for here.
While markdown is powerful, there are some pitfalls by only relying on it to address our gaps in documentation for the two persona's mentioned above:
Describe the solution you'd like
A developer docs website that contains informations such as:
Describe alternatives you've considered
This could also be an auto generated doc site using the readme's in the repository. However this will be quite limiting for the breath of information that we have. Once we decople plugin development from having to build Dashboards, plugin developers should not have to refer to docs from the repo directly. A separate developer doc site solves that problem too.
Additional context
Existing issues for context: