diff --git a/blog/2025-06-21-announcing-educates-hub.md b/blog/2025-06-21-announcing-educates-hub.md new file mode 100644 index 0000000..3930568 --- /dev/null +++ b/blog/2025-06-21-announcing-educates-hub.md @@ -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. + + + +### 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! + diff --git a/blog/tags.yml b/blog/tags.yml index 6e09010..701934b 100644 --- a/blog/tags.yml +++ b/blog/tags.yml @@ -61,4 +61,14 @@ authoring: local: label: local permalink: /local - description: Local development \ No newline at end of file + description: Local development + +workshops: + label: Workshops + permalink: /workshops + description: Workshops + +hub: + label: Hub + permalink: /hub + description: Hub \ No newline at end of file diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 74413bf..8ee55b9 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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", @@ -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",