Skip to content

Commit

Permalink
enable fluvio 0.15.2 (#359)
Browse files Browse the repository at this point in the history
I forgot to add the 0.15.2 in the active versions.
  • Loading branch information
fraidev authored Feb 11, 2025
1 parent 0e782cf commit 79a1f85
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import sdfVersionsList from "./sdf_versions.json" with { type: "json" };

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

const STABLE_VERSION = "0.15.1";
const STABLE_VERSION = "0.15.2";

// read sdf-versions.json and build versions object
const sdfVersions = sdfVersionsList.reduce((acc, version) => ({
Expand Down
57 changes: 57 additions & 0 deletions versioned_sidebars/version-0.15.2-sidebars.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"fluvio": [
{
"type": "html",
"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>"
},
{
"type": "autogenerated",
"dirName": "fluvio"
},
{
"type": "link",
"label": "News",
"href": "/news"
}
],
"cloud": [
{
"type": "html",
"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>"
},
{
"type": "autogenerated",
"dirName": "cloud"
}
],
"connectors": [
{
"type": "html",
"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>"
},
{
"type": "autogenerated",
"dirName": "connectors"
}
],
"smartmodules": [
{
"type": "html",
"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>"
},
{
"type": "autogenerated",
"dirName": "smartmodules"
}
],
"hub": [
{
"type": "html",
"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>"
},
{
"type": "autogenerated",
"dirName": "hub"
}
]
}
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"0.15.2",
"0.15.1",
"0.15.0",
"0.14.1",
Expand Down

0 comments on commit 79a1f85

Please sign in to comment.