Skip to content

Commit

Permalink
feat: add experimental features
Browse files Browse the repository at this point in the history
  • Loading branch information
naimo84 committed Sep 4, 2023
1 parent fb13813 commit d078e90
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_modules
*.vsix
*.env
.eslintcache
build
build
.DS_Store
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ module.exports = {
'/guide/upcoming',
'/guide/sensors',
'/guide/trigger',
'/guide/experimental',
]
},
{
Expand Down
Binary file added docs/examples/experimental.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/guide/experimental.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
sidebarDepth: 0
---

# Experimental Features

at the bottom of the config node, you can enable some `experimental features`.

This features currently are:

- worker threads in order to hopefully fix [#128](https://github.com/naimo84/node-red-contrib-ical-events/issues/128) and [#163](https://github.com/naimo84/node-red-contrib-ical-events/issues/163)

---

![experimental.png](../examples/experimental.png)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "github pages of kalender-events",
"main": "index.js",
"scripts": {
"serve": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
"serve": "vuepress dev docs",
"build": "vuepress build docs"
},
"keywords": [
Expand Down

0 comments on commit d078e90

Please sign in to comment.