Skip to content

Commit 7d7466d

Browse files
authored
Merge pull request #22357 from tengqm/cleanse-assets-for-apiref
Clean up shared assets for API reference
2 parents a740a69 + bb07d99 commit 7d7466d

20 files changed

+31
-10
lines changed

static/css/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# NOTE
2+
3+
4+
This directory contains stylesheet files referenced by different sections of
5+
the website. Please use caution when moving/renaming them.
6+
7+
## Style Sheets used by API reference
8+
9+
- bootstrap-4.3.1.min.css
10+
- fontawesome-4.7.0.min.css
11+
- style_apiref.css
12+

static/css/style_blablacar.css

100755100644
File mode changed.

static/css/style_buffer.css

100755100644
File mode changed.

static/css/style_wink.css

100755100644
File mode changed.

static/docs/reference/generated/kubernetes-api/v1.18/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<META charset="UTF-8">
55
<TITLE>Kubernetes API Reference Docs</TITLE>
66
<LINK rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon">
7-
<LINK rel="stylesheet" href="css/bootstrap.min.css">
8-
<LINK rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
9-
<LINK rel="stylesheet" href="css/stylesheet.css" type="text/css">
7+
<LINK rel="stylesheet" href="/css/bootstrap-4.3.1.min.css">
8+
<LINK rel="stylesheet" href="/css/fontawesome-4.7.0.min.css" type="text/css">
9+
<LINK rel="stylesheet" href="/css/style_apiref.css" type="text/css">
1010
</HEAD>
1111
<BODY>
1212
<DIV id="wrapper" class="container-fluid">
@@ -47944,10 +47944,10 @@ <H1 id="webhookclientconfig-v1alpha1-auditregistration-k8s-io">WebhookClientConf
4794447944
</DIV>
4794547945
</DIV>
4794647946
</DIV>
47947-
<SCRIPT src="/js/jquery-3.2.1.min.js"></SCRIPT>
47948-
<SCRIPT src="js/jquery.scrollTo.min.js"></SCRIPT>
47947+
<SCRIPT src="/js/jquery-3.3.1.min.js"></SCRIPT>
47948+
<SCRIPT src="/js/jquery.scrollTo-2.1.2.min.js"></SCRIPT>
4794947949
<SCRIPT src="/js/bootstrap-4.3.1.min.js"></SCRIPT>
4795047950
<SCRIPT src="js/navData.js"></SCRIPT>
47951-
<SCRIPT src="js/scroll.js"></SCRIPT>
47951+
<SCRIPT src="/js/scroll-apiref.js"></SCRIPT>
4795247952
</BODY>
4795347953
</HTML>

0 commit comments

Comments
 (0)