diff --git a/README.md b/README.md index 3dcadbd9..3bceb44f 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ The site deploys to [endusers.cncf.io](https://endusers.cncf.io/). Site configur - `url: 'https://endusers.cncf.io'` - `baseUrl: '/'` -The source repository is [castrojo/endusers](https://github.com/castrojo/endusers). The -long-term ownership and CNCF-org cutover path for this site is not yet decided; see -[ADR 0001](./adr/0001-site-ownership-and-cutover-path.md). +The source repository is [cncf/endusers](https://github.com/cncf/endusers). See +[ADR 0001](./adr/0001-site-ownership-and-cutover-path.md) for the ownership and +cutover history. ## Metrics data diff --git a/adr/0001-site-ownership-and-cutover-path.md b/adr/0001-site-ownership-and-cutover-path.md index f5015be3..7ecc36ba 100644 --- a/adr/0001-site-ownership-and-cutover-path.md +++ b/adr/0001-site-ownership-and-cutover-path.md @@ -1,18 +1,22 @@ # ADR 0001: Site ownership and cutover path for endusers.cncf.io -- **Status**: Proposed +- **Status**: Superseded by transfer — the repository has since been + transferred to the `cncf` GitHub org (see #46, PR #167). Option A below was + the path taken; this ADR is kept for historical context on the decision + drivers and options considered. - **Date**: 2026-08-08 - **Decision deadline**: 2026-08-17 (LAUNCH.md week W-12; see "Decision" below) -- **Tracking issue**: [#46](https://github.com/castrojo/endusers/issues/46) +- **Tracking issue**: [#46](https://github.com/cncf/endusers/issues/46) ## Context The README describes this site as "the home of the CNCF End User Community" and -the build deploys content branded `endusers.cncf.io`. In practice today: +the build deploys content branded `endusers.cncf.io`. At the time this ADR was +written: -- The source repository lives in a personal account (`castrojo/endusers`), not a - CNCF-owned GitHub org. -- The repository's GitHub Pages homepage is `castrojo.github.io/endusers`, not +- The source repository lived in a personal account (`castrojo/endusers`), not a + CNCF-owned GitHub org. It has since been transferred to `cncf/endusers`. +- The repository's GitHub Pages homepage was `castrojo.github.io/endusers`, not the `endusers.cncf.io` domain. - Content is derived from authoritative CNCF sources (cncf/architecture, cncf/landscape, cncf/tab), so alignment with CNCF is already a stated diff --git a/adr/0001-stakeholder-outreach-draft.md b/adr/0001-stakeholder-outreach-draft.md index e9745ae3..2f804fb8 100644 --- a/adr/0001-stakeholder-outreach-draft.md +++ b/adr/0001-stakeholder-outreach-draft.md @@ -28,13 +28,13 @@ Subject: Decision needed — long-term home for endusers.cncf.io Hi TAB / TOC, -The endusers.cncf.io site (currently developed at castrojo/endusers) has +The endusers.cncf.io site (currently developed at cncf/endusers) has reached the point where its content pillars (architectures, metrics, awards, community, events) are taking shape, but its long-term ownership is still undecided. The repo currently: - lives in a personal GitHub account, not a CNCF-owned org -- deploys to GitHub Pages at castrojo.github.io/endusers, not the +- deploys to GitHub Pages at cncf.github.io/endusers, not the endusers.cncf.io domain - is otherwise built entirely from authoritative CNCF sources (cncf/tab, cncf/architecture, cncf/landscape) diff --git a/adr/0002-peoplehub-fleet-status.md b/adr/0002-peoplehub-fleet-status.md index 3ba061ec..699ad7f0 100644 --- a/adr/0002-peoplehub-fleet-status.md +++ b/adr/0002-peoplehub-fleet-status.md @@ -2,7 +2,7 @@ - **Status**: Accepted - **Date**: 2026-08-08 -- **Tracking issue**: [#97](https://github.com/castrojo/endusers/issues/97) +- **Tracking issue**: [#97](https://github.com/cncf/endusers/issues/97) ## Context diff --git a/docusaurus.config.js b/docusaurus.config.js index ee656bc6..911f1c09 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -24,7 +24,7 @@ const config = { // Set the production url of your site here. // Override with SITE_URL/BASE_URL for non-production deployments such as - // GitHub Pages previews (e.g. SITE_URL=https://castrojo.github.io BASE_URL=/endusers/). + // GitHub Pages previews (e.g. SITE_URL=https://cncf.github.io BASE_URL=/endusers/). url: siteUrl, baseUrl, @@ -97,7 +97,7 @@ const config = { docs: { routeBasePath: '/', // Serve the docs at the site's root sidebarPath: './sidebars.js', - editUrl: 'https://github.com/castrojo/endusers/tree/main', + editUrl: 'https://github.com/cncf/endusers/tree/main', }, blog: { showReadingTime: true, @@ -105,7 +105,7 @@ const config = { type: ['rss', 'atom'], xslt: true, }, - editUrl: 'https://github.com/castrojo/endusers/tree/main/', + editUrl: 'https://github.com/cncf/endusers/tree/main/', // Useful options to enforce blogging best practices onInlineTags: 'warn', onInlineAuthors: 'warn', diff --git a/package.json b/package.json index baa7e6c8..f4839e6c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/castrojo/endusers.git" + "url": "git+https://github.com/cncf/endusers.git" }, "author": "CNCF", "license": "CC-BY-4.0",