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
33 changes: 33 additions & 0 deletions blog/2025-06-21-announcing-educates-hub.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
slug: announcing-educates-hub
title: Announcing Educates Hub
authors: [jorge]
tags: [authoring, educates, hub, workshops]
---

We are excited to announce the launch of **Educates Hub**, the official resource aggregator for the Educates community! You can explore it today at [https://hub.educates.dev](https://hub.educates.dev).

Educates Hub is your new central destination for discovering, sharing, and managing resources for your workshops. Our goal is to create a vibrant ecosystem where the community can easily access high-quality content and tools to make the most out of Educates.

<!-- truncate -->

### What You'll Find at Launch

From day one, Educates Hub will be populated with a variety of resources, including:

* **Workshops:** A curated collection of workshops on various topics, ready for you to use and adapt, some of these showcase Educates capabilities.
* **Extension Packages:** Enhance your workshops with additional features and capabilities developed by the community. Binaries, additional CLIs and VScode extensions are an example of what can be provided this way.

### What's on the Horizon?

We are just getting started! In the near future, we plan to expand the Hub to include even more resource types, such as:

* **Themes:** Customize the appearance of your workshop environment.
* **Kyverno Policies:** Share and enforce best practices and security policies within your workshops and installations.

### A Community Effort

Educates Hub is more than just a repository; it's a community-driven platform. We invite you to not only use the resources available but also to contribute your own creations. By sharing your work, you help the entire Educates community grow and learn together.

Visit [https://hub.educates.dev](https://hub.educates.dev) to start exploring. We are incredibly excited to see the amazing resources our community will build and share!

12 changes: 11 additions & 1 deletion blog/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,14 @@ authoring:
local:
label: local
permalink: /local
description: Local development
description: Local development

workshops:
label: Workshops
permalink: /workshops
description: Workshops

hub:
label: Hub
permalink: /hub
description: Hub
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ const config: Config = {
],
},
{ to: "/blog", label: "Blog", position: "left" },
{ href: "https://hub.educates.dev", label: "Hub", position: "right" },
{ href: "https://docs.educates.dev", label: "Docs", position: "right" },
{
href: "https://github.com/educates/educates-training-platform",
Expand Down Expand Up @@ -212,6 +213,10 @@ const config: Config = {
{
title: "Community",
items: [
{
label: "Educates Hub",
href: "https://hub.educates.dev",
},
{
label: "Slack",
href: "https://kubernetes.slack.com/archives/C05UWT4SKRV",
Expand Down
Loading