Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions website/blog/2026/spacehub-portal/index.mdx
Original file line number Diff line number Diff line change
@@ -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!**.

![banner](./img/banner.png)

{/* 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*/}


<details>
<summary>What is the SpaceHub Portal?</summary>

The SpaceHub Portal is a centralized hub for SpaceHub Project members to access resources, updates, collaboration tools, and submit incidents or service requests.

</details>


<details>
<summary>How do I get access to the portal?</summary>

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.

</details>


<details>
<summary>How do I report an incident or submit a request?</summary>

Use the request options available in the portal to submit incidents or service requests. Each request will be tracked through resolution.

</details>

<details>
<summary>Is the portal available on mobile devices?</summary>

Yes. The SpaceHub Portal can be accessed through a modern web browser on desktop or mobile devices.

</details>


<details>
<summary>Will other Kitiplex projects have access to this portal?</summary>

Right now, the portal is available for teams working with the SpaceHub Project. Access for other teams may may be introduced later.

</details>

29 changes: 20 additions & 9 deletions website/blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion website/docs/guides/docs/create-blog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/guides/docs/create-doc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Create a Markdown Document
---


# Create a Document
# Create a Document {/* #create-a-document */}



Expand Down
2 changes: 1 addition & 1 deletion website/docs/guides/docs/create-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 */}



Expand Down
3 changes: 2 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/help/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SpaceHub is under active development. Some features and docs may be incomplete o
<a target="_blank" href="/community/issue/report">Reporting Issues</a>
</li>
<li class="menu__list-item">
<a target="_blank" href="/feature-requests">Feature Requests</a>
<a target="_blank" href="https://kitimi.atlassian.net/servicedesk">Help Center</a>
</li>
</ul>
</Card>
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function HomepageHeader(): JSX.Element {
</Link>
<Link
className={clsx('button button--lg')}
to="/blog/2025/artemis-2">
to="/blog/2026/spacehub-portal">
{'Latest'}
</Link>
</div>
Expand Down
Loading