File tree 6 files changed +9
-5
lines changed
6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 5
5
{%- block body -%}
6
6
< h1 > Badges</ h1 >
7
7
8
- < div >
8
+ < div class =" about-page " >
9
9
< div class ="container pure-u-5-6 about ">
10
10
< p >
11
11
You can use badges to show state of your documentation to your users.
Original file line number Diff line number Diff line change 5
5
{%- block body -%}
6
6
{%- set docsrs_repo = "https://github.com/rust-lang/docs.rs" -%}
7
7
< h1 > Builds</ h1 >
8
- < div >
8
+ < div class =" about-page " >
9
9
< div class ="container pure-u-5-6 about ">
10
10
< p >
11
11
Docs.rs automatically builds documentation for crates released on < a href ="https://crates.io/ "> crates.io</ a > .
Original file line number Diff line number Diff line change 6
6
{%- set docsrs_repo = "https://github.com/rust-lang/docs.rs" -%}
7
7
8
8
< h1 id ="crate-title "> About Docs.rs</ h1 >
9
- < div >
9
+ < div class =" about-page " >
10
10
< div class ="container pure-u-5-6 about ">
11
11
< p >
12
12
Docs.rs is an
Original file line number Diff line number Diff line change 5
5
{%- block body -%}
6
6
< h1 > Metadata for custom builds</ h1 >
7
7
8
- < div >
8
+ < div class =" about-page " >
9
9
< div class ="container pure-u-5-6 about ">
10
10
< p >
11
11
You can customize docs.rs builds by defining < code > [package.metadata.docs.rs]</ code >
Original file line number Diff line number Diff line change 5
5
{%- block body -%}
6
6
< h1 > Shorthand URLs</ h1 >
7
7
8
- < div >
8
+ < div class =" about-page " >
9
9
< div class ="container pure-u-5-6 about ">
10
10
< p >
11
11
Docs.rs uses semver to parse URLs. You can use this feature to access
Original file line number Diff line number Diff line change @@ -170,6 +170,10 @@ body {
170
170
g .highcharts-grid > path {
171
171
stroke : var (--chart-grid ) !important ;
172
172
}
173
+
174
+ > .about-page {
175
+ padding-bottom : calc (#{$footer-height } + 2px );
176
+ }
173
177
}
174
178
175
179
pre {
You can’t perform that action at this time.
0 commit comments