File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11source "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
66group :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"
Original file line number Diff line number Diff line change 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 )
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 )
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
6576PLATFORMS
6677 x64-mingw32
6778
6879DEPENDENCIES
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
7490BUNDLED WITH
7591 2.1.4
Original file line number Diff line number Diff line change 1- theme : jekyll-theme-slate
1+ theme : just-the-docs
22plugins :
33 - jekyll-feed
4+ - jekyll-relative-links
5+
6+ url : https://faq.blockception.dev
47
58title : Blockdeption Developer FAQ
69description : FAQ for blockceptions plugins, tools or more.
Original file line number Diff line number Diff line change 11---
22title : Blockception Developer FAQ
33layout : page
4- layout : page
54---
65
76# Blockception Developer FAQ
Original file line number Diff line number Diff line change 11---
22title : Minecraft Attributes
33layout : page
4+ parent : mcproject
45---
56
67This 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
Original file line number Diff line number Diff line change 11---
22title : Minecraft Definitions
33layout : page
4+ parent : mcproject
45---
56
67# MCDefinitions
Original file line number Diff line number Diff line change 11---
22title : Minecraft Ignores
33layout : page
4+ parent : mcproject
45---
56
67# Mcignore
Original file line number Diff line number Diff line change 11---
22title : VSCode-MCBE-Console
33layout : page
4+ parent : vscode-extension-mcbe
45---
56
67# Console
Original file line number Diff line number Diff line change 11---
22title : VSCode-MCBE-JSON
33layout : page
4+ parent : vscode-extension-mcbe
45---
56
67## Not Activated?
Original file line number Diff line number Diff line change 11---
22title : VSCode-MCBE-Mcfunction
33layout : page
4+ parent : vscode-extension-mcbe
45---
56
67## Tags
You can’t perform that action at this time.
0 commit comments