Skip to content

Commit c521d46

Browse files
committed
Updated
1 parent 4a596a9 commit c521d46

5 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
The repository that stores the pages for the blockception related FAQ
44

5-
https://blockception.github.io/FAQ-Pages/
5+
https://faq.blockception.dev/

_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ markdown: kramdown
2424

2525
kramdown:
2626
input: GFM
27+
28+
logo: https://images.squarespace-cdn.com/content/5bf1e11589c172ddd4394e7a/1543182314918-25XV95VZFAHOVTJU702A/bc_3D.png?format=1500w&content-type=image%2Fpng
29+
30+
gh_edit_link: true # show or hide edit this page link
31+
gh_edit_link_text: "Edit this page on GitHub."
32+
gh_edit_repository: "https://github.com/Blockception/FAQ-Pages" # the github URL for your repo
33+
gh_edit_branch: "master" # the branch that your docs is served from
34+
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately

index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: Blockception Developer FAQ
3-
layout: page
3+
description: "A webpage about frequently asked questions for blockception tools"
4+
nav_order: 0
5+
layout: default
6+
permalink: /
47
---
58

69
# Blockception Developer FAQ

mcproject/index.md

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

67
# Minecraft project

vscode-extension-mcbe/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: VSCode extension - Minecraft bedrock
33
layout: page
4+
has_children: true
45
---
56

67
# VSCode extension - Minecraft bedrock

0 commit comments

Comments
 (0)