Skip to content

Commit

Permalink
Update IoT backend to IoT Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Mar 21, 2024
1 parent 9f1f2fd commit b73234d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/.vuepress/sections.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,10 @@
"icon": "/logos/paas-logo.svg",
"released": true
},
"/iot-backend/3": {
"/iot-platform/3": {
"kuzzleMajor": 2,
"name": "IoT Backend",
"section": "iot backend",
"name": "IoT Platform",
"section": "iot platform",
"icon": "/logos/paas-logo.svg",
"released": true
},
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/theme/TopMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
</li>
<li class="topMenu__item">
<a
:href="`/iot-backend/3`"
:href="`/iot-platform/3`"
:class="{
'topMenu__link--active': isLinkActive(`/iot-backend/3`),
'topMenu__link--active': isLinkActive(`/iot-platform/3`),
}"
title="IoT Platform"
class="topMenu__link"
Expand Down

0 comments on commit b73234d

Please sign in to comment.