Skip to content

Commit 4e26b54

Browse files
committed
Merge pull request #238 from bacongobbler/83-integrate-v1-header
docs(index): move version header to index
2 parents cbf4d09 + 84e0f7b commit 4e26b54

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

src/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ configuration, creating and rolling back releases, managing domain names and SSL
88
routing, aggregating logs, and sharing applications with teams. All of this is exposed through a simple REST API and
99
command line interface.
1010

11+
Please note that this documentation is for Deis Workflow (v2). For v1 documentation visit <http://docs.deis.io/en/latest/>.
12+
1113
## Getting Started
1214

1315
To get started with Workflow, follow our [Quick Start][quickstart] guide.
@@ -19,6 +21,7 @@ sections.
1921

2022
If you are interested in commercial service and support for Deis Workflow, check out the various [services offerings on deis.com](https://deis.com/services).
2123

24+
2225
[arch]: understanding-workflow/architecture.md
2326
[concepts]: understanding-workflow/concepts.md
2427
[components]: understanding-workflow/components.md

themes/deis/base.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
<div class="row">
3131
<div class="span9 column_calc contents">
3232
<div class="doc-content">
33-
<div class="version-warning important">
34-
<p class="version-warning-title">Version 2</p>
35-
<p>This documentation is for Deis Workflow (v2). For v1 documentation visit <a href="http://docs.deis.io/en/latest/">http://docs.deis.io/en/latest/</a>.</p>
36-
</div>
37-
3833
{{ content }}
3934
</div>
4035
</div>

0 commit comments

Comments
 (0)