Skip to content

Commit

Permalink
[DOCS] Add sitemap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Jan 16, 2024
1 parent d79f86e commit 3e15f26
Show file tree
Hide file tree
Showing 3 changed files with 7,680 additions and 4,378 deletions.
19 changes: 19 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,24 @@ module.exports = {
themeConfig: {
repo: 'theengs',
...commonConfig.themeConfig,
},
plugins: {
'sitemap': {
hostname: 'https://theengs.io',
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://docs.openmqttgateway.com/',
'https://github.com/sponsors/theengs',
'https://github.com/theengs'
],
},
}
}
Loading

0 comments on commit 3e15f26

Please sign in to comment.