aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-06-07 22:52:06 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-07 22:52:06 -0700
commitf2baa5437c1d19002bc412aaf33b42b95aa3bf35 (patch)
tree8cd4eaae0234f33cd2c89a280520d868868467a6
parentd869f9c68bcacea422bfc699dc946d280c854260 (diff)
downloadakka-serial-f2baa5437c1d19002bc412aaf33b42b95aa3bf35.tar.gz
akka-serial-f2baa5437c1d19002bc412aaf33b42b95aa3bf35.tar.bz2
akka-serial-f2baa5437c1d19002bc412aaf33b42b95aa3bf35.zip
Remove symlinks
-rw-r--r--_config.yml1
l---------documentation/current1
-rw-r--r--documentation/index.md6
-rw-r--r--index.html2
4 files changed, 5 insertions, 5 deletions
diff --git a/_config.yml b/_config.yml
index 4dd7a7a..5b07096 100644
--- a/_config.yml
+++ b/_config.yml
@@ -3,3 +3,4 @@ title: flow
description: Serial communication library for Akka and Scala.
url: "https://www.jodersky.ch/flow"
version_latest: 2.6.0
+version_docs: 2.6
diff --git a/documentation/current b/documentation/current
deleted file mode 120000
index c20c8ac..0000000
--- a/documentation/current
+++ /dev/null
@@ -1 +0,0 @@
-2.6 \ No newline at end of file
diff --git a/documentation/index.md b/documentation/index.md
index 2a19ca0..db36470 100644
--- a/documentation/index.md
+++ b/documentation/index.md
@@ -5,16 +5,16 @@ title: Documentation
## Documentation
Start by reading the manual and checking out some examples.
-- <i class="fa fa-book"></i> [Manual](current/manual)
+- <i class="fa fa-book"></i> [Manual]({{site.version_docs}}/manual)
Explains how to get started and how to use all features. Definitive guide to using flow.
- <i class="fa fa-book"></i> [Examples](https://github.com/jodersky/flow/tree/master/flow-samples)
See some very simple, working demo applications.
-- <i class="fa fa-code"></i> [API documentation](current/api/index.html#com.github.jodersky.flow.Serial$)
+- <i class="fa fa-code"></i> [API documentation]({{site.version_docs}}/api/index.html#com.github.jodersky.flow.Serial$)
Browse flow's API.
-- <i class="fa fa-book"></i> [Developer Guide](current/developer)
+- <i class="fa fa-book"></i> [Developer Guide]({{site.version_docs}}/developer)
Instructions on building and publishing flow.
## Help
diff --git a/index.html b/index.html
index 5efeffd..4ae3c84 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@ layout: page-full
</div>
<div class="col-sm-6">
<h2>Getting Started</h2>
- <p>Have a look at the example below to get a feel of flow's usage, then follow the first steps of the <a href="documentation/current/manual">user guide</a>.</p>
+ <p>Have a look at the example below to get a feel of flow's usage, then follow the first steps of the <a href="documentation/{{site.version_docs}}/manual">user guide</a>.</p>
</div>
</div>
</div>