Skip to content

Commit 2f681cd

Browse files
Merge pull request #277 from onur/remove-sponsor
Remove contributors and sponsors
2 parents 190a171 + 6fb76f4 commit 2f681cd

File tree

3 files changed

+20
-67
lines changed

3 files changed

+20
-67
lines changed

README.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ cargo run -- database update-search-index
132132

133133

134134
# Updates release activitiy chart
135-
cargo run -- database update-release-activity
135+
cargo run -- database update-release-activity
136136
```
137137

138138
If you want to explore or edit database manually, you can connect database
@@ -148,31 +148,6 @@ It is designed to run inside a secure container.
148148
cargo run -- doc <CRATE_NAME>
149149
```
150150

151+
#### Contact
151152

152-
#### Contributors
153-
154-
* [Onur Aslan](https://github.com/onur)
155-
* [Jon Gjengset](https://github.com/jonhoo)
156-
* [Sebastian Thiel](https://github.com/Byron)
157-
* [Guillaume Gomez](https://github.com/GuillaumeGomez)
158-
* [Ashe Connor](https://github.com/kivikakk)
159-
* [Samuel Tardieu](https://github.com/samueltardieu)
160-
* [Corey Farwell](https://github.com/frewsxcv)
161-
* [Michael Howell](https://github.com/notriddle)
162-
* [Alex Burka](https://github.com/durka)
163-
* [Giang Nguyen](https://github.com/hngnaig)
164-
* [Dimitri Sabadie](https://github.com/phaazon)
165-
* [Nemikolh](https://github.com/Nemikolh)
166-
* [bluss](https://github.com/bluss)
167-
* [Pascal Hartig](https://github.com/passy)
168-
* [Matthew Hall](https://github.com/mattyhall)
169-
* [Mark Simulacrum](https://github.com/Mark-Simulacrum)
170-
171-
#### Sponsors
172-
173-
Hosting generously provided by:
174-
175-
![Leaseweb](https://docs.rs/leaseweb.gif)
176-
177-
If you are interested in sponsoring Docs.rs, please don't hesitate to
178-
contact us at TODO.
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: 14 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
<td>Latest version of clap</td>
5353
</tr>
5454
<tr>
55-
<td><a href="https://docs.rs/clap/%5E2">docs.rs/clap/~2</a></td>
55+
<td><a href="https://docs.rs/clap/%7E2">docs.rs/clap/~2</a></td>
5656
<td>2.* version</td>
5757
</tr>
5858
<tr>
59-
<td><a href="https://docs.rs/clap/%5E2.9">docs.rs/clap/~2.9</a></td>
59+
<td><a href="https://docs.rs/clap/%7E2.9">docs.rs/clap/~2.9</a></td>
6060
<td>2.9.* version</td>
6161
</tr>
6262
<tr>
@@ -66,10 +66,6 @@
6666
</tbody>
6767
</table>
6868

69-
<p>The <a href="https://crates.fyi/">crates.fyi</a> domain will redirect to
70-
<a href="https://docs.rs/">docs.rs</a>, supporting all of the redirects discussed
71-
above</p>
72-
7369
<h4>Badges</h4>
7470
<p>
7571
You can use badges to show state of your documentation to your users.
@@ -112,44 +108,23 @@
112108
<p>An example metadata:</p>
113109

114110
<pre><code>[package]
115-
name = "test"
111+
name = "test"
116112

117-
[package.metadata.docs.rs]
118-
features = [ "feature1", "feature2" ]
119-
all-features = true
120-
no-default-features = true
121-
default-target = "x86_64-unknown-linux-gnu"
122-
rustc-args = [ "--example-rustc-arg" ]
123-
rustdoc-args = [ "--example-rustdoc-arg" ]
124-
dependencies = [ "example-system-dependency" ]</pre></code>
113+
[package.metadata.docs.rs]
114+
features = [ "feature1", "feature2" ]
115+
all-features = true
116+
no-default-features = true
117+
default-target = "x86_64-unknown-linux-gnu"
118+
rustc-args = [ "--example-rustc-arg" ]
119+
rustdoc-args = [ "--example-rustdoc-arg" ]
120+
dependencies = [ "example-system-dependency" ]</pre></code>
125121

126122
<h4>Version</h4>
127123
<p>Currently running Docs.rs version is: <strong>{{cratesfyi_version}}</strong>
128124

129-
<h4>Contributors</h4>
130-
<ul>
131-
<li><a href="https://github.com/onur" target="_blank">Onur Aslan</a></li>
132-
<li><a href="https://github.com/jonhoo" target="_blank">Jon Gjengset</a></li>
133-
<li><a href="https://github.com/Byron" target="_blank">Sebastian Thiel</a></li>
134-
<li><a href="https://github.com/GuillaumeGomez" target="_blank">Guillaume Gomez</a></li>
135-
<li><a href="https://github.com/kivikakk" target="_blank">Ashe Connor</a></li>
136-
<li><a href="https://github.com/samueltardieu" target="_blank">Samuel Tardieu</a></li>
137-
<li><a href="https://github.com/frewsxcv" target="_blank">Corey Farwell</a></li>
138-
<li><a href="https://github.com/notriddle" target="_blank">Michael Howell</a></li>
139-
<li><a href="https://github.com/durka" target="_blank">Alex Burka</a></li>
140-
<li><a href="https://github.com/hngnaig" target="_blank">Giang Nguyen</a></li>
141-
<li><a href="https://github.com/phaazon" target="_blank">Dimitri Sabadie</a></li>
142-
<li><a href="https://github.com/Nemikolh" target="_blank">Nemikolh</a></li>
143-
<li><a href="https://github.com/bluss" target="_blank">bluss</a></li>
144-
<li><a href="https://github.com/passy" target="_blank">Pascal Hartig</a></li>
145-
<li><a href="https://github.com/mattyhall" target="_blank">Matthew Hall</a></li>
146-
<li><a href="https://github.com/Mark-Simulacrum" target="_blank">Mark Simulacrum</a></li>
147-
</ul>
148-
149-
<h4>Sponsors</h4>
150-
<p>Hosting generously provided by:</p>
151-
<p><a href="http://www.leaseweb.com" title="LeaseWeb offers hosted infrastructure solutions, including Cloud, CDN, Bare Metal Servers, Managed Hosting, Colocation, and Hybrid hosting" target="_blank"><img src="/leaseweb.gif" alt="Powered by LeaseWeb" width="150" height="40"/></a></p>
152-
<p>If you are interested in sponsoring Docs.rs, please don't hesitate to contact us at <a href="&#109;&#97;&#105;&#x6c;&#x74;&#111;&#x3a;&#x6f;&#110;&#117;&#114;&#64;&#x6f;&#110;&#117;&#114;&#x2e;&#105;&#109;">&#x6f;&#110;&#117;&#114;&#64;&#x6f;&#110;&#117;&#114;&#x2e;&#105;&#109;</p>
125+
<h4>Contact</h4>
126+
<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>
127+
153128
</div>
154129

155130
{{> footer}}

templates/style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,4 +717,7 @@ footer {
717717
strong {
718718
font-weight: bold;
719719
}
720+
pre code {
721+
background-color: inherit;
722+
}
720723
}

0 commit comments

Comments
 (0)