mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 04:28:43 +00:00
* Adding atlantis landing page atlantis.run. Fixes #3 * more docs on automated cert renewal
157 lines
3.7 KiB
HTML
157 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
|
|
<head>
|
|
<meta name="generator" content="Hugo 0.26" />
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title> Docs </title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<meta name="robots" content="noindex">
|
|
|
|
|
|
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
|
<meta property="og:title" content="Docs" />
|
|
<meta property="og:description" content="" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="http://atlantis.run/docs/" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link href="http://atlantis.run/docs/index.xml" rel="alternate" type="application/rss+xml" title="Atlantis - A unified workflow for collaborating on Terraform through GitHub" />
|
|
|
|
<link rel="canonical" href="http://atlantis.run/docs/">
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/img/logo-384x384.png">
|
|
|
|
|
|
<link href="/css/font.css" rel="stylesheet" type="text/css">
|
|
<link href="/css/kube.min.css" rel="stylesheet" type="text/css">
|
|
<link href="/css/kube.legenda.css" rel="stylesheet" type="text/css">
|
|
<link href="/css/highlight.css" rel="stylesheet" type="text/css">
|
|
<link href="/css/master.css" rel="stylesheet" type="text/css">
|
|
<link href="/css/kube.demo.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="/css/custom.css" rel="stylesheet" type="text/css">
|
|
|
|
<script src="/js/jquery-2.1.4.min.js" type="text/javascript">
|
|
</script>
|
|
|
|
<script type="text/javascript" src="/js/tocbot.min.js"></script>
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
</head>
|
|
|
|
|
|
<body class="page-kube">
|
|
<header> <div class="show-sm">
|
|
<div id="nav-toggle-box">
|
|
<div id="nav-toggle-brand">
|
|
<a href="/">Atlantis</a>
|
|
</div><a data-component="toggleme" data-target="#top" href="#" id="nav-toggle"><i class="kube-menu"></i></a>
|
|
</div>
|
|
</div>
|
|
<div class="hide-sm" id="top">
|
|
<div id="top-brand">
|
|
<a href="/" title="home">Atlantis</a>
|
|
</div>
|
|
<nav id="top-nav-main">
|
|
<ul>
|
|
|
|
|
|
<li><a href="/blog/" >Blog</a></li>
|
|
|
|
<li><a href="/docs/" class="active">Docs</a></li>
|
|
|
|
<li><a href="/faq/" >FAQ</a></li>
|
|
|
|
<li><a href="https://www.youtube.com/watch?v=TmIPWda0IKg" >Demo</a></li>
|
|
|
|
</ul>
|
|
</nav>
|
|
<nav id="top-nav-extra">
|
|
<ul>
|
|
<li>
|
|
<a class="github-button" href="https://github.com/hootsuite/atlantis" data-icon="octicon-star" data-size="large" aria-label="Star hootsuite/atlantis on GitHub">Star</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</div> </header>
|
|
<main>
|
|
<div id="main">
|
|
<div id="hero">
|
|
<h1>Documentation</h1>
|
|
</div>
|
|
<div id="components">
|
|
<div class="row gutters">
|
|
|
|
<div class="col col-4 item">
|
|
<h4><a href="http://atlantis.run/docs/getting-started/">Getting Started</a></h4>
|
|
<p>Up and running with Atlantis</p>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<footer> <footer id="footer">
|
|
<nav>
|
|
<ul>
|
|
<li><span>Made with <3 by the Owls at </span><strong>Hootsuite</strong></li>
|
|
<li>
|
|
<a href="/blog/">Blog</a>
|
|
</li>
|
|
<li>
|
|
<a href="/docs/">Docs</a>
|
|
</li>
|
|
<li>
|
|
<a href="/faq/">FAQ</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
<p>© Apache License 2.0.</p>
|
|
</footer> </footer>
|
|
|
|
|
|
<script src="/js/kube.js" type="text/javascript">
|
|
</script>
|
|
<script src="/js/kube.legenda.js" type="text/javascript">
|
|
</script>
|
|
<script src="/js/master.js" type="text/javascript">
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|