Skip to content

Commit 4f4ae83

Browse files
committed
Add contact section
1 parent ec7c4a9 commit 4f4ae83

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,7 @@ It is designed to run inside a secure container.
147147
```
148148
cargo run -- doc <CRATE_NAME>
149149
```
150+
151+
#### Contact
152+
153+
Docs.rs is run and maintaned by [Rustdoc team](https://www.rust-lang.org/governance/teams/dev-tools#Rustdoc%20team-info). You can find us in #rustdoc on [Discord](https://discord.gg/rust-lang).

templates/about.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,9 @@
120120
<h4>Version</h4>
121121
<p>Currently running Docs.rs version is: <strong>{{cratesfyi_version}}</strong>
122122

123+
<h4>Contact</h4>
124+
<p>Docs.rs is run and maintaned by <a href="https://www.rust-lang.org/governance/teams/dev-tools#Rustdoc%20team-info" target="_blank">Rustdoc team</a>. You can find us in #rustdoc on <a href="https://discord.gg/rust-lang" target="_blank">Discord</a>.</p>
125+
126+
</div>
127+
123128
{{> footer}}

0 commit comments

Comments
 (0)