Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Docs navigation is very confusing #3261

@ghost

Description

The docs navigation is very confusing. The examples show the Ipfs module, but there's no obvious way to know where the docs for this are. Turns out it's on this page https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs/docs/MODULE.md but there's no obvious link to this page from the front page. MODULE is not a descriptive enough name for someone familiar with the JS ecosystem to know it means the Ipfs constructor.

Now from that MODULE page, I can see that it creates a node instance, but no obvious link to the documentation of this instance. It kind of implies to go to this page https://github.com/ipfs/js-ipfs/tree/master/docs/core-api, which turns out is what a node is, but that was not obvious to me, and I have to click each page to see what's available.

A more reader friendly way to do docs would have every single API on a single page with table of content. Kind of like this https://github.com/puppeteer/puppeteer/blob/v5.2.1/docs/api.md

Also, none of the APIs have events listed. Is there no events available?

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions