Skip to content

Commit

Permalink
Add discord page
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLich committed Nov 8, 2020
1 parent 3c44203 commit 9921b32
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ markdown: kramdown
url: https://wiki.bedrock.dev
aux_links:
"Discord":
- "https://discord.gg/XjV87YN"
- "/discord.html"
"Bedrock.dev":
- "https://bedrock.dev/"
"Contribute":
Expand Down
28 changes: 28 additions & 0 deletions concepts/filters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: page
title: Filters
parent: Concepts
---

# Understanding Filters

<details id="toc" open markdown="block">
<summary>
Table of contents
</summary>
{: .text-delta }
1. TOC
{:toc}
</details>

## General Overview

Filters are used inside of various components to _filter_ actions, events, transitions, etc. The general format is like this:

### Single filter
`"filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }`

### List of filters

`filters": [{ "test": "in_lava", "subject": "self", "operator": "==", "value": true }]`

18 changes: 18 additions & 0 deletions discord.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: page
title: Discord
parent: Home
nav_exclude: true
---


## Discord

We use discord as the hub for all our communication. You can join the following discord servers. In `Bedrock Addons` you can ask for help, discuss addons, and chat with fellow creators. In `Bedrock OSS` you can report wiki issues, collaborate on new articles, etc.

## Join us!
[Bedrock Addons](https://discord.gg/46JUdQb){: .btn .btn-blue }
[Bedrock OSS](https://discord.gg/XjV87YN){: .btn .btn-blue }
[More Discord Servers](/knowledge/useful-links.html#discord-links){: .btn .btn-blue }


7 changes: 2 additions & 5 deletions knowledge/useful-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ parent: Knowledge

There is loads of useful information about Bedrock Development online, but sometimes it is hard to find! We will do our best to keep this list up to date as we continue to find useful content.

## Tutorials
- [Beginners Guide](https://guide.bedrock.dev/)

## Discord Links
- [Bedrock Wiki](https://discord.gg/XjV87YN)
- [Bedrock Addons](https://discord.gg/46JUdQb)
- [Bedrock OSS](https://discord.gg/XjV87YN)
- [Minecraft Commands](https://discord.gg/QAFXFtZ)
- [Blockbench](http://discord.gg/fZQbxbg)
- [Bedrock Scripting](https://discord.gg/46JUdQb)
- [Bridge](https://discord.gg/NxKuWuA)
- [Minecraft](https://discord.gg/minecraft)
- [Skill Share](https://discord.gg/sZ7fkcN)
Expand Down

0 comments on commit 9921b32

Please sign in to comment.