update generated api-reference docs for 1.10 (#7856)
This commit is contained in:
committed by
k8s-ci-robot
parent
f7bb04089b
commit
dbbd8265a2
+3
-3
@@ -32,10 +32,10 @@ toc:
|
||||
- docs/reference/workloads-18-19.md
|
||||
|
||||
- title: API Reference
|
||||
landing_page: /docs/api-reference/v1.8/
|
||||
landing_page: /docs/api-reference/v1.10/
|
||||
section:
|
||||
- title: v1.9
|
||||
path: /docs/reference/generated/kubernetes-api/v1.9/
|
||||
- title: v1.10
|
||||
path: /docs/reference/generated/kubernetes-api/v1.10/
|
||||
- docs/reference/labels-annotations-taints.md
|
||||
- title: OpenAPI and Swagger
|
||||
section:
|
||||
|
||||
+9266
-3085
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
Generated
Vendored
+2
File diff suppressed because one or more lines are too long
+1
-1
@@ -187,7 +187,7 @@ $(document).ready(function() {
|
||||
var scrollPosition = $(window).scrollTop();
|
||||
scrollActions(scrollPosition);
|
||||
checkActiveElement(flatToc, scrollPosition);
|
||||
// TODO: prevent scroll on sidebar from propagating to window
|
||||
// TODO: prevent scroll on sidebar from propogating to window
|
||||
$(window).on('scroll', function(event) {
|
||||
var scrollPosition = $(window).scrollTop();
|
||||
var activeSectionTokens = scrollActions(scrollPosition);
|
||||
File diff suppressed because one or more lines are too long
Generated
Vendored
-4
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user