Update docs

This commit is contained in:
aNNiMON 2024-02-26 22:08:03 +02:00
parent 19e009c02a
commit 3777388b43
5 changed files with 355 additions and 341 deletions

View File

@ -4,10 +4,10 @@ title: OwnLang
heroText: OwnLang heroText: OwnLang
tagline: Dynamic functional programming language tagline: Dynamic functional programming language
actions: actions:
- text: 🇺🇸 English - text: English
link: /en/ link: /en/
type: primary type: primary
- text: 🇪🇷 Русский - text: Русский
link: /ru/ link: /ru/
type: primary type: primary
footer: © 2024 aNNiMON footer: © 2024 aNNiMON

View File

@ -16,7 +16,8 @@
- Semantic linter as a required stage. - Semantic linter as a required stage.
- Preserve the order of Map elements by default. - Preserve the order of Map elements by default.
- Ability to run programs from resources by adding "resource:" prefix to path. - Ability to run programs from resources by adding "resource:" prefix to path.
- Updated documentation. New documentation engine. - Added internal scripts and command `ownlang run` to run them. Added script `checkUpdate` that checks app updates.
- Updated [documentation](https://annimon.com/docs/ownlang/). New documentation engine based on vuepress.
### Modules ### Modules
- [std] Added parseDouble, nanotime, exit, getenv, getprop functions. - [std] Added parseDouble, nanotime, exit, getenv, getprop functions.

View File

@ -16,7 +16,8 @@
- Семантический линтер как обязательный этап работы интерпретатора. - Семантический линтер как обязательный этап работы интерпретатора.
- Сохранение порядка элементов в Map по умолчанию. - Сохранение порядка элементов в Map по умолчанию.
- Возможность запускать программы из ресурсов, указав "resource:" в качестве префикса пути. - Возможность запускать программы из ресурсов, указав "resource:" в качестве префикса пути.
- Обновлена документация. Новый движок документации. - Добавлены внутренние скрипты и команда `ownlang run` для их запуска. Добавлен скрипт `checkUpdate` для проверки новых версий.
- Обновлена [документация](https://annimon.com/docs/ownlang/). Новый движок документации, основанный на vuepress.
### Модули ### Модули
- [std] Добавлены функции parseDouble, nanotime, exit, getenv, getprop. - [std] Добавлены функции parseDouble, nanotime, exit, getenv, getprop.

View File

@ -21,7 +21,7 @@
"@vuepress/plugin-search": "2.0.0-rc.0", "@vuepress/plugin-search": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0", "@vuepress/utils": "2.0.0-rc.0",
"prismjs": "^1.29.0", "prismjs": "^1.29.0",
"vue": "^3.3.8", "vue": "^3.4.20",
"vuepress": "2.0.0-rc.0" "vuepress": "2.0.0-rc.0"
} }
} }

File diff suppressed because it is too large Load Diff