summaryrefslogtreecommitdiffstats
path: root/_build
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-10-03 15:50:36 +0200
committerLoïc Hoguin <[email protected]>2017-10-03 15:50:36 +0200
commit5cb08c35580023b91091c93f9a1f9198e35055c2 (patch)
treefcac3159b52e14db41d5f1d1b19f5d8530cc0d74 /_build
parent35bc482f0be143abd728a228e937984dc5f6cc73 (diff)
downloadninenines.eu-5cb08c35580023b91091c93f9a1f9198e35055c2.tar.gz
ninenines.eu-5cb08c35580023b91091c93f9a1f9198e35055c2.tar.bz2
ninenines.eu-5cb08c35580023b91091c93f9a1f9198e35055c2.zip
Fix some links and add Ranch 1.4 docs
They were mistakenly labeled as 1.3. Sorry!
Diffstat (limited to '_build')
-rw-r--r--_build/Makefile4
-rw-r--r--_build/data/projects/ranch.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/_build/Makefile b/_build/Makefile
index 7ed5920e..cf016284 100644
--- a/_build/Makefile
+++ b/_build/Makefile
@@ -8,7 +8,7 @@ all: docs
server:
hugo server --theme=ninenines
-clean: DOC_FILES = $(filter-out static/docs/en/cowboy/1.0,$(wildcard static/docs/en/*/*))
+clean: DOC_FILES = $(filter-out static/docs/en/cowboy/1.0/guide,$(wildcard static/docs/en/*/*/guide))
clean: OUTPUT_FILES = $(filter-out ../_build,$(wildcard ../*))
clean:
rm -rf content/docs tmp
@@ -70,7 +70,7 @@ docs-$1-$2: tmp/$1
> content/docs/en/$1/$3/manual.asciidoc; \
if [ "$1" = "cowboy" ]; then \
sed '1,/^$$$$/d' tmp/$1/doc/src/manual/$1_app.asciidoc | sed 's/xref:/link:..\//' \
- | sed 's/link:man:[a-z0-9_]*(7)/link:\/docs/' \
+ | sed 's/link:man:\([a-z0-9_]*\)(7)/link:\1_app/' \
| sed 's/\(link:man:[a-z0-9_]*\):/\1./' \
| sed 's/link:man:\([a-z0-9_.]*\)[1-9()]*/link:\1/' \
>> content/docs/en/$1/$3/manual.asciidoc; \
diff --git a/_build/data/projects/ranch.toml b/_build/data/projects/ranch.toml
index fccaed4a..559276ed 100644
--- a/_build/data/projects/ranch.toml
+++ b/_build/data/projects/ranch.toml
@@ -3,8 +3,8 @@ catchphrase = "The holy cow of servers."
description = "Ranch is a socket acceptor pool for building awesome TCP and TLS servers."
name = "ranch"
repository = "https://github.com/ninenines/ranch"
-versions = ["1.3", "1.2"]
-branches = ["master", "1.2.1"]
+versions = ["1.4", "1.3", "1.2"]
+branches = ["master", "1.3.2", "1.2.1"]
has_source = true
has_guide = true
has_manual = true