Skip to content

Commit 3777388

Browse files
committed
Update docs
1 parent 19e009c commit 3777388

File tree

5 files changed

+357
-343
lines changed

5 files changed

+357
-343
lines changed

docs/docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: OwnLang
44
heroText: OwnLang
55
tagline: Dynamic functional programming language
66
actions:
7-
- text: 🇺🇸 English
7+
- text: English
88
link: /en/
99
type: primary
10-
- text: 🇪🇷 Русский
10+
- text: Русский
1111
link: /ru/
1212
type: primary
1313
footer: © 2024 aNNiMON

docs/docs/en/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
- Semantic linter as a required stage.
1717
- Preserve the order of Map elements by default.
1818
- Ability to run programs from resources by adding "resource:" prefix to path.
19-
- Updated documentation. New documentation engine.
19+
- Added internal scripts and command `ownlang run` to run them. Added script `checkUpdate` that checks app updates.
20+
- Updated [documentation](https://annimon.com/docs/ownlang/). New documentation engine based on vuepress.
2021

2122
### Modules
2223
- [std] Added parseDouble, nanotime, exit, getenv, getprop functions.

docs/docs/ru/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
- Семантический линтер как обязательный этап работы интерпретатора.
1717
- Сохранение порядка элементов в Map по умолчанию.
1818
- Возможность запускать программы из ресурсов, указав "resource:" в качестве префикса пути.
19-
- Обновлена документация. Новый движок документации.
19+
- Добавлены внутренние скрипты и команда `ownlang run` для их запуска. Добавлен скрипт `checkUpdate` для проверки новых версий.
20+
- Обновлена [документация](https://annimon.com/docs/ownlang/). Новый движок документации, основанный на vuepress.
2021

2122
### Модули
2223
- [std] Добавлены функции parseDouble, nanotime, exit, getenv, getprop.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vuepress/plugin-search": "2.0.0-rc.0",
2222
"@vuepress/utils": "2.0.0-rc.0",
2323
"prismjs": "^1.29.0",
24-
"vue": "^3.3.8",
24+
"vue": "^3.4.20",
2525
"vuepress": "2.0.0-rc.0"
2626
}
2727
}

0 commit comments

Comments
 (0)