Skip to content

Commit 84e0f7b

Browse files
Matthew FisherMatthew Fisher
authored andcommitted
docs(index): move version header to index
We don't require the warning on every page, and it's not something that needs to stick out on the landing page.
1 parent c44da7a commit 84e0f7b

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
@@ -29,11 +29,6 @@
2929
<div class="row">
3030
<div class="span9 column_calc contents">
3131
<div class="doc-content">
32-
<div class="version-warning important">
33-
<p class="version-warning-title">Version 2</p>
34-
<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>
35-
</div>
36-
3732
{{ content }}
3833
</div>
3934
</div>

0 commit comments

Comments
 (0)