Skip to content

Commit a5b4992

Browse files
committed
doc nits
1 parent 9c8c71b commit a5b4992

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default defineConfig({
6161
],
6262
},
6363

64-
socialLinks: [{ icon: 'github', link: 'https://github.com/salesforce/b2c-cli' }],
64+
socialLinks: [{ icon: 'github', link: 'https://github.com/SalesforceCommerceCloud/b2c-cli' }],
6565

6666
search: {
6767
provider: 'local',

docs/.vitepress/theme/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
:root {
2+
--vp-c-brand-1: #00A1E0;
3+
--vp-c-brand-2: #0090c8;
4+
--vp-c-brand-3: #007eb0;
5+
--vp-c-brand-soft: rgba(0, 161, 224, 0.14);
6+
}
7+
8+
.dark {
9+
--vp-c-brand-1: #00A1E0;
10+
--vp-c-brand-2: #33b4e6;
11+
--vp-c-brand-3: #66c7ec;
12+
--vp-c-brand-soft: rgba(0, 161, 224, 0.16);
13+
}

docs/.vitepress/theme/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import DefaultTheme from 'vitepress/theme';
2+
import './custom.css';
3+
4+
export default DefaultTheme;

0 commit comments

Comments
 (0)