Skip to content

Commit

Permalink
Merge pull request #1 from 0mods/main
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
AlgorithmLX authored Aug 22, 2023
2 parents 9204bbb + f1b5b4f commit 49b1fdb
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
sidebar_position: 1
slug: ./about
---

# About 1.x
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions docs/hollowengine/v2/2.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar_position: 1
slug: ./about
---

# Not Available

The wiki temporarily isn't supported for HE 2.x, because the mod is still in development.
8 changes: 8 additions & 0 deletions docs/hollowengine/v2/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "2.x Version",
"position": 3,
"link": {
"type": "generated-index",
"description": "Documentation for HE 2.0"
}
}
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 1
slug: /
slug: ./
---

# Welcome to 0mods Wiki!
11 changes: 2 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ const config = {
baseUrl: '/',
organizationName: '0mods', // Usually your GitHub org/user name.
projectName: 'docsweb', // Usually your repo name.
deploymentBranch: 'gh-pages',

onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',

i18n: {
Expand All @@ -25,7 +24,7 @@ const config = {
direction: 'ltr',
htmlLang: 'en-US',
calendar: 'gregory',
path: '/',
path: 'en',
},
ru: {
label: 'Русский',
Expand Down Expand Up @@ -64,12 +63,6 @@ const config = {
navbar: {
title: 'Wikipedia',
items: [
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Docs',
},
{
href: 'https://github.com/0mods/docsweb',
label: 'GitHub',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
sidebar_position: 1
slug: ./
---

# Добро пожаловать на 0mods вики!
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ say("${player.name.string} и Виталик", "Кто это сказал?!")
## Запуск диалога

Для запуска диалога введите: `/hollowengine open-dialogue dialogueid.hsd.kts`.
сли после названия указать имя игрока или тег типа `@a`, то диалог запустится у конкретного игрока/группы.
Если после названия указать имя игрока или тег типа `@a`, то диалог запустится у конкретного игрока/группы.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 2

## Скриптовый [KotlinScript](https://github.com/Kotlin/KEEP/blob/master/proposals/scripting-support.md)

HollowCore (автор: HollowHorizon) использует продвинутый скриптовой движок KotlinScript, специально переписанный для использования в модах.
HollowCore (автор: HollowHorizon) использует продвинутый скриптовый движок KotlinScript, специально переписанный для использования в модах.
KotlinScript - это язык программирования, который позволяет создавать скрипты на Kotlin с некоторыми упрощениями.
Например, вам не нужно создавать классы или методы - все, что вы напишете в скрипте, будет запущено как отдельный метод.
Однако вы по-прежнему можете придерживаться всех принципов ООП с некоторыми допущениями.
Expand Down
File renamed without changes.
File renamed without changes.
Empty file removed static/.nojekyll
Empty file.

0 comments on commit 49b1fdb

Please sign in to comment.