* Update doc preview infrastructure
Align the used NodeJS and Ruby versions and scripts with the website build.
Also upgrade caniuse-lite DB.
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* Add NodeJS/Ruby install instructions
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* switch sentence with local preview sentence
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
---------
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>
Co-authored-by: Stefan Höhn <mail@stefanhoehn.com>
* Update transformation docs for script profile changes
Refs https://github.com/openhab/openhab-core/pull/4058.
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* Migrate actions docs from addons to configuration folder
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* Clean-up addons docs
The removed files have not been picked up by the build process, i.e. they were not used by the website.
Looking at their content, they also seem outdated.
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* Minor enhancements
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
* Address review
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
---------
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
* Update links to target "main" branches
Signed-off-by: Wouter Born <github@maindrain.net>
* Update process_file.rb
Signed-off-by: Wouter Born <github@maindrain.net>
* Update for all other repos too
Signed-off-by: Wouter Born <github@maindrain.net>
This allows a preview VuePress resembling the final
website to be built in order to preview the main
documentation (in the openhab-docs repository, content
fetched from other repos is excluded).
Started to refactor the sidebar navigation items and
scripts processing pages for VuePress compatibility so
they can be maintained in the openhab-docs repository.
Signed-off-by: Yannick Schaus <github@schaus.net>