Skip to content

Commit 913ccd6

Browse files
authored
Kill of unused data (#149)
`grep -Fr data.kroxylicious | grep -Fv '.latestRelease'` shows now hits, so we know the `versions` property is now unused. Let's remove it to avoid future confusion. Signed-off-by: Tom Bentley <[email protected]>
1 parent 3d3306f commit 913ccd6

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

_data/kroxylicious.yml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,3 @@
11
# The version number of the latest release
22
latestRelease: 0.13.0
33

4-
# The versions property is used for the old-style /docs paths
5-
versions:
6-
- title: 'Development'
7-
url: '/kroxylicious'
8-
- title: 'v0.13.0'
9-
url: '/docs/v0.13.0/'
10-
subsections:
11-
- title: 'Proxy Guide'
12-
url: '/docs/v0.13.0/kroxylicious-proxy/'
13-
- title: 'Operator Guide'
14-
url: '/docs/v0.13.0/kroxylicious-operator/'
15-
- title: 'Developer Guide'
16-
url: '/docs/v0.13.0/developer-guide/'
17-
- title: 'Record Encryption Guide'
18-
url: '/docs/v0.13.0/record-encryption-guide/'
19-
- title: 'v0.12.0'
20-
url: '/docs/v0.12.0/'
21-
subsections:
22-
- title: 'Proxy Guide'
23-
url: '/docs/v0.12.0/kroxylicious-proxy/'
24-
- title: 'v0.11.0'
25-
url: '/docs/v0.11.0/'
26-
subsections:
27-
- title: 'Proxy Guide'
28-
url: '/docs/v0.11.0/kroxylicious-proxy/'
29-
- title: 'v0.10.0'
30-
url: '/docs/v0.10.0/'
31-
- title: 'v0.9.0'
32-
url: '/docs/v0.9.0/'
33-
- title: 'v0.8.0'
34-
url: '/docs/v0.8.0/'
35-
- title: 'v0.7.0'
36-
url: '/docs/v0.7.0/'
37-
- title: 'v0.6.0'
38-
url: '/docs/v0.6.0/'
39-
- title: 'v0.5.1'
40-
url: '/docs/v0.5.1/'
41-
- title: 'v0.5.0'
42-
url: '/docs/v0.5.0/'
43-
- title: 'v0.4.1'
44-
url: '/docs/v0.4.1/'
45-
- title: 'v0.4.0'
46-
url: '/docs/v0.4.0/'
47-
- title: 'v0.3.0'
48-
url: '/docs/v0.3.0/'

0 commit comments

Comments
 (0)