File tree Expand file tree Collapse file tree 3 files changed +12
-52
lines changed Expand file tree Collapse file tree 3 files changed +12
-52
lines changed Original file line number Diff line number Diff line change 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 )
Load Diff This file was deleted.
Original file line number Diff line number Diff 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```
130139cratesfyi database delete-crate CRATE_NAME
You can’t perform that action at this time.
0 commit comments