Skip to content

Commit

Permalink
Remove "Integrations" tab for homepage + swap tuya for sonos integrat…
Browse files Browse the repository at this point in the history
…ion on homepage
  • Loading branch information
Pierre-Gilles committed Dec 2, 2024
1 parent c4ac45e commit 32e3cff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ module.exports = {
src: "img/logo.svg",
},
items: [
{
/* TRYING TO REMOVE IT TO SEE IF
IT'S MORE CLEAR FOR NEW USERS WITHOUT THIS PAGE
{
to: "integrations/",
activeBasePath: "integrations",
label: "Integrations",
position: "left",
},
}, */
{
to: "docs/",
activeBasePath: "docs",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const COMPATIBILITIES = [
],
[
{ title: "Tasmota", imgSrc: "tasmota.jpg", docKey: "tasmota" },
{ title: "Tuya", imgSrc: "tuya.jpg", docKey: "tuya" },
{ title: "Sonos", imgSrc: "sonos.jpg", docKey: "sonos" },
{ title: "Alexa", imgSrc: "alexa.jpg", docKey: "alexa" },
{ title: "Camera", imgSrc: "rtsp-camera.jpg", docKey: "camera" },
],
Expand Down
Binary file added static/img/home/compatibilities/sonos.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32e3cff

Please sign in to comment.