Coder Social home page Coder Social logo

est31 / rust-forge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rust-lang/rust-forge

0.0 1.0 0.0 2.51 MB

Information useful to people contributing to Rust

Home Page: https://forge.rust-lang.org/

License: Apache License 2.0

Shell 1.18% JavaScript 10.11% Rust 88.72%

rust-forge's Introduction

Rust Forge

Welcome to the Rust Forge! Rust Forge serves as a repository of supplementary documentation useful for members of The Rust Programming Language.

Development

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

mdbook build

This will build and run the blacksmith tool automatically. When developing it's recommended to use the serve command to launch a local server to allow you to easily see and update changes you make.

mdbook serve

JavaScript

Forge uses JavaScript to display dates for releases and "no tools breakage week". When making modifications to the JavaScript, make sure it matches the standard style. You can install standard and automatically format the code using the following commands.

Install commands

# With Yarn
yarn global add standard
# With NPM
npm install --global standard

Formatting

standard --fix js/

Contributing

Adding teams

Any Rust team can have a section in the Rust Forge. If you'd like to add your team, you first need to add them as an item to src/SUMMARY.md, like below, replacing TEAM NAME with your respective team's name to show on Forge, and <TEAM_NAME> with a filesystem- and URL-friendly version of that name where your documentation will be stored.

- [TEAM NAME](src/<TEAM_NAME>/README.md)
<!-- or -->
- [TEAM NAME](src/<TEAM_NAME>.md)

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

It's recommended that you put general team information in src/<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)

rust-forge's People

Contributors

dependabot-preview[bot] avatar pietroalbini avatar mark-simulacrum avatar brson avatar alexcrichton avatar nikomatsakis avatar kodraus avatar xampprocky avatar aturon avatar ehuss avatar spastorino avatar steveklabnik avatar jonas-schievink avatar dependabot[bot] avatar mark-i-m avatar jyn514 avatar ralfjung avatar kennytm avatar apiraino avatar tesuji avatar aaronepower avatar arielb1 avatar camelid avatar aidanhs avatar fmckeogh avatar johntitor avatar rylev avatar shepmaster avatar timnn avatar ashleygwilliams avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.