@@ -40,7 +40,7 @@ Specifically, building a site that can take advantage of the KEP metadata will b
40
40
### Goals
41
41
42
42
* 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
44
44
* A streamlined process to update and share this information.
45
45
Ownership should be delegated using the existing OWNERS mechanisms.
46
46
* 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
66
66
We will use Hugo and netlify to build and host the site, respectively. (Details TBD)
67
67
68
68
The main parts of the site that will be built out first:
69
- * A main landing page describing the purpose of the site.
70
69
* A guide on how to contribute/update the site.
71
- * A list and index of KEPs
72
70
* A place to start publishing and building the contributor guide.
73
71
74
72
### Risks and Mitigations
@@ -92,6 +90,21 @@ This effort will have succeeded if:
92
90
93
91
## Implementation History
94
92
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
+
95
108
## Drawbacks
96
109
97
110
The biggest drawback is that this is yet another thing to keep running.
0 commit comments