diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 4fe1b1bd7..c8d112edd 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -6,4 +6,7 @@ contact_links:
- name: ❓Simple Question
url: https://github.com/mkeithX/mkeithx.github.io/issues/new/choose
about: Use the tracker and submit an issue
+ - name: Space Portal
+ url: https://kitimi.atlassian.net/servicedesk
+ about: Space Portal
diff --git a/website/blog/2026/spacehub-portal/img/banner.png b/website/blog/2026/spacehub-portal/img/banner.png
new file mode 100644
index 000000000..ac622eeb2
Binary files /dev/null and b/website/blog/2026/spacehub-portal/img/banner.png differ
diff --git a/website/blog/2026/spacehub-portal/index.mdx b/website/blog/2026/spacehub-portal/index.mdx
new file mode 100644
index 000000000..ae48c45ff
--- /dev/null
+++ b/website/blog/2026/spacehub-portal/index.mdx
@@ -0,0 +1,81 @@
+---
+title: The SpaceHub Portal
+description: Kitimi 365 Portal and Help Center
+authors: [mkeithx]
+tags: [updates,user_story]
+date: 2026-04-15
+---
+
+**New Portal is here!**
+
+I'm happy to announce that the new portal for teams under the SpaceHub Project is now **LIVE!**.
+
+
+
+{/* truncate */}
+
+Designed to support seamless collaboration, [this new portal](https://kitimi.atlasian.net/servicedesk) is a centralized digital workspace for project updates, shared resources, and key communications.
+
+
+## What's Inside
+
+- A central place for SpaceHub project info
+- Quick access to updates and resources
+- A cleaner, more streamlined experience
+
+
+## Get started
+
+
+1. Navigate to [kitimi.atlassian.net/servicedesk](https://kitimi.atlassian.net/servicedesk)
+2. Sign in using your valid credentials
+3. If you are a new user, follow the on‑screen sign‑up process and complete MFA setup
+
+:::caution[IMPORTANT]
+
+Access is limited to eligible internal teams. If you experience access issues, contact your manager.
+
+:::
+
+
+## FAQs {/* #faqs*/}
+
+
+
+What is the SpaceHub Portal?
+
+The SpaceHub Portal is a centralized hub for SpaceHub Project members to access resources, updates, collaboration tools, and submit incidents or service requests.
+
+
+
+
+
+How do I get access to the portal?
+
+Access is provided to various teams working actively with the SpaceHub Project. If you believe you should have access or are experiencing issues, please contact your manager for assistance.
+
+
+
+
+
+How do I report an incident or submit a request?
+
+Use the request options available in the portal to submit incidents or service requests. Each request will be tracked through resolution.
+
+
+
+
+Is the portal available on mobile devices?
+
+Yes. The SpaceHub Portal can be accessed through a modern web browser on desktop or mobile devices.
+
+
+
+
+
+Will other Kitiplex projects have access to this portal?
+
+Right now, the portal is available for teams working with the SpaceHub Project. Access for other teams may may be introduced later.
+
+
+
diff --git a/website/blog/authors.yml b/website/blog/authors.yml
index 8515c6010..07be266d9 100644
--- a/website/blog/authors.yml
+++ b/website/blog/authors.yml
@@ -3,14 +3,13 @@ mkeithx:
title: Software Engineer · M365 Developer
url: https://github.com/mkeithx
image_url: https://github.com/mkeithx.png
- email: pr@kitimi365.com
- page: true
+ email: developers@kitimi365.com
+ page: false
socials:
github: mkeithX
linkedin: mkeithtan
x: mkeithtan
- bluesky: mkeithx
@@ -19,7 +18,7 @@ kpxeng:
title: The Kitiplex Engineering Team
url: https://github.com/kpxengineering
image_url: https://github.com/kpxengineering.png
- email: pr@kitimi365.com
+ email: developers@kitimi365.com
page: true
socials:
github: kpxengineering
@@ -30,7 +29,7 @@ botgina:
title: Software Engineer @ Kitiplex
url: https://github.com/botgina
image_url: https://github.com/botgina.png
- email: pr@kitimi365.com
+ email: developers@kitimi365.com
page: true
socials:
github: botgina
@@ -41,7 +40,7 @@ guleedev:
title: Software Engineer @ Kitiplex
url: https://github.com/GuLeeDev
image_url: https://github.com/GuLeeDev.png
- email: pr@kitimi365.com
+ email: developers@kitimi365.com
page: true
socials:
github: GuLeeDev
@@ -52,7 +51,7 @@ adele:
title: Software Engineer @ Kitiplex
url: https://github.com/CodeByAdele
image_url: https://github.com/CodeByAdele.png
- email: pr@kitimi365.com
+ email: developers@kitimi365.com
page: true
socials:
github: CodeByAdele
@@ -63,7 +62,7 @@ megan:
title: Software Engineer @ Kitiplex
url: https://github.com/CodeByMegan
image_url: https://github.com/CodeByMegan.png
- email: pr@kitimi365.com
+ email: developers@kitimi365.com
page: true
socials:
github: CodeByMegan
@@ -75,8 +74,20 @@ jonisy:
title: Software Engineer @ Kitiplex
url: https://github.com/SyJoniDev
image_url: https://github.com/SyJoniDev.png
- email: pr@kitimi365.com
+ email: developers@kitimi365.com
page: true
socials:
github: SyJoniDev
x: kitiplex
+
+
+kitiplex:
+ name: Kitiplex
+ title: The Kitimi Development Team
+ url: https://github.com/kitiplex
+ image_url: https://github.com/kitiplex.png
+ email: developers@kitimi365.com
+ page: false
+ socials:
+ github: kitiplex
+ x: kitiplex
\ No newline at end of file
diff --git a/website/docs/guides/docs/create-blog.mdx b/website/docs/guides/docs/create-blog.mdx
index 05ba57c6d..5e22f11d0 100644
--- a/website/docs/guides/docs/create-blog.mdx
+++ b/website/docs/guides/docs/create-blog.mdx
@@ -5,7 +5,7 @@ id: create-blog
---
-# Create a Blog Post
+# Create a Blog Post {/* #create-a-blog-post */}
Create a file at `blog/2021-02-28-greetings.md`:
diff --git a/website/docs/guides/docs/create-doc.mdx b/website/docs/guides/docs/create-doc.mdx
index e221d8de8..609c56f29 100644
--- a/website/docs/guides/docs/create-doc.mdx
+++ b/website/docs/guides/docs/create-doc.mdx
@@ -4,7 +4,7 @@ description: Create a Markdown Document
---
-# Create a Document
+# Create a Document {/* #create-a-document */}
diff --git a/website/docs/guides/docs/create-page.mdx b/website/docs/guides/docs/create-page.mdx
index bbade032c..3f1ab1443 100644
--- a/website/docs/guides/docs/create-page.mdx
+++ b/website/docs/guides/docs/create-page.mdx
@@ -13,7 +13,7 @@ import BrowserWindow from '@site/src/components/BrowserWindow';
import {useLocation} from '@docusaurus/router';
-# Create a Page
+# Create a Page {/* #create-a-page */}
diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts
index 94d5201e9..d49dced95 100644
--- a/website/docusaurus.config.ts
+++ b/website/docusaurus.config.ts
@@ -287,7 +287,8 @@ const config: Config = {
label: 'More',
position: 'right',
items: [
- {to: '/feature-requests', label: 'Feedback'},
+ {label: 'Portal', href: 'https://kitimi.atlassian.net/servicedesk'},
+ // {to: '/feature-requests', label: 'Feedback'},
{
label: 'Issue tracker',
href: 'https://github.com/mkeithX/mkeithx.github.io/issues',
diff --git a/website/src/pages/help/index.mdx b/website/src/pages/help/index.mdx
index e311828a2..b421a1f0b 100644
--- a/website/src/pages/help/index.mdx
+++ b/website/src/pages/help/index.mdx
@@ -48,7 +48,7 @@ SpaceHub is under active development. Some features and docs may be incomplete o
Reporting Issues