Skip to content

Commit c7dab21

Browse files
committed
Move crates.io removal instructions to crates.io ops guide
Merge docs.rs instructions into the docs.rs page.
1 parent 489eff2 commit c7dab21

File tree

3 files changed

+12
-52
lines changed

3 files changed

+12
-52
lines changed

src/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
- [How to run the planning meeting](./compiler/steering-meeting/how-to-run-planning.md)
3131
- [How to run a design meeting](./compiler/steering-meeting/how-to-run-design.md)
3232
- [crates.io](./crates-io/README.md)
33-
- [Crate removal](./crates-io/crate-removal.md)
3433
- [Database maintenance](./crates-io/db-maintenance.md)
3534
- [docs.rs](./docs-rs/README.md)
3635
- [Adding dependencies to the build environment](./docs-rs/add-dependencies.md)

src/crates-io/crate-removal.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/docs-rs/maintenance.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,18 @@ UPDATE queue SET attempt = 0 WHERE attempt >= 5 AND build_time > 'YYYY-MM-DD HH:
122122

123123
## Removing a crate from the website
124124

125-
Sometimes it might be needed to remove all the content related to a crate from
126-
docs.rs (for example after receiving a DMCA). To do that, log into the server
127-
and run:
125+
The docs.rs application supports deleting all the documentation ever published
126+
of a crate (for example after receiving a DMCA), by running a CLI command. The
127+
people who currently have permissions to access the server and run it are:
128+
129+
* docs.rs Team:
130+
* [@pietroalbini](https://github.com/pietroalbini)
131+
* [@jyn514](https://github.com/jyn514)
132+
* Infrastructure Team:
133+
* [@Mark-Simulacrum](https://github.com/Mark-Simulacrum)
134+
* People with elevated 1password access
135+
136+
If you are one of these people, log into the server and run:
128137

129138
```
130139
cratesfyi database delete-crate CRATE_NAME

0 commit comments

Comments
 (0)