Skip to content

Commit 79a1f85

Browse files
authored
enable fluvio 0.15.2 (#359)
I forgot to add the 0.15.2 in the active versions.
1 parent 0e782cf commit 79a1f85

File tree

3 files changed

+59
-1
lines changed

3 files changed

+59
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import sdfVersionsList from "./sdf_versions.json" with { type: "json" };
99

1010
const FLUVIO_REPOSITORY_URL = "https://github.com/InfinyOn/fluvio";
1111

12-
const STABLE_VERSION = "0.15.1";
12+
const STABLE_VERSION = "0.15.2";
1313

1414
// read sdf-versions.json and build versions object
1515
const sdfVersions = sdfVersionsList.reduce((acc, version) => ({
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"fluvio": [
3+
{
4+
"type": "html",
5+
"value": "\n <li style=\"padding: .5rem 0;\">\n <span style=\"padding-top: 1rem; display: flex; justify-content: flex-start; align-items: center; padding: .15rem .75rem;\" aria-current=\"page\">\n <span style=\"text-transform: uppercase; font-size: 1rem; font-weight: 600;\">Fluvio</span>\n </span>\n </li>"
6+
},
7+
{
8+
"type": "autogenerated",
9+
"dirName": "fluvio"
10+
},
11+
{
12+
"type": "link",
13+
"label": "News",
14+
"href": "/news"
15+
}
16+
],
17+
"cloud": [
18+
{
19+
"type": "html",
20+
"value": "\n <li style=\"padding: .5rem 0;\">\n <span style=\"padding-top: 1rem; display: flex; justify-content: flex-start; align-items: center; padding: .15rem .75rem;\" aria-current=\"page\">\n <span style=\"text-transform: uppercase; font-size: 1rem; font-weight: 600;\">Cloud</span>\n </span>\n </li>"
21+
},
22+
{
23+
"type": "autogenerated",
24+
"dirName": "cloud"
25+
}
26+
],
27+
"connectors": [
28+
{
29+
"type": "html",
30+
"value": "\n <li style=\"padding: .5rem 0;\">\n <span style=\"padding-top: 1rem; display: flex; justify-content: flex-start; align-items: center; padding: .15rem .75rem;\" aria-current=\"page\">\n <span style=\"text-transform: uppercase; font-size: 1rem; font-weight: 600;\">Connectors</span>\n </span>\n </li>"
31+
},
32+
{
33+
"type": "autogenerated",
34+
"dirName": "connectors"
35+
}
36+
],
37+
"smartmodules": [
38+
{
39+
"type": "html",
40+
"value": "\n <li style=\"padding: .5rem 0;\">\n <span style=\"padding-top: 1rem; display: flex; justify-content: flex-start; align-items: center; padding: .15rem .75rem;\" aria-current=\"page\">\n <span style=\"text-transform: uppercase; font-size: 1rem; font-weight: 600;\">SmartModules</span>\n </span>\n </li>"
41+
},
42+
{
43+
"type": "autogenerated",
44+
"dirName": "smartmodules"
45+
}
46+
],
47+
"hub": [
48+
{
49+
"type": "html",
50+
"value": "\n <li style=\"padding: .5rem 0;\">\n <span style=\"padding-top: 1rem; display: flex; justify-content: flex-start; align-items: center; padding: .15rem .75rem;\" aria-current=\"page\">\n <span style=\"text-transform: uppercase; font-size: 1rem; font-weight: 600;\">Hub</span>\n </span>\n </li>"
51+
},
52+
{
53+
"type": "autogenerated",
54+
"dirName": "hub"
55+
}
56+
]
57+
}

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"0.15.2",
23
"0.15.1",
34
"0.15.0",
45
"0.14.1",

0 commit comments

Comments
 (0)