Skip to content

Commit b847458

Browse files
authored
Per-version quick starts (#157)
* Duplicate quickstarts for each version * Parameterise version in quickstarts. * Make some historical fixes * Assets before 0.4.0 incompatible with proxy quickstart content * Remove the old stuff Signed-off-by: Tom Bentley <[email protected]>
1 parent 1012fa4 commit b847458

File tree

42 files changed

+3057
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3057
-58
lines changed

_data/documentation/0_10_0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ docs:
33
description: Start here if you're experimenting with the proxy for the first time.
44
tags:
55
- proxy
6-
path: /docs/quickstart/deploy/
6+
path: html/proxy-quick-start/
77
rank: '000'
88
- title: Proxy Guide
99
description: Describes how to deploy and operate the proxy on "bare metal".
@@ -13,7 +13,7 @@ docs:
1313
description: Start here if you're developing a filter for the first time.
1414
tags:
1515
- developer
16-
path: /docs/quickstart/develop/
16+
path: html/developer-quick-start/
1717
rank: '031'
1818
- title: Javadoc
1919
description: The Java API documentation.

_data/documentation/0_11_0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ docs:
33
description: Start here if you're experimenting with the proxy for the first time.
44
tags:
55
- proxy
6-
path: /docs/quickstart/deploy/
6+
path: html/proxy-quick-start/
77
rank: '000'
88
- title: Developer quick start
99
description: Start here if you're developing a filter for the first time.
1010
tags:
1111
- developer
12-
path: /docs/quickstart/develop/
12+
path: html/developer-quick-start/
1313
rank: '031'
1414
- title: Proxy Guide
1515
description: Describes how to deploy and operate the proxy on "bare metal".

_data/documentation/0_12_0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ docs:
33
description: Start here if you're experimenting with the proxy for the first time.
44
tags:
55
- proxy
6-
path: /docs/quickstart/deploy/
6+
path: html/proxy-quick-start/
77
rank: '000'
88
- title: Proxy Guide
99
description: Describes how to deploy and operate the proxy on "bare metal".
@@ -13,7 +13,7 @@ docs:
1313
description: Start here if you're developing a filter for the first time.
1414
tags:
1515
- developer
16-
path: /docs/quickstart/develop/
16+
path: html/developer-quick-start/
1717
rank: '031'
1818
- title: Javadoc
1919
description: The Java API documentation.

_data/documentation/0_13_0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ docs:
33
description: Start here if you're experimenting with the proxy for the first time.
44
tags:
55
- proxy
6-
path: /docs/quickstart/deploy/
6+
path: html/proxy-quick-start/
77
rank: '000'
88
- title: Proxy guide
99
description: "Covers using the proxy, including configuration, security and operation."
@@ -29,7 +29,7 @@ docs:
2929
description: Start here if you're developing a filter for the first time.
3030
tags:
3131
- developer
32-
path: /docs/quickstart/develop/
32+
path: html/developer-quick-start/
3333
rank: '031'
3434
- title: Kroxylicious Developer guide
3535
description: Covers writing plugins for the proxy in the Java programming language

_data/documentation/0_1_0.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
docs:
2-
- title: Proxy quick start
3-
description: Start here if you're experimenting with the proxy for the first time.
4-
tags:
5-
- proxy
6-
path: /docs/quickstart/deploy/
7-
rank: '000'
82
- title: Proxy Guide
93
description: Describes how to deploy and operate the proxy on "bare metal".
104
path: /docs/v$(VERSION)/
@@ -13,7 +7,7 @@ docs:
137
description: Start here if you're developing a filter for the first time.
148
tags:
159
- developer
16-
path: /docs/quickstart/develop/
10+
path: html/developer-quick-start/
1711
rank: '031'
1812
- title: Javadoc
1913
description: The Java API documentation.

_data/documentation/0_2_0.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
docs:
2-
- title: Proxy quick start
3-
description: Start here if you're experimenting with the proxy for the first time.
4-
tags:
5-
- proxy
6-
path: /docs/quickstart/deploy/
7-
rank: '000'
82
- title: Proxy Guide
93
description: Describes how to deploy and operate the proxy on "bare metal".
104
path: /docs/v$(VERSION)/
@@ -13,7 +7,7 @@ docs:
137
description: Start here if you're developing a filter for the first time.
148
tags:
159
- developer
16-
path: /docs/quickstart/develop/
10+
path: html/developer-quick-start/
1711
rank: '031'
1812
- title: Javadoc
1913
description: The Java API documentation.

_data/documentation/0_3_0.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
docs:
2-
- title: Proxy quick start
3-
description: Start here if you're experimenting with the proxy for the first time.
4-
tags:
5-
- proxy
6-
path: /docs/quickstart/deploy/
7-
rank: '000'
82
- title: Proxy Guide
93
description: Describes how to deploy and operate the proxy on "bare metal".
104
path: /docs/v$(VERSION)/
@@ -13,7 +7,7 @@ docs:
137
description: Start here if you're developing a filter for the first time.
148
tags:
159
- developer
16-
path: /docs/quickstart/develop/
10+
path: html/developer-quick-start/
1711
rank: '031'
1812
- title: Javadoc
1913
description: The Java API documentation.

_data/documentation/0_4_0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ docs:
33
description: Start here if you're experimenting with the proxy for the first time.
44
tags:
55
- proxy
6-
path: /docs/quickstart/deploy/
6+
path: html/proxy-quick-start/
77
rank: '000'
88
- title: Proxy Guide
99
description: Describes how to deploy and operate the proxy on "bare metal".
@@ -13,7 +13,7 @@ docs:
1313
description: Start here if you're developing a filter for the first time.
1414
tags:
1515
- developer
16-
path: /docs/quickstart/develop/
16+
path: html/developer-quick-start/
1717
rank: '031'
1818
- title: Javadoc
1919
description: The Java API documentation.

_data/documentation/0_4_1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ docs:
33
description: Start here if you're experimenting with the proxy for the first time.
44
tags:
55
- proxy
6-
path: /docs/quickstart/deploy/
6+
path: html/proxy-quick-start/
77
rank: '000'
88
- title: Proxy Guide
99
description: Describes how to deploy and operate the proxy on "bare metal".
@@ -13,7 +13,7 @@ docs:
1313
description: Start here if you're developing a filter for the first time.
1414
tags:
1515
- developer
16-
path: /docs/quickstart/develop/
16+
path: html/developer-quick-start/
1717
rank: '031'
1818
- title: Javadoc
1919
description: The Java API documentation.

_data/documentation/0_5_0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ docs:
33
description: Start here if you're experimenting with the proxy for the first time.
44
tags:
55
- proxy
6-
path: /docs/quickstart/deploy/
6+
path: html/proxy-quick-start/
77
rank: '000'
88
- title: Proxy Guide
99
description: Describes how to deploy and operate the proxy on "bare metal".
@@ -13,7 +13,7 @@ docs:
1313
description: Start here if you're developing a filter for the first time.
1414
tags:
1515
- developer
16-
path: /docs/quickstart/develop/
16+
path: html/developer-quick-start/
1717
rank: '031'
1818
- title: Javadoc
1919
description: The Java API documentation.

0 commit comments

Comments
 (0)