Skip to content

Commit c2041ce

Browse files
Updated Docs Site
- Changed Title to use text instead of logo (logo might be too small to read) - Updated hero logo to use a larger image - Updated style colors - Updated tag line to include that the project is open source and free of charge
1 parent d679f0c commit c2041ce

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default withMermaid(
3838
defineConfig({
3939
title: 'MTConnect.NET',
4040
description:
41-
'The .NET implementation of the MTConnect Standard — 100% public-surface API coverage, 100% MTConnect Standard compliance.',
41+
'The .NET implementation of the MTConnect Standard — 100% Open Source. 100% Free. 100% Public-surface API coverage, 100% MTConnect Standard compliance.',
4242
lang: 'en-GB',
4343

4444
// Output directory for `docs:build`. Default is `docs/.vitepress/dist`;
@@ -67,7 +67,7 @@ export default withMermaid(
6767
{
6868
property: 'og:description',
6969
content:
70-
'The .NET implementation of the MTConnect Standard — 100% public-surface API coverage, 100% MTConnect Standard compliance.',
70+
'The .NET implementation of the MTConnect Standard — 100% Open Source. 100% Free. 100% Public-surface API coverage, 100% MTConnect Standard compliance.',
7171
},
7272
],
7373
['meta', { property: 'og:image', content: ogImage }],
@@ -88,8 +88,8 @@ export default withMermaid(
8888
// copied into `docs/public/logo.png`) already carries the
8989
// 'mtconnect .NET' wordmark, so the text site title is hidden to
9090
// avoid the wordmark rendering twice in the top nav.
91-
logo: '/logo.png',
92-
siteTitle: false,
91+
//logo: '/logo.png',
92+
//siteTitle: false,
9393

9494
// Top nav: Compliance / Configure & Use / API / Concepts / Wire
9595
// formats / Modules / CLI / Cookbook / Troubleshooting.

docs/.vitepress/theme/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
:root {
1313
--vp-c-brand-1: #0073e6;
14-
--vp-c-brand-2: #1f86eb;
15-
--vp-c-brand-3: #4ba0f0;
14+
--vp-c-brand-2: #0073e6;
15+
--vp-c-brand-3: #0073e6;
1616
--vp-c-brand-soft: rgba(0, 115, 230, 0.14);
1717
}
1818

1919
.dark {
2020
--vp-c-brand-1: #4ba0f0;
21-
--vp-c-brand-2: #1f86eb;
21+
--vp-c-brand-2: #4ba0f0;
2222
--vp-c-brand-3: #0073e6;
2323
--vp-c-brand-soft: rgba(75, 160, 240, 0.16);
2424
}

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ layout: home
44
hero:
55
name: MTConnect.NET
66
text: The .NET implementation of the MTConnect Standard
7-
tagline: 100% public-surface API coverage. 100% MTConnect Standard compliance.
7+
tagline: 100% Open Source<br>100% Free<br>100% Public-surface API coverage<br>100% MTConnect Standard compliance
88
image:
9-
src: /logo.png
9+
src: /logo-large.png
1010
alt: MTConnect.NET
1111
actions:
1212
- theme: brand

docs/public/logo-large.png

37.6 KB
Loading

0 commit comments

Comments
 (0)