Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@
- [Working Areas](./compiler/working-areas.md)
- [rustc-dev-guide](./rustc-dev-guide/index.md)
- [crates.io](./crates-io/index.md)
- [Crate removal](./crates-io/crate-removal.md)
- [Database maintenance](./crates-io/db-maintenance.md)
- [docs.rs](./docs-rs/index.md)
- [Adding dependencies to the build environment](./docs-rs/add-dependencies.md)
- [Self-hosting a docs.rs instance](./docs-rs/self-hosting.md)
Expand Down
52 changes: 0 additions & 52 deletions src/crates-io/crate-removal.md

This file was deleted.

203 changes: 0 additions & 203 deletions src/crates-io/db-maintenance.md

This file was deleted.

13 changes: 12 additions & 1 deletion src/crates-io/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# crates.io

This section documents the processes of the crates.io team.
crates.io hosts crates for the Rust ecosystem.

## External links

- Source code: [`rust-lang/crates.io`][repo]
- Hosted at: https://crates.io/
- Maintainers: [crates.io team][maintainers]
- [Ops guide][ops] (only available to team members)

[maintainers]: https://rust-lang.org/governance/teams/dev-tools/#team-crates-io
[ops]: https://ops-guide.crates.io/
[repo]: https://github.com/rust-lang/crates.io
Loading