Revise the Kubernetes website to use Docsy (#20874)

* Add Docsy, required packages and config

* Apply Docsy integration work to k8s website

This encompasses significant changes to the style system, layout files,
as well as changes to some of the static assets. To examine this work
and the iterations that were performed, the original repository can be
found at https://github.com/gearbox-built/kubernetes-hugo.git

* Address issues found in review

The styling and positioning of the header, footer, some shortcodes and
main container elements are improved. A new partial is added for
favicons. The sidebars, as well as inner table of contents, have been
altered for better positioning and rendering of content. Localization
has also been addressed.

* Enable announcements

The recent Black Lives Matter announcement surfaced issues which have
been addressed.
This commit is contained in:
Aidan Ranney
2020-06-15 12:09:57 -07:00
committed by GitHub
parent 49ac273969
commit 0625ced466
72 changed files with 4174 additions and 992 deletions
+3 -1
View File
@@ -3,8 +3,10 @@
"devDependencies": {
"@babel/core": "^7.0.1",
"@slack/client": "^4.4.0",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.0.2",
"netlify-lambda": "^0.4.0",
"node-fetch": "^2.2.0"
"node-fetch": "^2.2.0",
"postcss-cli": "^7.1.1"
}
}