Skip to content

Commit b12f85c

Browse files
Move branding page at the footer of the documentation (#23)
1 parent c4a2693 commit b12f85c

3 files changed

Lines changed: 7 additions & 14 deletions

File tree

docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ const config: Config = {
131131
label: 'GitHub',
132132
href: 'https://github.com/NSPManager/NSPanelManager',
133133
},
134+
{
135+
label: 'Branding',
136+
to: '/branding/logo-guidelines',
137+
},
134138
],
135139
},
136140
],

sidebars.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ const sidebars: SidebarsConfig = {
4646
},
4747
]
4848
},
49-
{
50-
type: 'category',
51-
label: 'Branding',
52-
items: [
53-
{
54-
type: 'autogenerated',
55-
dirName: 'branding',
56-
},
57-
]
58-
},
5949
{
6050
type: 'category',
6151
label: 'Contribute',
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Logo guidelines
3-
sidebar_position: 1
43
---
54
import CenteredImage from '@site/src/components/CenteredImage';
65

@@ -25,9 +24,9 @@ Whenever possible, use the vectorized (SVG) versions for optimal quality.
2524

2625
## Rectangular Logos (Preferred)
2726

28-
| Logo | Permalink | Vectorized | Format | Background | Size |
27+
| Logo | Permalink | Vectorized | Format | Background | Size |
2928
|---------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|------------|--------|-------------|------|
30-
| <CenteredImage src="/images/branding/logos/nspm-logo-black-no-bg.svg" alt="Black logo transparent" /> | `https://nspanelmanager.com/images/branding/logos/nspm-logo-black-no-bg.svg` | Yes | svg | Transparent | - |
29+
| <div style={{ width: '300px' }}><CenteredImage src="/images/branding/logos/nspm-logo-black-no-bg.svg" alt="Black logo transparent" /></div> | `https://nspanelmanager.com/images/branding/logos/nspm-logo-black-no-bg.svg` | Yes | svg | Transparent | - |
3130
| <CenteredImage src="/images/branding/logos/nspm-logo-white-no-bg.svg" alt="White logo transparent" /> | `https://nspanelmanager.com/images/branding/logos/nspm-logo-white-no-bg.svg` | Yes | svg | Transparent | - |
3231
| <CenteredImage src="/images/branding/logos/nspm-logo-white-black-bg.svg" alt="White logo with black background" /> | `https://nspanelmanager.com/images/branding/logos/nspm-logo-white-black-bg.svg` | Yes | svg | Solid | - |
3332
| <CenteredImage src="/images/branding/logos/nspm-logo-black-white-bg.svg" alt="Black logo whith white background" /> | `https://nspanelmanager.com/images/branding/logos/nspm-logo-black-white-bg.svg` | Yes | svg | Solid | - |
@@ -36,6 +35,6 @@ Whenever possible, use the vectorized (SVG) versions for optimal quality.
3635

3736
| Logo | Permalink | Vectorized | Format | Background | Size |
3837
|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------|------------|--------|------------|------------|
39-
| <CenteredImage src="/images/branding/logos/nspm-icon.svg" alt="Vectorized square icon" /> | `https://nspanelmanager.com/images/branding/logos/nspm-icon.svg` | Yes | svg | Solid | - |
38+
| <div style={{ width: '300px' }}><CenteredImage src="/images/branding/logos/nspm-icon.svg" alt="Vectorized square icon" /></div> | `https://nspanelmanager.com/images/branding/logos/nspm-icon.svg` | Yes | svg | Solid | - |
4039
| <CenteredImage src="/images/branding/logos/nspm-icon-128x128.png" alt="Icon 128x128 pixels" /> | `https://nspanelmanager.com/images/branding/logos/nspm-icon-128x128.png` | No | png | Solid | 128x128 px |
4140
| <CenteredImage src="/images/branding/logos/nspm-icon-32x32.ico" alt="Icon 32x32 pixels" /> | `https://nspanelmanager.com/images/branding/logos/nspm-icon-32x32.ico` | No | ico | Solid | 32x32 px |

0 commit comments

Comments
 (0)