Closed
Bug 1278385
Opened 9 years ago
Closed 9 years ago
Better documentation for azure-entities
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
https://github.com/taskcluster/azure-entities/blob/master/src/entity.js has a little bit of documentation in it, but doesn't really tell you how to use entities unless you read the code in depth (and it isn't easy code to understand!). The README is empty.
Andrea, I can work on writing this documentation, but where do you think I should put it so that it can be factored into the taskcluster documentation? This is a library we have written, rather than a service.
Maybe I should just put it in the project's README.md, and then import that from the docs site?
Flags: needinfo?(delrio.andre)
Comment 1•9 years ago
|
||
As far as I know, Kristel is the one working on the docs site.
Flags: needinfo?(delrio.andre)
Assignee | ||
Comment 2•9 years ago
|
||
Ugh, yes, so sorry.. I forgot a lot of things over the last week!
Flags: needinfo?(kristelteng)
Comment 3•9 years ago
|
||
I think this would work really nicely with kt's new readme stuff on the docs site. Maybe a third subsection in the Reference section? Platform/Core/Libraries?
Once our work is further progressed we can do this from a postpublish hook or something like that with real jsdocs and such, but I think that your plan for now sounds great.
Flags: needinfo?(kristelteng)
Assignee | ||
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Commit pushed to master at https://github.com/taskcluster/azure-entities
https://github.com/taskcluster/azure-entities/commit/85aa7a967943c55731b476b16c1296aa9b149081
Merge pull request #11 from djmitche/readme
Bug 1278385: Add README
Assignee | ||
Comment 6•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Documentation → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•