Skip to content

Commit 0fdce5a

Browse files
authored
crates.io: remove outdated ops info (#1059)
1 parent d238827 commit 0fdce5a

4 files changed

Lines changed: 12 additions & 258 deletions

File tree

src/SUMMARY.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@
6969
- [Working Areas](./compiler/working-areas.md)
7070
- [rustc-dev-guide](./rustc-dev-guide/index.md)
7171
- [crates.io](./crates-io/index.md)
72-
- [Crate removal](./crates-io/crate-removal.md)
73-
- [Database maintenance](./crates-io/db-maintenance.md)
7472
- [docs.rs](./docs-rs/index.md)
7573
- [Adding dependencies to the build environment](./docs-rs/add-dependencies.md)
7674
- [Self-hosting a docs.rs instance](./docs-rs/self-hosting.md)

src/crates-io/crate-removal.md

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

src/crates-io/db-maintenance.md

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

src/crates-io/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# crates.io
22

3-
This section documents the processes of the crates.io team.
3+
crates.io hosts crates for the Rust ecosystem.
4+
5+
## External links
6+
7+
- Source code: [`rust-lang/crates.io`][repo]
8+
- Hosted at: https://crates.io/
9+
- Maintainers: [crates.io team][maintainers]
10+
- [Ops guide][ops] (only available to team members)
11+
12+
[maintainers]: https://rust-lang.org/governance/teams/dev-tools/#team-crates-io
13+
[ops]: https://ops-guide.crates.io/
14+
[repo]: https://github.com/rust-lang/crates.io

0 commit comments

Comments
 (0)