Skip to content

Commit

Permalink
Change sidebar to _sidebar and add create emotes in blockbench page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kale-Ko committed May 4, 2022
1 parent f944fa2 commit 34b124e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 39 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

if (scrollElement != null && scrollElement != "top" && document.querySelector("#" + scrollElement) != null) document.querySelector("#" + scrollElement).scrollIntoView({ block: "center", inline: "center" })

fetch("./pages/" + lang + "/sidebar.md").then(res => {
fetch("./pages/" + lang + "/_sidebar.md").then(res => {
if (res.status != 404) {
return res.text()
} else {
Expand Down
2 changes: 1 addition & 1 deletion pages/en/creating-emotes-blender.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Creating Emotes With Blender

**This requires basic knowledge of how to move and rotate blender object as well as use keyframes in blender.** For help with this see [this](https://docs.blender.org/manual/en/latest/scene_layout/object/editing/transform/introduction.html) and [this](https://docs.blender.org/manual/en/latest/animation/keyframes/introduction.html)
**This requires basic knowledge of how to move and rotate objects as well as use keyframes in blender.** For help with this see [this](https://docs.blender.org/manual/en/latest/scene_layout/object/editing/transform/introduction.html) and [this](https://docs.blender.org/manual/en/latest/animation/keyframes/introduction.html)

To start you are going to need [Blender](https://www.blender.org/download/).
If you need help installing it see [this](https://docs.blender.org/manual/en/latest/getting_started/installing/index.html)
Expand Down
36 changes: 0 additions & 36 deletions pages/en/sidebar.md

This file was deleted.

2 changes: 1 addition & 1 deletion pages/en/translating-wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you would like to translate a page open up the pages dirrectory and then what

If the language you would like to translate does not already exist then you must create it yourself along with a language.json file (See [this](https://github.com/Kale-Ko/Emotecraft-Wiki/blob/master/pages/en/language.json))\
You must also add the language code to the [languages.json](https://github.com/Kale-Ko/Emotecraft-Wiki/blob/master/pages/languages.json) file\
(Note you must translate home and sidebar at least because the page relies on those)
**(Note you must also translate home and sidebar at least because the page relies on those)**

Next you gotta pick a page to translate. Once you have you can either copy the file to the new language folder or create a new file with the same name.\
Then you can translate it.
Expand Down

0 comments on commit 34b124e

Please sign in to comment.