This website requires JavaScript.
Explore
Help
Sign In
kubernetes
/
website
mirror of
https://github.com/kubernetes/website.git
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Projects
Releases
Wiki
Activity
2d2f37ac2c
website
/
package.json
8 lines
108 B
JSON
Raw
Normal View
History
Unescape
Escape
Add header-checking function (#9880) * Add basic header-checking function * Add Slack notification logic * Modify Netlify Functions setup * Rework function logic * Add missing dependencies * Remove package-lock.json from Git * Separate header checking function * Isolate env check into a separate function
2018-10-03 20:04:39 +00:00
{
"private"
:
true
,
"devDependencies"
:
{
updating packaging
2020-07-03 19:57:00 +00:00
"autoprefixer"
:
"^9.8.4"
,
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.
2020-06-15 19:09:57 +00:00
"postcss-cli"
:
"^7.1.1"
Add header-checking function (#9880) * Add basic header-checking function * Add Slack notification logic * Modify Netlify Functions setup * Rework function logic * Add missing dependencies * Remove package-lock.json from Git * Separate header checking function * Isolate env check into a separate function
2018-10-03 20:04:39 +00:00
}
}