From f0487deb5d923dfcda5602e447a959cf36f714de Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Sun, 24 Sep 2017 16:37:53 +0200 Subject: [PATCH] Add new externals, rename addons plural * openHABian USAGE * alexa-skill USAGE * mycroft-skill USAGE * HABPanel config article persistence -> persistences io -> ios Many minor changes to articles Signed-off-by: Thomas Dietrich --- _config.yml | 12 +++--- _includes/user-menu.html | 5 ++- addons/io.md | 9 ++-- addons/persistence.md | 6 +-- configuration/habmin.md | 2 +- pom.xml | 84 +++++++++++++++++++++++++++++++++--- process_addons.groovy | 31 +++++++------ update-external-resources.sh | 5 ++- 8 files changed, 119 insertions(+), 35 deletions(-) diff --git a/_config.yml b/_config.yml index b33ec8b52..71d9bf21d 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ twitter_username: openhab github_username: openhab # Build settings markdown: kramdown -exclude: ["CNAME", "pom.xml", "README.md", "CONTRIBUTING.md", "process_addons.groovy", "update.sh", "Vagrantfile"] +exclude: ["CNAME", "pom.xml", "README.md", "CONTRIBUTING.md", "process_addons.groovy", "update-external-resources.sh", "Vagrantfile"] # Additional gems for sitemap generation plugins: - jekyll-sitemap @@ -21,10 +21,10 @@ collections: addons_iconsets: output: true permalink: /addons/iconsets/:path:output_ext - addons_io: + addons_ios: output: true - permalink: /addons/io/:path:output_ext - addons_persistence: + permalink: /addons/ios/:path:output_ext + addons_persistences: output: true permalink: /addons/persistence/:path:output_ext addons_transformations: @@ -58,13 +58,13 @@ defaults: - scope: path: "" - type: addons_io + type: addons_ios values: layout: addon - scope: path: "" - type: addons_persistence + type: addons_persistences values: layout: addon - diff --git a/_includes/user-menu.html b/_includes/user-menu.html index 13ff33461..d8795bb04 100644 --- a/_includes/user-menu.html +++ b/_includes/user-menu.html @@ -53,6 +53,7 @@
  • Initial Setup Packages
  • Paper UI
  • HABmin
  • +
  • HABPanel
  • Rules (Experimental)
  • Editors

  • @@ -95,7 +96,7 @@