Skip to content

Commit bfe36aa

Browse files
authored
Merge pull request kubernetes#2228 from mrbobbytables/update-contrib-site-kep
KEP-2225: Add implementation history and implemented stats
2 parents 243db9d + f1bd8d7 commit bfe36aa

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

keps/sig-contributor-experience/2225-contributor-site/README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Specifically, building a site that can take advantage of the KEP metadata will b
4040
### Goals
4141

4242
* A contributor community facing portal to collect information for those actively working on upstream Kubernetes.
43-
* An easy to remember URL. (`contrib.kubernetes.io`? `contributors.kubernetes.io`? `c.kubernetes.io`?)
43+
* An easy to remember URL - kubernetes.dev / k8s.dev
4444
* A streamlined process to update and share this information.
4545
Ownership should be delegated using the existing OWNERS mechanisms.
4646
* A site that will be indexed well on Google to collect markdown files from the smattering of repos that we currently have.
@@ -66,9 +66,7 @@ This site will be focused on communicating with and being a place to publish inf
6666
We will use Hugo and netlify to build and host the site, respectively. (Details TBD)
6767

6868
The main parts of the site that will be built out first:
69-
* A main landing page describing the purpose of the site.
7069
* A guide on how to contribute/update the site.
71-
* A list and index of KEPs
7270
* A place to start publishing and building the contributor guide.
7371

7472
### Risks and Mitigations
@@ -92,6 +90,21 @@ This effort will have succeeded if:
9290

9391
## Implementation History
9492

93+
- 2020-08-24 - [Go live announcement](https://groups.google.com/g/kubernetes-dev/c/tZ3yHbb2EA8/m/l_VOKFomCQAJ)
94+
- Launched with a minimal set of content: contributor guide, calendar, and
95+
release information.
96+
- 2020-05-20 - [Migration to docsy theme](https://github.com/kubernetes-sigs/contributor-site/pull/122)
97+
- The docsy theme required a complete rework, but made supporting the site
98+
significantly easier as well as giving it a more professional look and feel.
99+
- 2019-04-19 - [Migration to custom theme](https://github.com/kubernetes-sigs/contributor-site/pull/41)
100+
- The custom theme also removed content that was not possible to easily
101+
edit/format automatically into a HUGO friendly format. This included KEPs,
102+
and other content.
103+
- 2018-07-31 - [WIP Site published](https://github.com/kubernetes-sigs/contributor-site/pull/1)
104+
- The site imported content from the community repo without additional
105+
formatting or fixing of links.
106+
107+
95108
## Drawbacks
96109

97110
The biggest drawback is that this is yet another thing to keep running.

keps/sig-contributor-experience/2225-contributor-site/kep.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ reviewers:
1010
- "@castrojo"
1111
approvers:
1212
- "@parispittman"
13+
- "@mrbobbytables"
1314
editor: TBD
1415
creation-date: "2018-02-19"
15-
last-updated: "2018-03-07"
16-
status: implementable
16+
last-updated: "2021-01-04"
17+
status: implemented

0 commit comments

Comments
 (0)