Skip to content

Commit 848844e

Browse files
committed
Add MSK Core banner and update references
Add MSK Core banner asset and update site references. Adds static/img/msk_core_banner.png, replaces the docs header with the banner in docs/msk_core/index.md, updates the theme social image in docusaurus.config.ts, and sets the MSK Core resource image on the homepage (src/pages/index.tsx). This standardizes branding for the MSK Core docs and homepage.
1 parent ebfca13 commit 848844e

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/msk_core/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: MSK Core
33
sidebar_position: 1
44
---
55

6-
# MSK Core
6+
![MSK Core](/img/msk_core_banner.png)
77

88
**[STANDALONE]** Functions for MSK Scripts
99

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const config: Config = {
6565
],
6666

6767
themeConfig: {
68-
image: 'img/msk-scripts-social-card.jpg',
68+
image: 'img/msk_core_banner.png',
6969
colorMode: {
7070
defaultMode: 'dark',
7171
disableSwitch: true,

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const resources: Resource[] = [
6262
},
6363
{
6464
title: 'MSK Core',
65-
image: '/img/logo.png',
65+
image: '/img/msk_core_banner.png',
6666
badges: ['Standalone'],
6767
description:
6868
'Our core library for our resources, providing common utilities, and more.',

static/img/msk_core_banner.png

1.19 MB
Loading

0 commit comments

Comments
 (0)