Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automating config/API/CLI documentation #267

Closed
johnnymatthews opened this issue Nov 27, 2019 · 1 comment · Fixed by #875
Closed

Automating config/API/CLI documentation #267

johnnymatthews opened this issue Nov 27, 2019 · 1 comment · Fixed by #875
Assignees
Labels
dif/hard Having worked on the specific codebase is important effort/weeks Estimated to take multiple weeks kind/enhancement A net-new feature or an improvement to an existing feature P1 High: Likely tackled by core team if no one steps up status/ready Ready to be worked topic/design-ux UX strategy, research, not solely visual design topic/docs Documentation topic/infra Infrastructure

Comments

@johnnymatthews
Copy link
Contributor

johnnymatthews commented Nov 27, 2019

Note: This issue was opened as a result of the November 2019 close-reading audit captured in ipfs-inactive/docs#326.

This issue is one of the prioritized recommendations in the Q1 2020 IPFS Ecosystem Audit for execution in Q2/Q3 2020. Tagging it with $auditrecommendation means it's searchable! See all tagged issues in this repo.

In brief

Manually editing documentation that can be automated is an excellent way to create un-usable API docs and undocumented endpoints. Things get missed, misrepresented, and misunderstood. If we can find a way to automate the docs for all our APIs we can vastly improve the lives of IPFS devs and users.

What's needed

Find open-source, future-proof ways to (:anger: – biggest pain, easy to automate):

  1. 💢 Automate the CLI docs (https://docs.ipfs.io/reference/cli/)
  2. 💢 Figure out what best to do about HTTP API documentation (https://docs.ipfs.io/reference/http/api/)
  3. 💢 Automate the go-ipfs config docs. (https://docs.ipfs.io/how-to/configure-node/)
    • either copy https://github.com/ipfs/go-ipfs/blob/master/docs/config.md or link to it
    • update: we talked about this during triage and decided to remove the copy of config.md and link to markdown with config docs in go-ipfs and js-ipfs repos instead (they diverged over time, no "universal" one anymore)
  4. Automate the go-ipfs API docs. (https://docs.ipfs.io/reference/go/api)
  5. Automate the js-ipfs API docs. (https://docs.ipfs.io/reference/js/api/ points at .md docs in js-ipfs repo)
  6. Include those documentation automation tools into each project's build process, so every new version comes with a new set of docs.
  7. Automatically pull in those docs into the primary IPFS docs repo and serve everything from one place using IPFS.

Deliverable

A report and roadmap for improving/automating API/CLI docs, including a platform decision (based on competitive analysis and best-in-breed research) and step-by-step timeline for implementation.

Additional notes/requirements

Note: These have been consolidated from a variety of legacy issues (#69, ipfs-inactive/docs#225, ipfs-inactive/docs#227, ipfs-inactive/docs#339, ipfs-inactive/docs#340) in order to reduce inefficiency.

  • Solution must be open source.
  • Solution must be hosted on IPFS (serverless). Per @Stebalien: "The rust docs implement client-side search that works pretty well."
  • Currently, CLI command reference pages are generated from their respective repos and turned into .md files, but this process must (?) be manually triggered; what can be automated in this process? (Per @Stebalien: "'I'd like to be able to run make in this repo and regenerate all documentation, including the CLI documentation.)
  • We don't have any useful approach to versioning right now. Our solution should. (Per @Stebalien: "it would also be great if we could update a single version number somewhere to update to a new go/js release.")
  • HTTP API docs are specific to the go-ipfs implementation and fail to include anything unique to js-ipfs — and they don't explicitly note this.
  • HTTP API docs are also "way too thin. All the in-depth docs in the Go code (where the HTTP docs are generated) can’t be used because they are very specific to the CLI and would be confusing for HTTP." Maintaining HTTP API docs separately (rather than generating from go-ipfs) would create a tool specific to the HTTPS use case, but will require a lot more effort to update, and requires more coordination between the Go and JS teams. (There's a longer discussion of this issue here that's worth reading when it's time to dig into this.)
  • Folks are used to using Ctrl+F to find information in the existing (inefficient, large) list presentation we have now. Unless we give them something substantially better that's worth retraining their habits, we should preserve the usefulness of Ctrl+F.
  • Every API resource/command section header should be a linkable anchor for purposes of easy sharing on forums, etc (per @lanzafame).
  • Let's do our best from a UI perspective to display only the relevant information at the right time (to avoid information overload) while not breaking navigability, discoverability and search in the process.
@jessicaschilling jessicaschilling changed the title Automate API and CLI documentation. Create roadmap for improving and automating API/CLI documentation Dec 17, 2019
@hsanjuan hsanjuan transferred this issue from ipfs-inactive/docs May 22, 2020
@johnnymatthews johnnymatthews added the need/triage Needs initial labeling and prioritization label Jun 6, 2020
@johnnymatthews johnnymatthews added dif/hard Having worked on the specific codebase is important effort/weeks Estimated to take multiple weeks kind/enhancement A net-new feature or an improvement to an existing feature need/analysis Needs further analysis before proceeding P3 Low: Not priority right now status/inactive No significant work in the previous month topic/design-ux UX strategy, research, not solely visual design topic/docs Documentation topic/infra Infrastructure and removed need/triage Needs initial labeling and prioritization labels Jun 17, 2020
@johnnymatthews johnnymatthews changed the title Create roadmap for improving and automating API/CLI documentation Create roadmap for improving and automating API/CLI documentation. Jun 17, 2020
@johnnymatthews johnnymatthews removed their assignment Mar 8, 2021
@lidel lidel changed the title Create roadmap for improving and automating API/CLI documentation. Automating config/API/CLI documentation Sep 2, 2021
@lidel
Copy link
Member

lidel commented Sep 2, 2021

I've marked low-hanging fruits with 💢 – those are go-ipfs specific things we could automate in a fashion similar to what we do in https://github.com/ipfs/npm-go-ipfs:

  1. run every hour or day and detect when new go-ipfs release appears at https://github.com/ipfs/go-ipfs/releases
  2. github workflow runs tools that generate updated docs based on the go-ipfs tag
  3. check if open/closed PR against docs.ipfs.io for specific docs and release exists, if not, open a new one with docs generated from sources in version tag
    • both cli and http api could be updated in the same PR

cc @aschmahmann @petar

@lidel lidel added P1 High: Likely tackled by core team if no one steps up status/ready Ready to be worked and removed P3 Low: Not priority right now status/inactive No significant work in the previous month need/analysis Needs further analysis before proceeding labels Sep 2, 2021
@lidel lidel added this to In Progress in Go IPFS Roadmap Sep 7, 2021
@BigLep BigLep added this to the go-ipfs 0.11 milestone Sep 9, 2021
@BlocksOnAChain BlocksOnAChain removed their assignment Sep 14, 2021
@BigLep BigLep linked a pull request Sep 21, 2021 that will close this issue
@BigLep BigLep moved this from In Progress to In Review in Go IPFS Roadmap Sep 21, 2021
Go IPFS Roadmap automation moved this from In Review to Done Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dif/hard Having worked on the specific codebase is important effort/weeks Estimated to take multiple weeks kind/enhancement A net-new feature or an improvement to an existing feature P1 High: Likely tackled by core team if no one steps up status/ready Ready to be worked topic/design-ux UX strategy, research, not solely visual design topic/docs Documentation topic/infra Infrastructure
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

6 participants