che-server/docs/_layouts/github-io.html

50 lines
1.2 KiB
HTML

<!--
Copyright (c) 2012-2016 Codenvy, S.A.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Codenvy, S.A. - initial API and implementation
-->
{% assign base = '' %}
{% include top.html %}
<body class="wrap">
{% include header-github-io.html %}
<section class="docs">
<div class="grid">
<div class="unit four-fifths">
<article>
<div class="improve right hide-on-mobiles">
<a href="https://github.com/codenvy/codenvy/master/docs/{{ page.path }}"><i class="fa fa-pencil"></i> &nbsp;Improve this page</a>
</div>
<div class="doc-title">
<h1>{{ page.title }}</h1>
<div class="doc-title-border">
</div>
</div>
{{ content }}
</article>
</div>
<div class="clear"></div>
</div>
</section>
=======
=======
{% include anchor_links.html %}
{% include analytics.html %}
</body>
</html>