Skip to content

docs: update landing page hero and add EU funding footer - #50

Merged
artemkovalyov merged 1 commit into
mainfrom
docs-landing-page-upgrade
Aug 28, 2026
Merged

docs: update landing page hero and add EU funding footer#50
artemkovalyov merged 1 commit into
mainfrom
docs-landing-page-upgrade

Conversation

@artemkovalyov

@artemkovalyov artemkovalyov commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Rename hero name to "CobaltCore Project"
  • Update hero text to "Infrastructure Management for Cloud Native and Traditional Workloads"
  • Update tagline to "Get your cloud running in weeks with Kubernetes-native orchestration and OpenStack-influenced services, fully open source."
  • Add custom VPFooter component with EU/NextGenerationEU funding notice and Linux Foundation Europe copyright, image on the left and text on the right
  • Wire VPFooter via Vite alias (same pattern as ironcore-dev.github.io)

Test plan

  • Run bun docs:dev and verify the landing page hero text is updated
  • Verify the footer appears on all pages with the EU funding logo on the left and text on the right
  • Verify the footer is hidden on pages with a sidebar

Copilot AI lite review requested due to automatic review settings August 28, 2026 22:32
- Rename hero name to "CobaltCore Project"
- Update hero text and tagline to better reflect the project scope
- Add custom VPFooter component with EU/LFE funding notice (image left, text right)
- Wire VPFooter via Vite alias

Signed-off-by: Artem Kovalov <artem.kovalyov@gmail.com>
@artemkovalyov
artemkovalyov force-pushed the docs-landing-page-upgrade branch from 8bf9c84 to 5ab1e92 Compare August 28, 2026 22:33
@artemkovalyov
artemkovalyov merged commit 35d67fc into main Aug 28, 2026
7 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the VitePress documentation landing page messaging and introduces a site-wide EU/NextGenerationEU funding footer by overriding the default theme’s VPFooter component via a Vite alias.

Changes:

  • Updated the home page hero name/text/tagline in docs/index.md.
  • Added a custom VPFooter.vue component with EU funding notice + Linux Foundation Europe copyright.
  • Wired the custom footer by adding a Vite resolve.alias override in the VitePress config and removed the old inline funding image from the home page.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 4 comments.

File Description
docs/index.md Updates landing page hero copy and removes the previously inlined funding logo image.
docs/.vitepress/theme/index.js Keeps the theme as DefaultTheme (no functional change).
docs/.vitepress/theme/components/VPFooter.vue Adds a custom footer component (funding notice + copyright) and hides it when a sidebar is present.
docs/.vitepress/config.mts Adds a Vite alias to replace the default VPFooter.vue with the custom component; adjusts footer config fields.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

<div class="container">
<div class="funding-notice">
<div class="funding-image">
<img src="https://apeirora.eu/assets/img/BMWK-EU.png" alt="EU and German government funding logos">
<div class="container">
<div class="funding-notice">
<div class="funding-image">
<img src="https://apeirora.eu/assets/img/BMWK-EU.png" alt="EU and German government funding logos">
Comment on lines +49 to +58
<div class="copyright">
<p>
<strong>
Copyright © Linux Foundation Europe.
</strong>
</p>
CobaltCore is a project of Linux Foundation Europe.
For applicable policies including privacy policy, terms of use and trademark usage guidelines, please see <a href="https://linuxfoundation.eu">https://linuxfoundation.eu</a>.
Linux is a registered trademark of Linus Torvalds.
</div>
Comment on lines +100 to +101
.message,
.copyright {
Copilot AI review requested due to automatic review settings August 28, 2026 22:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

Suppressed comments (2)

docs/.vitepress/theme/components/VPFooter.vue:40

  • The footer hotlinks the funding logo from an external domain. This causes every page view to request a third-party resource (privacy/availability risk). If you must keep the external URL, consider at least preventing referrer leakage; ideally, vendor the image into the docs repo (or a GitHub-hosted asset you control).
          <img src="https://apeirora.eu/assets/img/BMWK-EU.png" alt="EU and German government funding logos">

docs/.vitepress/theme/components/VPFooter.vue:106

  • The .message CSS selector is unused in this component/template, which makes the styling harder to maintain (leftover from the upstream footer). Removing it keeps the stylesheet aligned with the markup.
.message,
.copyright {
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: var(--vp-c-text-2);
}

import { withMermaid } from "vitepress-plugin-mermaid";
import { generateSidebar } from 'vitepress-sidebar';

import { fileURLToPath, URL } from 'node:url'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants