diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs
index 395e4aa..f585e2a 100644
--- a/docs/astro.config.mjs
+++ b/docs/astro.config.mjs
@@ -15,6 +15,10 @@ export default defineConfig({
title: 'GitHub Stacked PRs',
description: 'Manage stacked branches and pull requests with the gh stack CLI extension.',
favicon: '/favicon.svg',
+ logo: {
+ src: './src/assets/github-invertocat.svg',
+ alt: 'GitHub',
+ },
head: [
{ tag: 'meta', attrs: { name: 'robots', content: 'noindex, nofollow' } },
],
@@ -24,9 +28,6 @@ export default defineConfig({
customCss: [
'./src/styles/custom.css',
],
- social: [
- { icon: 'github', label: 'GitHub', href: 'https://github.com/github/gh-stack' },
- ],
tableOfContents: {
minHeadingLevel: 2,
maxHeadingLevel: 4
diff --git a/docs/public/fonts/MonaSans-Bold.woff2 b/docs/public/fonts/MonaSans-Bold.woff2
new file mode 100644
index 0000000..1f86963
Binary files /dev/null and b/docs/public/fonts/MonaSans-Bold.woff2 differ
diff --git a/docs/public/fonts/MonaSans-Regular.woff2 b/docs/public/fonts/MonaSans-Regular.woff2
new file mode 100644
index 0000000..69ee837
Binary files /dev/null and b/docs/public/fonts/MonaSans-Regular.woff2 differ
diff --git a/docs/src/assets/github-invertocat.svg b/docs/src/assets/github-invertocat.svg
new file mode 100644
index 0000000..4752432
--- /dev/null
+++ b/docs/src/assets/github-invertocat.svg
@@ -0,0 +1 @@
+
diff --git a/docs/src/components/CustomHeader.astro b/docs/src/components/CustomHeader.astro
index 45bffde..03fadbe 100644
--- a/docs/src/components/CustomHeader.astro
+++ b/docs/src/components/CustomHeader.astro
@@ -1,5 +1,4 @@
---
-import Default from '@astrojs/starlight/components/SocialIcons.astro';
const base = import.meta.env.BASE_URL;
---
@@ -11,162 +10,150 @@ const base = import.meta.env.BASE_URL;
-
-
-