Skip to content

Commit 4a596a9

Browse files
committed
Updated
1 parent c1507e2 commit 4a596a9

10 files changed

Lines changed: 50 additions & 12 deletions

File tree

Gemfile

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
source "https://rubygems.org"
2-
gem "jekyll", "~> 3.5"
3-
gem "jekyll-theme-slate", "~> 0.1.1"
4-
gem "kramdown-parser-gfm"
2+
gem "jekyll", "~> 3.6"
3+
gem "just-the-docs", "~> 0.3.3"
4+
gem 'jekyll-relative-links'
55

66
group :jekyll_plugins do
7-
gem "jekyll-feed"
8-
end
7+
gem "jekyll-feed"
8+
gem "jekyll-paginate"
9+
end
10+
11+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
12+
# and associated library.
13+
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
14+
gem "tzinfo", "~> 1.2"
15+
gem "tzinfo-data"
16+
end
17+
18+
# Performance-booster for watching directories on Windows
19+
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
20+
21+
# kramdown dependency
22+
gem "kramdown-parser-gfm"

Gemfile.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,19 @@ GEM
2929
safe_yaml (~> 1.0)
3030
jekyll-feed (0.15.1)
3131
jekyll (>= 3.7, < 5.0)
32+
jekyll-paginate (1.1.0)
33+
jekyll-relative-links (0.6.1)
34+
jekyll (>= 3.3, < 5.0)
3235
jekyll-sass-converter (1.5.2)
3336
sass (~> 3.4)
3437
jekyll-seo-tag (2.7.1)
3538
jekyll (>= 3.8, < 5.0)
36-
jekyll-theme-slate (0.1.1)
37-
jekyll (~> 3.5)
38-
jekyll-seo-tag (~> 2.0)
3939
jekyll-watch (2.2.1)
4040
listen (~> 3.0)
41+
just-the-docs (0.3.3)
42+
jekyll (>= 3.8.5)
43+
jekyll-seo-tag (~> 2.0)
44+
rake (>= 12.3.1, < 13.1.0)
4145
kramdown (2.3.1)
4246
rexml
4347
kramdown-parser-gfm (1.1.0)
@@ -50,6 +54,7 @@ GEM
5054
pathutil (0.16.2)
5155
forwardable-extended (~> 2.6)
5256
public_suffix (4.0.6)
57+
rake (13.0.3)
5358
rb-fsevent (0.11.0)
5459
rb-inotify (0.10.1)
5560
ffi (~> 1.0)
@@ -61,15 +66,26 @@ GEM
6166
sass-listen (4.0.0)
6267
rb-fsevent (~> 0.9, >= 0.9.4)
6368
rb-inotify (~> 0.9, >= 0.9.7)
69+
thread_safe (0.3.6)
70+
tzinfo (1.2.9)
71+
thread_safe (~> 0.1)
72+
tzinfo-data (1.2021.1)
73+
tzinfo (>= 1.0.0)
74+
wdm (0.1.1)
6475

6576
PLATFORMS
6677
x64-mingw32
6778

6879
DEPENDENCIES
69-
jekyll (~> 3.5)
80+
jekyll (~> 3.6)
7081
jekyll-feed
71-
jekyll-theme-slate (~> 0.1.1)
82+
jekyll-paginate
83+
jekyll-relative-links
84+
just-the-docs (~> 0.3.3)
7285
kramdown-parser-gfm
86+
tzinfo (~> 1.2)
87+
tzinfo-data
88+
wdm (~> 0.1.1)
7389

7490
BUNDLED WITH
7591
2.1.4

_config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
theme: jekyll-theme-slate
1+
theme: just-the-docs
22
plugins:
33
- jekyll-feed
4+
- jekyll-relative-links
5+
6+
url: https://faq.blockception.dev
47

58
title: Blockdeption Developer FAQ
69
description: FAQ for blockceptions plugins, tools or more.

index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Blockception Developer FAQ
33
layout: page
4-
layout: page
54
---
65

76
# Blockception Developer FAQ

mcproject/mcattributes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Minecraft Attributes
33
layout: page
4+
parent: mcproject
45
---
56

67
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

mcproject/mcdefinitions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Minecraft Definitions
33
layout: page
4+
parent: mcproject
45
---
56

67
# MCDefinitions

mcproject/mcignore.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Minecraft Ignores
33
layout: page
4+
parent: mcproject
45
---
56

67
# Mcignore

vscode-extension-mcbe/console.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: VSCode-MCBE-Console
33
layout: page
4+
parent: vscode-extension-mcbe
45
---
56

67
# Console

vscode-extension-mcbe/json.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: VSCode-MCBE-JSON
33
layout: page
4+
parent: vscode-extension-mcbe
45
---
56

67
## Not Activated?

vscode-extension-mcbe/mcfunction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: VSCode-MCBE-Mcfunction
33
layout: page
4+
parent: vscode-extension-mcbe
45
---
56

67
## Tags

0 commit comments

Comments
 (0)