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 30
30
- [ How to run the planning meeting] ( ./compiler/steering-meeting/how-to-run-planning.md )
31
31
- [ How to run a design meeting] ( ./compiler/steering-meeting/how-to-run-design.md )
32
32
- [ crates.io] ( ./crates-io/README.md )
33
- - [ Crate removal] ( ./crates-io/crate-removal.md )
34
33
- [ Database maintenance] ( ./crates-io/db-maintenance.md )
35
34
- [ docs.rs] ( ./docs-rs/README.md )
36
35
- [ 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:
122
122
123
123
## Removing a crate from the website
124
124
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:
128
137
129
138
```
130
139
cratesfyi database delete-crate CRATE_NAME
You can’t perform that action at this time.
0 commit comments