Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Information useful to people contributing to Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
NotificationsYou must be signed in to change notification settings

rust-lang/rust-forge

Welcome to theRust Forge! Rust Forge serves as a repository of supplementarydocumentation useful for members ofThe Rust Programming Language.

Development

You can build a local version by installingmdbook and running the following command.

mdbook build

This will build and run theblacksmith tool automatically. When developingit's recommended to use theserve command to launch a local server to allowyou to easily see and update changes you make.

mdbook serve

JavaScript

Forge uses JavaScript to display dates for releases and "no tools breakageweek". When making modifications to the JavaScript, make sure it matches thestandard style. You can installstandard and automatically format the codeusing the following commands.

Install commands

#With Yarnyarn global add standard#With NPMnpm install --global standard

Formatting

standard --fix js/

Contributing

Adding teams

Any Rust team, working group, or project group can have a section in the Rust Forge.First, please send a PR to add your team to therepos/rust-lang/rust-forge.toml file to give your team permissions.

To add your team to the book, add it tosrc/SUMMARY.md, like below, replacing<TEAM_NAME> with a filesystem- and URL-friendly version of your team's name:

-[<TEAMNAME>](src/<TEAM_NAME>/README.md)

If you runmdbook build,mdbook will automatically create the folder and file for your team.

It's recommended that you put general team information insrc/<TEAM_NAME>/README.md, such as where the meetings happen, repositories that the team manages, links to chat platforms, etc. Larger topics should be made as a subpage, e.g. (src/release/topic.md).

-[TOPIC](src/<TEAM_NAME>/TOPIC.md)

Teams are responsible for merging their own content.Please add your team to the[assign.owners] section oftriagebot.toml so that the bot will auto-assign someone from the team.

Maintenance of Rust Forge

TheRust infra team is responsible for maintaining the Rust Forge, ensuring that its build and publish system works, and coordinating any technical issues with teams.

About

Information useful to people contributing to Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp