Move all crates.io instructions to crates.io ops guide#623
Move all crates.io instructions to crates.io ops guide#623carols10cents wants to merge 3 commits intorust-lang:masterfrom
Conversation
| # Crate removal procedure | ||
|
|
There was a problem hiding this comment.
maybe keep a link to the moved instructions here for people that are used to looking in this place? (not sure if there are any 😅)
jtgeibel
left a comment
There was a problem hiding this comment.
I think we just need to drop the link from src/SUMMARY.md and this looks good to me.
Merge docs.rs instructions into the docs.rs page.
The instructions in the crates.io ops guide are newer.
ff61a11 to
76e6c19
Compare
|
I noticed today that the crates.io database maintenance instructions here are older and duplicated with the instructions in the crates.io ops guide, so I removed that page here too. I changed the top-level crates.io page to point to the crates.io ops guide. |
| * docs.rs Team: | ||
| * [@pietroalbini](https://github.com/pietroalbini) | ||
| * [@jyn514](https://github.com/jyn514) | ||
| * Infrastructure Team: | ||
| * [@Mark-Simulacrum](https://github.com/Mark-Simulacrum) |
There was a problem hiding this comment.
| * docs.rs Team: | |
| * [@pietroalbini](https://github.com/pietroalbini) | |
| * [@jyn514](https://github.com/jyn514) | |
| * Infrastructure Team: | |
| * [@Mark-Simulacrum](https://github.com/Mark-Simulacrum) | |
| * docs.rs Team: | |
| * [@jyn514](https://github.com/jyn514) | |
| * [@syphar](https://github.com/syphar) | |
| * [@Nemo157](https://github.com/nemo157) | |
| * Infrastructure Team: | |
| * [@Mark-Simulacrum](https://github.com/Mark-Simulacrum) | |
| * [@pietroalbini](https://github.com/pietroalbini) |
I worry that it doesn't make sense to hard-code this separately from https://github.com/orgs/rust-lang/teams/docs-rs ? Can we link there instead?
| If you are one of these people, log into the server and run: | ||
|
|
||
| ``` | ||
| cratesfyi database delete-crate CRATE_NAME |
There was a problem hiding this comment.
| cratesfyi database delete-crate CRATE_NAME | |
| cratesfyi database delete crate CRATE_NAME |
There is also a delete version command if you only want to delete a specific version.
|
@carols10cents Just checking if you are still interested in working on this? |
|
sure, sorry, lost track of it! |
And merge docs.rs instructions into the docs.rs page.
The crates.io ops guide is over here; you may or may not have access to it, but I have a pr open there adding the information that's removed here.
r? @pietroalbini