Skip to content
Closed
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
16 changes: 10 additions & 6 deletions adr/0001-site-ownership-and-cutover-path.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions adr/0001-stakeholder-outreach-draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion adr/0002-peoplehub-fleet-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down Expand Up @@ -97,15 +97,15 @@ 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,
feedOptions: {
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',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading