Skip to content

Commit

Permalink
feat: combine node-red-contrib-ical-events and kalender-events docu
Browse files Browse the repository at this point in the history
  • Loading branch information
naimo84 committed Jan 6, 2022
1 parent cd9f147 commit 350cdda
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 646 deletions.
48 changes: 1 addition & 47 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,53 +46,7 @@ module.exports = {
'/': {
label: 'English',
selectText: 'Languages',
lastUpdated: 'Last Updated',
nav: [
{
text: 'Guide',
link: '/guide/'
},
{
text: 'Configuration',
link: '/config/'
}
],
sidebar: {
'/guide/': [
'/guide/',
{
title: 'Nodes',
collapsable: false,
path: '/guide/nodes',
children: [
'/guide/upcoming',
'/guide/trigger',
'/guide/sensors',
]
},
{
title: 'Debug',
path: '/guide/debug',
collapsable: false
},
// '/guide/troubleshooting',
// {
// title: 'Examples',
// collapsable: false,
// path: '/guide/examples',
// children: [
// '/guide/examples_arbeitsagentur',
// '/guide/examples_github',
// '/guide/examples_grpcbin',
// '/guide/examples_httpbin',
// '/guide/examples_learnwebservices',
// '/guide/examples_spacex',
// '/guide/examples_springboot'
// ]
// },
]

}
lastUpdated: 'Last Updated',
}
}
}
Expand Down
23 changes: 1 addition & 22 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,10 @@
---
home: true
heroImage: /favicon.png
actionText: Get Started →
actionLink: /guide/
features:
- title: Feature Rich
details: Execute ical, icloud or caldav queries from within Node-RED
- title: Filter
details: Filter your events based on regex, date comparsion and more
- title: Automated Test
details: Automate manual tests and integrate them into your CI/CD pipeline
footer: MIT Licensed | Copyright © 2019-present Benjamin Neumann
---
# Getting Started

First of all install [Node-RED](http://nodered.org/docs/getting-started/installation)
Please find the overall kalender-events docu here: https://naimo84.github.io/kalender-events

## Install node-red-contrib-ical-events

### Node-RED palette manager

![sensor_node.png](./nodered-palette-manager.png)

### CLI

``` bash
cd ~/.node-red
npm install node-red-contrib-ical-events
```

29 changes: 0 additions & 29 deletions docs/config/README.md

This file was deleted.

Binary file removed docs/examples/bitcoin.png
Binary file not shown.
Binary file removed docs/examples/example.png
Binary file not shown.
Binary file removed docs/examples/filter.png
Binary file not shown.
Binary file removed docs/examples/google_example_1.png
Binary file not shown.
Binary file removed docs/examples/google_example_2.png
Binary file not shown.
Binary file removed docs/examples/google_example_3.png
Binary file not shown.
Binary file removed docs/examples/google_example_4.png
Binary file not shown.
231 changes: 0 additions & 231 deletions docs/examples/sample_flow.json

This file was deleted.

Binary file removed docs/examples/sensor_node.png
Binary file not shown.
Binary file removed docs/examples/support_banner.png
Binary file not shown.
33 changes: 0 additions & 33 deletions docs/examples/test.ics

This file was deleted.

Binary file removed docs/examples/trigger_node.png
Binary file not shown.
Binary file removed docs/examples/upcoming_node.png
Binary file not shown.
12 changes: 0 additions & 12 deletions docs/guide/README.md

This file was deleted.

0 comments on commit 350cdda

Please sign in to comment.