Skip to content

Commit d7f3499

Browse files
committed
Updated contents
1 parent 8754818 commit d7f3499

13 files changed

Lines changed: 53 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.DS_Store
22
node_modules
3-
docs/public
3+
docs/public
4+
_site
5+
.sass-cache

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source "https://rubygems.org"
22
gem "jekyll", "~> 3.5"
33
gem "jekyll-theme-slate", "~> 0.1.1"
4+
gem "kramdown-parser-gfm"
45

56
group :jekyll_plugins do
67
gem "jekyll-feed"

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ GEM
4040
listen (~> 3.0)
4141
kramdown (2.3.1)
4242
rexml
43+
kramdown-parser-gfm (1.1.0)
44+
kramdown (~> 2.0)
4345
liquid (4.0.3)
4446
listen (3.5.1)
4547
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -67,6 +69,7 @@ DEPENDENCIES
6769
jekyll (~> 3.5)
6870
jekyll-feed
6971
jekyll-theme-slate (~> 0.1.1)
72+
kramdown-parser-gfm
7073

7174
BUNDLED WITH
7275
2.1.4

_config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ exclude:
1212
- CODE_OF_CONDUCT.md
1313
- CONTRIBUTING.md
1414
- README.md
15+
- Blockception-FAQ-Pages.code-workspace
16+
- LICENSE
17+
- Gemfile
18+
- Gemfile.lock
19+
20+
markdown: kramdown
21+
22+
kramdown:
23+
input: GFM

index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Blockception Developer FAQ
3+
---
4+
15
# Blockception Developer FAQ
26

37
## Topics

mcproject/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Minecraft Project
3+
---
4+
15
# Minecraft project
26

37
The mcproject adds files to a minecraft project that allows users to overrides settings. specify additional information, or excluded sections of the folders

mcproject/mcattributes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Minecraft Attributes
3+
---
4+
15
This file stores any of the settings/attribtues related to the project. If none attributes are specified, the plugin will fall back onto plugin settings. Make sure the file is
26
located at the root of your workspace and named: `.mcattributes`
37

mcproject/mcdefinitions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Minecraft Definitions
3+
---
4+
15
# MCDefinitions
26

37
This file specifies anything that is included in the project, but cannot be found in the project files itself, or not easly. At the same time the user can also exclude definitions
@@ -14,6 +18,7 @@ tag=calculating
1418
tag=enemy
1519
tag=monster
1620

21+
1722
## Tags to be excluded
1823
tag=!Monster
1924

mcproject/mcignore.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: Minecraft Ignores
3+
---
4+
15
# Mcignore
26

37
Based upon `.gitignore`. This file specifies through glob-patterns what files, folder to excluded from the project Make sure the file is located at the root of your workspace and

vscode-extension-mcbe/console.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: VSCode-MCBE-Console
3+
---
4+
15
# Console
26

37
A necessary part is to check if the extension is activated or not, outputting hundreds of errors.

0 commit comments

Comments
 (0)