Skip to content

Commit

Permalink
[DOCS] Add sitemap (1technophile#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile authored Jan 16, 2024
1 parent 24e3ef0 commit 67136ef
Show file tree
Hide file tree
Showing 3 changed files with 15,542 additions and 29 deletions.
16 changes: 16 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,20 @@ module.exports = {
}
]
}
plugins: {
'sitemap': {
hostname: 'https://docs.openmqttgateway.com',
urls: [
'https://decoder.theengs.io/devices/devices.html',
'https://community.openmqttgateway.com/',
'https://shop.theengs.io/',
'https://shop.theengs.io/products/theengs-plug-smart-plug-ble-gateway-and-energy-consumption',
'https://shop.theengs.io/products/theengs-bridge-esp32-ble-mqtt-gateway-with-ethernet-and-external-antenna',
'https://app.theengs.io/',
'https://gateway.theengs.io/',
'https://decoder.theengs.io/',
'https://parser.theengs.io/',
'https://www.theengs.io/'
],
},
}
Loading

0 comments on commit 67136ef

Please sign in to comment.