diff --git a/.github/workflows/06.1.main.yml b/.github/workflows/06.1.main.yml index 272575eb..9aa5e006 100644 --- a/.github/workflows/06.1.main.yml +++ b/.github/workflows/06.1.main.yml @@ -35,13 +35,13 @@ jobs: run: | pip install -r requirements.txt - # 1. Build V1 (Root) - - name: Build V1 Edition - run: mkdocs build -f mkdocs.yml -d site/ - - # 2. Build V2 (Subdirectory) + # 1. Build V2 (Root) - name: Build V2 Elite Edition - run: mkdocs build -f v2-mkdocs.yml -d site/v2/ + run: mkdocs build -f v2-mkdocs.yml -d site/ + + # 2. Build V1 (Subdirectory) + - name: Build V1 Edition + run: mkdocs build -f mkdocs.yml -d site/v1/ - name: Setup Pages uses: actions/configure-pages@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd21e8c..ea358c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [[2.2.1]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.2.1) - 2026-05-25 + +### Changed +- **Default Landing Page (V2 at Root)**: Promoted the Nubenetes Elite Portal (V2) to the root of the domain (`https://nubenetes.com/`) to provide a modern, AI-curated default experience. +- **V1 Archive Relocation**: Moved the exhaustive V1 archive to the `/v1/` subdirectory (`https://nubenetes.com/v1/`). +- **Navigation Synchronization**: Updated all navigation links and announce banners across both versions to ensure seamless switching between the Elite Portal and the Exhaustive Archive. +- **Workflow Realignment**: Reconfigured the GitHub Pages deployment pipeline to support the new directory structure while maintaining zero-downtime synchronization. + ## [[2.2.0]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.2.0) - 2026-05-25 ### Fixed diff --git a/README.md b/README.md index 22eddd22..74920d00 100644 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ Nubenetes operates with two distinct editions to serve different engineering nee - **Semantic Cross-Linking:** The portal autonomously identifies and links related categories within the same strategic dimension (e.g., suggesting `Flux` when reading about `Argo`), creating a cohesive **Industrial Knowledge Graph**. - **Executive Context**: Every strategic dimension features an AI-generated **State-of-the-Art Introduction** providing high-level architectural context and industry direction before the link listings. - **Source of Truth:** The `v2-docs/` directory (Derived from V1). -- **Deployment:** [nubenetes.com/v2/](https://nubenetes.com/v2/) +- **Deployment:** [nubenetes.com/](https://nubenetes.com/) ### 5.3. Architecture Comparison Matrix: V1 vs. V2 To better understand the dual-nature of the project, the following matrix details the technical and philosophical differences between the two editions: diff --git a/docs/images/itopstalk_logo.jpg b/docs/images/itopstalk_logo.jpg new file mode 100644 index 00000000..32d2709a --- /dev/null +++ b/docs/images/itopstalk_logo.jpg @@ -0,0 +1,11 @@ + + + + + Error 400 (Bad Request)!!1 + + +

400. That’s an error. +

Your client has issued a malformed or illegal request. That’s all we know. diff --git a/docs/index.md b/docs/index.md index 43580044..fc3dc942 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # Nubenetes: Awesome Kubernetes & Cloud [![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) !!! tip "Nubenetes V2: Agentic Elite Edition is now live!" - Looking for a high-density, AI-curated experience? Explore our [**V2 Elite Portal**](/v2) - Optimized for 2026 Architectural Standards. + Looking for a high-density, AI-curated experience? Explore our [**V2 Elite Portal**](/) - Optimized for 2026 Architectural Standards. A curated list of awesome references collected since 2018. Microservices architectures rely on DevOps practices, automation, CI/CD (Continuous Integration & Delivery), and API-focused designs. diff --git a/mkdocs-v1-archive.yml b/mkdocs-v1-archive.yml index 930c48ad..c87f9953 100644 --- a/mkdocs-v1-archive.yml +++ b/mkdocs-v1-archive.yml @@ -1,5 +1,5 @@ site_name: Nubenetes -site_url: https://nubenetes.com +site_url: https://nubenetes.com/v1/ site_description: A curated list of awesome IT projects and resources. Inspired by the awesome list. site_author: nubenetes@gmail.com docs_dir: docs/ @@ -13,7 +13,7 @@ theme: icon: logo: logo repo: fontawesome/brands/github - favicon: images/favicon-car-modern.png + favicon: images/favicon-ultra.png palette: - scheme: default primary: indigo @@ -85,6 +85,7 @@ markdown_extensions: - abbr - def_list nav: + - "πŸš€ Try Nubenetes V2 (Elite Portal)": https://nubenetes.com/ - Home: index.md - Intro: - Microservice Architecture. From Java EE To Cloud Native. Openshift VS Kubernetes: introduction.md diff --git a/mkdocs.yml b/mkdocs.yml index 81016682..2180bb74 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Nubenetes -site_url: https://nubenetes.com +site_url: https://nubenetes.com/v1/ site_description: A curated list of awesome IT projects and resources. Inspired by the awesome list. site_author: "Nubenetes" docs_dir: docs/ @@ -99,7 +99,7 @@ markdown_extensions: - abbr - def_list nav: - - "πŸš€ Try Nubenetes V2 (Elite)": https://nubenetes.com/v2/ + - "πŸš€ Try Nubenetes V2 (Elite Portal)": https://nubenetes.com/ - Home: index.md - Intro: - Microservice Architecture. From Java EE To Cloud Native. Openshift VS Kubernetes: introduction.md @@ -294,7 +294,7 @@ nav: copyright: 2026 Nubenetes, about. extra: announce: >- - πŸš€ New! Discover the V2 Elite Portal featuring the most premium resources and a renewed design. + πŸš€ New! Discover the V2 Elite Portal featuring the most premium resources and a renewed design. analytics: provider: google property: !ENV GOOGLE_ANALYTICS_KEY diff --git a/v2-mkdocs.yml b/v2-mkdocs.yml index 80b94ff1..55c27474 100644 --- a/v2-mkdocs.yml +++ b/v2-mkdocs.yml @@ -1,5 +1,5 @@ site_name: "Nubenetes V2 | The AI's Cut" -site_url: "https://nubenetes.com/v2/" +site_url: "https://nubenetes.com/" site_description: "Enterprise-grade curated portal for the modern Cloud Native ecosystem. High-density, AI-driven selection of top-tier resources." site_author: "Nubenetes" copyright: "Copyright © 2026 Nubenetes Agentic Intelligence" @@ -94,7 +94,7 @@ markdown_extensions: - pymdownx.mark nav: - - "πŸ”™ Back to V1 (Exhaustive)": https://nubenetes.com/ + - "πŸ”™ Back to V1 (Exhaustive Archive)": https://nubenetes.com/v1/ - "The 2026 Vision": index.md - "Agentic Video Hub": videos.md - "AI":