Merge pull request #22357 from tengqm/cleanse-assets-for-apiref

Clean up shared assets for API reference
This commit is contained in:
Kubernetes Prow Robot 2020-07-06 15:51:57 -07:00 committed by GitHub
commit 7d7466dcc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 31 additions and 10 deletions

12
static/css/README.md Normal file
View File

@ -0,0 +1,12 @@
# NOTE
This directory contains stylesheet files referenced by different sections of
the website. Please use caution when moving/renaming them.
## Style Sheets used by API reference
- bootstrap-4.3.1.min.css
- fontawesome-4.7.0.min.css
- style_apiref.css

0
static/css/style_blablacar.css Executable file → Normal file
View File

0
static/css/style_buffer.css Executable file → Normal file
View File

0
static/css/style_wink.css Executable file → Normal file
View File

View File

@ -4,9 +4,9 @@
<META charset="UTF-8">
<TITLE>Kubernetes API Reference Docs</TITLE>
<LINK rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon">
<LINK rel="stylesheet" href="css/bootstrap.min.css">
<LINK rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<LINK rel="stylesheet" href="css/stylesheet.css" type="text/css">
<LINK rel="stylesheet" href="/css/bootstrap-4.3.1.min.css">
<LINK rel="stylesheet" href="/css/fontawesome-4.7.0.min.css" type="text/css">
<LINK rel="stylesheet" href="/css/style_apiref.css" type="text/css">
</HEAD>
<BODY>
<DIV id="wrapper" class="container-fluid">
@ -47944,10 +47944,10 @@ The contents of the target Secret&#39;s Data field will be presented in a volume
</DIV>
</DIV>
</DIV>
<SCRIPT src="/js/jquery-3.2.1.min.js"></SCRIPT>
<SCRIPT src="js/jquery.scrollTo.min.js"></SCRIPT>
<SCRIPT src="/js/jquery-3.3.1.min.js"></SCRIPT>
<SCRIPT src="/js/jquery.scrollTo-2.1.2.min.js"></SCRIPT>
<SCRIPT src="/js/bootstrap-4.3.1.min.js"></SCRIPT>
<SCRIPT src="js/navData.js"></SCRIPT>
<SCRIPT src="js/scroll.js"></SCRIPT>
<SCRIPT src="/js/scroll-apiref.js"></SCRIPT>
</BODY>
</HTML>

View File

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 434 KiB

11
static/js/README.md Normal file
View File

@ -0,0 +1,11 @@
# NOTE
This directory contains scripts files referenced by different sections of
the website. Please use caution when moving/renaming them.
## Scripts used by API reference
- bootstrap-4.3.1.min.js
- jquery-3.3.1.min.js (indirect dependency from bootstrap-4.3.1.min.js)
- jquery.scrollTo-2.1.2.min.js

File diff suppressed because one or more lines are too long

2
static/js/jquery-3.3.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

0
static/js/script.js Executable file → Normal file
View File