From 130e523b18482f2b4977814cbcc39ac406ed14e1 Mon Sep 17 00:00:00 2001 From: SalehOmar-Y Date: Thu, 20 Nov 2025 21:27:49 +0000 Subject: [PATCH 1/3] Update weight values for 'Jobs after ITP' and 'Jobs after SDC' tracks --- org-cyf-tracks/content/track_kinds/jobs-after-itp/_index.md | 2 +- org-cyf-tracks/content/track_kinds/jobs-after-sdc/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org-cyf-tracks/content/track_kinds/jobs-after-itp/_index.md b/org-cyf-tracks/content/track_kinds/jobs-after-itp/_index.md index 7d2ac77aa..7e568c6a8 100644 --- a/org-cyf-tracks/content/track_kinds/jobs-after-itp/_index.md +++ b/org-cyf-tracks/content/track_kinds/jobs-after-itp/_index.md @@ -1,6 +1,6 @@ +++ title = "Jobs after ITP" -weight = 2 +weight = 4 description = "These are course materials targeting specific jobs." [[details]] name = "When" diff --git a/org-cyf-tracks/content/track_kinds/jobs-after-sdc/_index.md b/org-cyf-tracks/content/track_kinds/jobs-after-sdc/_index.md index 64cb24495..98c7b2662 100644 --- a/org-cyf-tracks/content/track_kinds/jobs-after-sdc/_index.md +++ b/org-cyf-tracks/content/track_kinds/jobs-after-sdc/_index.md @@ -1,6 +1,6 @@ +++ title = "Jobs after SDC" -weight = 3 +weight = 1 description = "These are course materials targeting specific jobs." [[details]] name = "When" From e75b3e7e65e73400d987c8aabf383e65740bf66d Mon Sep 17 00:00:00 2001 From: SalehOmar-Y Date: Thu, 20 Nov 2025 21:46:40 +0000 Subject: [PATCH 2/3] Update track kinds for Cloud and SQL modules to 'jobs-after-itp' --- org-cyf-tracks/content/cloud/_index.md | 2 +- org-cyf-tracks/content/sql/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org-cyf-tracks/content/cloud/_index.md b/org-cyf-tracks/content/cloud/_index.md index 410852d37..e01ddc460 100644 --- a/org-cyf-tracks/content/cloud/_index.md +++ b/org-cyf-tracks/content/cloud/_index.md @@ -3,5 +3,5 @@ title = 'Cloud' description = 'Deploy and manage cloud infrastructure; explore containers, pipelines, load balancing, traffic, integration and security; define infrastructure as code' layout = 'module' emoji= '☁️' -track_kinds = ["jobs-after-sdc"] +track_kinds = ["jobs-after-itp"] +++ diff --git a/org-cyf-tracks/content/sql/_index.md b/org-cyf-tracks/content/sql/_index.md index 39431c398..9ee310b04 100644 --- a/org-cyf-tracks/content/sql/_index.md +++ b/org-cyf-tracks/content/sql/_index.md @@ -3,6 +3,6 @@ title = 'SQL' description = 'Structured data storage and retrieval; relational databases, querying, sketching and designing databases, and database management systems.' layout = 'module' emoji= '💾' -track_kinds = ["jobs-after-sdc"] +track_kinds = ["jobs-after-itp"] weight='8' +++ From 2e68b3314c30f7909a7718a3195a1000554e336c Mon Sep 17 00:00:00 2001 From: SalehOmar-Y Date: Thu, 20 Nov 2025 22:28:27 +0000 Subject: [PATCH 3/3] Remove .env.example and add package-lock.json --- .env.example | 10 ---------- package-lock.json | 6 ++++++ 2 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 .env.example create mode 100644 package-lock.json diff --git a/.env.example b/.env.example deleted file mode 100644 index dbbe14ac8..000000000 --- a/.env.example +++ /dev/null @@ -1,10 +0,0 @@ -# Allow accessing a GitHub bearer token to avoid rate limits when doing HTTP fetches to the GitHub API. -# This can be generated at https://github.com/settings/tokens?type=beta and needs read-only access to all public CYF GitHub repos. -HUGO_CURRICULUM_GITHUB_BEARER_TOKEN="" - -# Client ID and secret for the GitHub OAuth app used to authenticate users. -GITHUB_CLIENT_ID="clientid" -GITHUB_CLIENT_SECRET="clientsecret" - -# The domain of the site, used for generating redirect URLs. -DOMAIN="http://localhost:1313" diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..992a55a20 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "curriculum", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}