Commit Graph

5 Commits (final)

Author SHA1 Message Date
Florian Hotze 82a24a4826
Update doc preview infrastructure (#2444)
* 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>
2025-01-06 12:16:05 +01:00
Patrik Gfeller 475c5d70a1
[Enhancement] - Simplify local builds to lower bar for beginners #2215 (#2218)
* [Enancement] - Simplify local builds to lower bar for beginners
Fixes #2215

* [Enancement] - Simplify local builds to lower bar for beginners
Fixes #2215

📄 missing `npm install step` added to README.md

Signed-off-by: Patrik Gfeller <patrik.gfeller@gmail.com>

* 🐞 problems resolved after reabse/update to latest main branch.

Signed-off-by: Patrik Gfeller <patrik.gfeller@gmail.com>

* 🔃 Squashed commit of the following:

commit 6774910167
Author: jimtng <2554958+jimtng@users.noreply.github.com>
Date:   Sun Feb 25 17:23:01 2024 +1000

    Convert pwm, pid, map icons to svg and add jinja logo (#2253)

    * Replace map icon with svg version

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

    * Replace pidcontroller icon with svg version

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

    * Replace pwm icon with svg version

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

    * Add jinja logo

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

    ---------

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

commit 6f39e146f4
Author: jimtng <2554958+jimtng@users.noreply.github.com>
Date:   Sun Feb 25 08:15:21 2024 +1000

    Add icon for scale transformation (#2252)

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

commit 67a019a2df
Author: jimtng <2554958+jimtng@users.noreply.github.com>
Date:   Sun Feb 25 00:55:02 2024 +1000

    Add pwm icon (#2251)

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

commit a03e4c072b
Author: jimtng <2554958+jimtng@users.noreply.github.com>
Date:   Sun Feb 25 00:54:22 2024 +1000

    PIDController icon: Make lines thicker (#2250)

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

commit 7308a413a0
Author: Kai Kreuzer <kai@openhab.org>
Date:   Sat Feb 24 14:57:54 2024 +0100

    Fix typo in tutorial (#2249)

    Signed-off-by: Kai Kreuzer <kai@openhab.org>

commit ccb7e64bf0
Author: jimtng <2554958+jimtng@users.noreply.github.com>
Date:   Sat Feb 24 18:15:21 2024 +1000

    Make basicui icon a bit bigger and more visible (#2247)

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

commit d9664d9ac4
Author: jimtng <2554958+jimtng@users.noreply.github.com>
Date:   Sat Feb 24 18:10:22 2024 +1000

    Add icon for pidcontroller (#2248)

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

commit bcba38ebb3
Author: jimtng <2554958+jimtng@users.noreply.github.com>
Date:   Sat Feb 24 08:31:23 2024 +1000

    Add an icon for map transformation (#2240)

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

commit f8ebab4e33
Author: jimtng <2554958+jimtng@users.noreply.github.com>
Date:   Sat Feb 24 03:23:06 2024 +1000

    Add icon for Basic UI (#2242)

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

commit ab958f9397
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 23 18:21:57 2024 +0100

    Bump ip from 1.1.5 to 1.1.9 (#2244)

    Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9.
    - [Commits](https://github.com/indutny/node-ip/compare/v1.1.5...v1.1.9)

    ---
    updated-dependencies:
    - dependency-name: ip
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>

commit dedb16a37c
Author: Florian Hotze <florianh_dev@icloud.com>
Date:   Fri Feb 23 16:52:57 2024 +0100

    Use SVG logos for DoorBird & Govee (#2246)

    Signed-off-by: Florian Hotze <florianh_dev@icloud.com>

commit 749a656520
Author: jimtng <2554958+jimtng@users.noreply.github.com>
Date:   Fri Feb 23 18:29:36 2024 +1000

    Add sqlite icon (#2238)

    Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>

Signed-off-by: Patrik Gfeller <patrik.gfeller@gmail.com>

* Update README.md

Signed-off-by: stefan-hoehn <mail@stefanhoehn.com>

* Update README.md

Signed-off-by: stefan-hoehn <mail@stefanhoehn.com>

---------

Signed-off-by: Patrik Gfeller <patrik.gfeller@gmail.com>
Signed-off-by: stefan-hoehn <mail@stefanhoehn.com>
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
2024-03-02 11:03:26 +01:00
Jerome Luckenbach 58fa3c4148
Fix repo root for EditPageLinks
Fixes #1359
2020-12-22 20:17:37 +01:00
Yannick Schaus 5348b22a2c
Migrate v3 preview to VuePress 1.x (#1233)
Cleanup processing for preview - e.g. no previous versions

Signed-off-by: Yannick Schaus <github@schaus.net>
2020-05-25 13:42:37 +02:00
Yannick Schaus 96c7e24337
Add VuePress infrastructure for preview (#870)
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>
2019-01-14 00:00:42 +01:00