Skip to content

Commit de5c10a

Browse files
committed
Documentation logo changes
1 parent 3daeac4 commit de5c10a

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
lines changed
Lines changed: 1 addition & 0 deletions
Loading

docs/documentation/docs/controls/ListView.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const groupByFields: IGrouping[] = [
5555
```
5656

5757
!!! note "Extend ListView with a ContextualMenu"
58-
To extend the `ListView` control with a [ContextualMenu](https://developer.microsoft.com/en-us/fabric#/components/contextualmenu) refer to [ListView.ContextualMenu](./ListView.ContextualMenu).
58+
To extend the `ListView` control with a [ContextualMenu](https://developer.microsoft.com/en-us/fabric#/components/contextualmenu) refer to [ListView.ContextualMenu](./ListView.ContextualMenu.md).
5959

6060
## Implementation
6161

docs/documentation/docs/css/extra.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.md-logo {
2+
height: 32px;
3+
width: 150px;
4+
}
5+
6+
.md-logo img {
7+
width: 100% !important;
8+
height: auto !important;
9+
margin-top: -0.25em;
10+
}
11+
12+
.md-header{
13+
height: 75px;
14+
}
15+
16+
.md-container{
17+
padding-top: 70px;
18+
}
19+
20+
.md-sidebar[data-md-state="lock"]{
21+
padding-top: 75px;
22+
}
23+
24+
.md-footer {
25+
margin-top: 5em;
26+
}
27+
28+
@media only screen and (max-width: 76.1875em) {
29+
.md-nav--primary .md-nav__title--site .md-nav__button {
30+
width: 150px;
31+
}
32+
}

docs/documentation/mkdocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
site_name: SharePoint Framework React Controls
2-
pages:
1+
site_name: '@pnp/spfx-controls-react'
2+
nav:
33
- Home: 'index.md'
44
- Controls:
55
- FileTypeIcon: 'controls/FileTypeIcon.md'
@@ -34,9 +34,11 @@ theme:
3434
name: 'material'
3535
palette:
3636
primary: 'blue'
37-
logo: 'assets/sharepoint.png'
37+
logo: 'assets/pnp-spfx-controls.svg'
3838
feature:
3939
tabs: true
40+
extra_css:
41+
- 'css/extra.css'
4042
markdown_extensions:
4143
- admonition
4244
- codehilite:

0 commit comments

Comments
 (0)