|
1 | 1 | # Rust Forge |
2 | 2 |
|
3 | | -[Overview](./README.md) |
| 3 | +[Overview](./index.md) |
4 | 4 | - [How to start contributing](./how-to-start-contributing.md) |
5 | 5 | - [Onboarding to the project](./onboarding.md) |
6 | | -- [Platforms](./platforms/README.md) |
| 6 | +- [Platforms](./platforms/index.md) |
7 | 7 | - [Twitter](./platforms/twitter.md) |
8 | 8 | - [Discord](./platforms/discord.md) |
9 | 9 | - [Email](./platforms/email.md) |
|
12 | 12 | - [Moderation](./platforms/zulip/moderation.md) |
13 | 13 | - [Blogs](./platforms/blogs.md) |
14 | 14 | - [Calendars](./platforms/calendars.md) |
15 | | -- [Triagebot](./triagebot/README.md) |
| 15 | +- [Triagebot](./triagebot/index.md) |
16 | 16 | - [Agenda Generator](./triagebot/agenda.md) |
17 | 17 | - [Issue Assignment](./triagebot/issue-assignment.md) |
18 | 18 | - [PR Assignment](./triagebot/pr-assignment.md) |
|
47 | 47 | - [Zulip Meeting Management](./triagebot/zulip-meeting.md) |
48 | 48 | - [Zulip Notifications](./triagebot/zulip-notifications.md) |
49 | 49 | - [GitHub Actions created PR open/closer](./triagebot/bot-pull-requests.md) |
50 | | -- [Community](./community/README.md) |
51 | | -- [Compiler](./compiler/README.md) |
| 50 | +- [Community](./community/index.md) |
| 51 | +- [Compiler](./compiler/index.md) |
52 | 52 | - [Calendar](./compiler/calendar.md) |
53 | 53 | - [Cross-team Collaboration](./compiler/cross-team-collaboration.md) |
54 | 54 | - [Meetings](./compiler/meetings.md) |
|
64 | 64 | - [Triage and Prioritization](./compiler/prioritization.md) |
65 | 65 | - [Working Areas](./compiler/working-areas.md) |
66 | 66 | - [Operations](./compiler/operations.md) |
67 | | -- [rustc-dev-guide](./wg-rustc-dev-guide/README.md) |
68 | | -- [crates.io](./crates-io/README.md) |
| 67 | +- [rustc-dev-guide](./wg-rustc-dev-guide/index.md) |
| 68 | +- [crates.io](./crates-io/index.md) |
69 | 69 | - [Crate removal](./crates-io/crate-removal.md) |
70 | 70 | - [Database maintenance](./crates-io/db-maintenance.md) |
71 | | -- [docs.rs](./docs-rs/README.md) |
| 71 | +- [docs.rs](./docs-rs/index.md) |
72 | 72 | - [Adding dependencies to the build environment](./docs-rs/add-dependencies.md) |
73 | 73 | - [Self-hosting a docs.rs instance](./docs-rs/self-hosting.md) |
74 | 74 | - [Maintenance procedures](./docs-rs/maintenance.md) |
75 | | -- [Governance](./governance/README.md) |
| 75 | +- [Governance](./governance/index.md) |
76 | 76 | - [Leadership Council](./governance/council.md) |
77 | 77 | - [Moderation](./governance/moderation.md) |
78 | 78 | - [Project groups](./governance/project-groups.md) |
79 | | -- [Policies](./policies/README.md) |
| 79 | +- [Policies](./policies/index.md) |
80 | 80 | - [Crate ownership policy](./policies/crate-ownership.md) |
81 | | -- [Infrastructure](./infra/README.md) |
| 81 | +- [Infrastructure](./infra/index.md) |
82 | 82 | - [Other Installation Methods](./infra/other-installation-methods.md) |
83 | 83 | - [Archive of Rust Stable Standalone Installers](./infra/archive-stable-version-installers.md) |
84 | 84 | - [Release Channel Layout](./infra/channel-layout.md) |
85 | 85 | - [Service Infrastructure](./infra/service-infrastructure.md) |
86 | 86 | - [Team Maintenance](./infra/team-maintenance.md) |
87 | 87 | - [The Toolstate System](./infra/toolstate.md) |
88 | | - - [Policies](./infra/policies/README.md) |
| 88 | + - [Policies](./infra/policies/index.md) |
89 | 89 | - [Broken nightlies](./infra/policies/broken-nightlies.md) |
90 | | - - [Guidelines](./infra/guidelines/README.md) |
| 90 | + - [Guidelines](./infra/guidelines/index.md) |
91 | 91 | - [Static websites](./infra/guidelines/static-websites.md) |
92 | | - - [Documentation](./infra/docs/README.md) |
| 92 | + - [Documentation](./infra/docs/index.md) |
93 | 93 | - [AWS access for team members](./infra/docs/aws-access.md) |
94 | 94 | - [AWS access management](./infra/docs/aws-access-management.md) |
95 | 95 | - [AWS regions](./infra/docs/aws-regions.md) |
|
108 | 108 | - [rust-bots server](./infra/docs/rust-bots.md) |
109 | 109 | - [rust-lang/rust CI](./infra/docs/rustc-ci.md) |
110 | 110 | - [Sentry](./infra/docs/sentry.md) |
111 | | -- [Language](./lang/README.md) |
| 111 | +- [Language](./lang/index.md) |
112 | 112 | - [RFC Merge Procedure](./lang/rfc-merge-procedure.md) |
113 | 113 | - [Triage Meeting Procedure](./lang/triage-meeting-procedure.md) |
114 | 114 | - [Stabilization procedure](./lang/stabilization-procedure.md) |
115 | | -- [Libs](./libs/README.md) |
| 115 | +- [Libs](./libs/index.md) |
116 | 116 | - [Maintaining the standard library](./libs/maintaining-std.md) |
117 | | -- [Release](./release/README.md) |
| 117 | +- [Release](./release/index.md) |
118 | 118 | - [Backporting](./release/backporting.md) |
119 | 119 | - [Preparing Release Notes](./release/release-notes.md) |
120 | 120 | - [Release Process](./release/process.md) |
|
123 | 123 | - [Issue Triaging](./release/issue-triaging.md) |
124 | 124 | - [Triaging Crater Runs](./release/crater.md) |
125 | 125 | - [Edition Releases](./editions/edition-releases.md) |
126 | | -- [Archive](./archive/README.md) |
| 126 | +- [Archive](./archive/index.md) |
127 | 127 | - [Friends of the Tree](./archive/fott.md) |
128 | 128 | - [Release History](./archive/release-history.md) |
0 commit comments