Skip to content

Commit 9f5fbed

Browse files
Itai GendlerItai Gendler
authored andcommitted
Update documentation
1 parent 18866c4 commit 9f5fbed

File tree

16 files changed

+1909
-220
lines changed

16 files changed

+1909
-220
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/404.html

Lines changed: 56 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,65 @@
1-
<!DOCTYPE html>
2-
<html lang="en-us">
3-
<head>
1+
<!doctype html>
2+
<html>
3+
<head>
44
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6-
7-
<title>Codefresh CLI Documentation | 404 Page not found</title>
8-
<meta name="HandheldFriendly" content="True">
9-
<meta name="MobileOptimized" content="320">
5+
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7+
<title>404 Page not found</title>
8+
<link href='/cli/slate/stylesheets/monokai.css' rel="stylesheet" media="screen" />
9+
<link href='/cli/slate/stylesheets/screen.css' rel="stylesheet" media="screen" />
10+
<link href='/cli/slate/stylesheets/print.css' rel="stylesheet" media="print" />
1011

11-
<meta name="viewport" content="width=device-width,minimum-scale=1">
12-
<meta name="generator" content="Hugo 0.32.3" />
13-
14-
15-
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
1612

13+
<script src='/cli/slate/javascripts/all.js'></script>
1714

18-
<link href='http://codefresh-io.github.io/cli/dist/main.css' rel='stylesheet' type="text/css" />
19-
20-
21-
22-
23-
24-
<link href="http://codefresh-io.github.io/cli/index.xml" rel="alternate" type="application/rss+xml" title="Codefresh CLI Documentation" />
25-
<link href="http://codefresh-io.github.io/cli/index.xml" rel="feed" type="application/rss+xml" title="Codefresh CLI Documentation" />
2615

27-
28-
<meta property="og:title" content="404 Page not found" />
29-
<meta property="og:description" content="" />
30-
<meta property="og:type" content="website" />
31-
<meta property="og:url" content="" />
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
45-
46-
<meta itemprop="name" content="404 Page not found">
47-
<meta itemprop="description" content="">
48-
49-
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="404 Page not found"/>
50-
<meta name="twitter:description" content=""/>
51-
52-
</head>
53-
54-
<body class="ma0 avenir bg-near-white">
55-
56-
57-
58-
<header>
59-
<div class="bg-black">
60-
<nav class="pv3 ph3 ph4-ns" role="navigation">
61-
<div class="flex-l justify-between items-center center">
62-
<a href="http://codefresh-io.github.io/cli/" class="f3 fw2 hover-white no-underline white-90 dib">
63-
Codefresh CLI Documentation
16+
</head>
17+
<body class="index" data-languages="[ &#34;cli&#34; ]">
18+
<a href="#" id="nav-button">
19+
<span>
20+
NAV
21+
<img src='/cli/slate/images/navbar.png'/>
22+
</span>
6423
</a>
65-
<div class="flex-l items-center">
66-
67-
68-
69-
70-
71-
72-
73-
74-
75-
24+
<div class="tocify-wrapper">
25+
26+
<img src='/cli/images/logo.png' />
27+
28+
<div class="lang-selector">
29+
30+
<a href="#" data-language-name="cli">Cli</a>
31+
32+
</div>
33+
34+
35+
<div class="search">
36+
<input type="text" class="search" id="input-search" placeholder='Search'>
37+
</div>
38+
<ul class="search-results"></ul>
39+
40+
<div id="toc">
41+
</div>
42+
43+
44+
7645
</div>
77-
</div>
78-
</nav>
79-
46+
<div class="page-wrapper">
47+
<div class="dark-box"></div>
48+
<div class="content">
49+
50+
<h2>Page Not Found!</h2>
51+
52+
</div>
53+
<div class="dark-box">
54+
55+
<div class="lang-selector">
56+
57+
<a href="#" data-language-name="cli">Cli</a>
58+
59+
</div>
60+
61+
</div>
8062
</div>
81-
</header>
82-
83-
84-
<main class="pb7" role="main">
85-
86-
<article class="center cf pv5 measure-wide-l">
87-
<h1>
88-
This is not the page you were looking for
89-
</h1>
90-
</article>
91-
92-
</main>
93-
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
94-
<div class="flex justify-between">
95-
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://codefresh-io.github.io/cli/" >
96-
&copy; 2018 Codefresh CLI Documentation
97-
</a>
98-
99-
100-
101-
102-
103-
104-
105-
106-
107-
</div>
108-
</footer>
109-
110-
<script src="http://codefresh-io.github.io/cli/dist/app.bundle.js" async></script>
111-
112-
</body>
63+
64+
</body>
11365
</html>

docs/images/logo.png

13.2 KB
Loading

0 commit comments

Comments
 (0)