1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 23:46:39 +01:00

Adds docs

This commit is contained in:
Amir
2019-05-17 11:01:08 -07:00
parent 0cd617d1ea
commit 7a33417e45
12 changed files with 11982 additions and 0 deletions

2
docs-src/.browserslistrc Normal file
View File

@@ -0,0 +1,2 @@
> 1%
last 2 versions

3
docs-src/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
node_modules
.cache
dist

5
docs-src/.postcssrc Normal file
View File

@@ -0,0 +1,5 @@
{
"plugins": {
"autoprefixer": true
}
}

27
docs-src/index.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Dozzle - Log viewer for Docker</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.scss">
</head>
<body>
<section class="hero is-fullheight is-light is-bold">
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<div class="column">
<h1>Coming soon</h1>
</div>
<div class="column is-8">
</div>
</div>
</div>
</div>
</section>
</body>
</html>

6581
docs-src/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

21
docs-src/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "dozzle-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bulma": "^0.7.4",
"parcel-bundler": "^1.12.3",
"sass": "^1.20.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"autoprefixer": "^9.5.1"
},
"scripts": {
"build": "npx parcel build -d ../docs index.html",
"dev": "npx parcel index.html"
},
"author": "",
"license": "ISC"
}

8
docs-src/style.scss Normal file
View File

@@ -0,0 +1,8 @@
@import "~bulma/sass/utilities/_all.sass";
@import "~bulma/sass/base/minireset.sass";
@import "~bulma/sass/layout/hero.sass";
@import "~bulma/sass/grid/columns.sass";
body {
font-family: "Roboto", sans-serif;
}

2
docs/index.html Normal file
View File

@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Dozzle - Log viewer for Docker</title><link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"><link rel="stylesheet" type="text/css" href="/style.8dd99227.css"></head><body> <section class="hero is-fullheight is-light is-bold"> <div class="hero-body"> <div class="container"> <div class="columns is-vcentered"> <div class="column"> <h1>Coming soon</h1> </div> <div class="column is-8"> </div> </div> </div> </div> </section>
</body></html>

2849
docs/style.8dd99227.css Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

2482
docs/style.ccb2bb88.css Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long