1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

import the rancherOS docs so we can write docs for the next release

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-11-02 11:57:09 +10:00
parent 35ce5cd8b5
commit 980ee23130
197 changed files with 45993 additions and 0 deletions

BIN
docs/vendor/lato/lato-v11-latin-300.eot vendored Normal file

Binary file not shown.

4148
docs/vendor/lato/lato-v11-latin-300.svg vendored Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 230 KiB

BIN
docs/vendor/lato/lato-v11-latin-300.ttf vendored Normal file

Binary file not shown.

BIN
docs/vendor/lato/lato-v11-latin-300.woff vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
docs/vendor/lato/lato-v11-latin-900.eot vendored Normal file

Binary file not shown.

4152
docs/vendor/lato/lato-v11-latin-900.svg vendored Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 232 KiB

BIN
docs/vendor/lato/lato-v11-latin-900.ttf vendored Normal file

Binary file not shown.

BIN
docs/vendor/lato/lato-v11-latin-900.woff vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

39
docs/vendor/lato/lato.css vendored Normal file
View File

@@ -0,0 +1,39 @@
/* lato-300 - latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: url('lato-v11-latin-300.eot'); /* IE9 Compat Modes */
src: local('Lato Light'), local('Lato-Light'),
url('lato-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('lato-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('lato-v11-latin-300.woff') format('woff'), /* Modern Browsers */
url('lato-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('lato-v11-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url('lato-v11-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Lato Regular'), local('Lato-Regular'),
url('lato-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('lato-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('lato-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
url('lato-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('lato-v11-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
src: url('lato-v11-latin-900.eot'); /* IE9 Compat Modes */
src: local('Lato Black'), local('Lato-Black'),
url('lato-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('lato-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
url('lato-v11-latin-900.woff') format('woff'), /* Modern Browsers */
url('lato-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
url('lato-v11-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}