-
Notifications
You must be signed in to change notification settings - Fork 423
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
refactor: rename go-ipfs
to kubo
#1185
Conversation
and fix outdated statements along the way
Thank you, we will merge this AFTER kubo 0.14 is released 👍 |
Old version suggested Kubo RPC is "IPFS RPC". This refactor moves Kubo RPC and CLI under `/reference/kubo/` while ensuring we don't break existing websites linking to specific RPC command docs, and orchestration responsible for updating docs continues working under the new paths. A placeholder for HTTP Gateway reference is added, as we want people to default to Gateway API and use implementation-specific RPC only when generic Gateway interface is not enough.
Vuepress was ignoring inlinded JS outside dev mode. This refactors the way advanced redirect is done to always work.
@johnnymatthews @BigLep @aschmahmann @2color (FYI) I've pushed a refactor (moving around existing content) of https://docs.ipfs.io/reference/ page.
This refactor covers all edge cases I was aware of, includes updating existing API reference generators for both CLI and RPC, adding redirects so old links continue to work, and updating references on pages that link to them:
|
Renamed everything to kubo. (curl was not following redirects, so it would fail anyway)
2022-06-30 conversation: we're ideally going to merge this before the 0.14-rc1 release. |
This is blocked until we have kubo |
Replaces placeholder with basic information about the API and points at follow-up resources (how-tos, specs)
I've pushed the todos, I folowed the README.md but I'm not sure I was correct, could someone review pls ? (I think e18258e is wrong but I don't really know what to do instead) |
e18258e
to
96feb4b
Compare
96feb4b
to
593dbc5
Compare
|
Merging – I will refine HTTP Gateway page in follow-up PR and ping folks for review (this PR is too big for humans). |
In preparation for Go-IPFS' big remove to Kubo, this PR changes
go-ipfs
tokubo
andGo-IPFS
to `Kubo.TODO / logistics
This PR depends on:
This PR should merged before kubo 0.14 release is tagged at https://github.com/ipfs/kubo/releases – that way we will see if automation responsible for generating RPC and CLI reference was migrated correctlyNo, too many dependencies on having real release (and kubo has none), we need 0.14 first.