Skip to content

Commit

Permalink
Update to the engine
Browse files Browse the repository at this point in the history
Update to the website engine 3.4
  • Loading branch information
TheAndreiM committed Jul 5, 2024
1 parent 19f54ea commit 0ef8f6a
Show file tree
Hide file tree
Showing 178 changed files with 7,221 additions and 13,049 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use the following services to test your changes for Juka website before creating

# Juka Programming Language

Juka Programming Language website is built on top of [Docusaurus 2](https://docusaurus.io/).
Juka Programming Language website is built on top of [Docusaurus 3](https://docusaurus.io/).
Feel free to contribute to our website!
Please edit "docs/*.md" files.
Any help is appreciated!
Expand All @@ -31,7 +31,7 @@ Any help is appreciated!

#### Requirements
```jsx
Node.js version 16.14+
Node.js version 18+
```

You might need to install dependencies by running npm install in the home directory
Expand Down
6 changes: 3 additions & 3 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Join our Discord Community: https://discord.gg/MsKWsErzfp
- Linux (x86/x64) (CentOS, Debian, Fedora, Ubuntu, TinyCore, and almost any other type of Linux)
- Linux ARM (ARM64 and ARM32) (Linux Distributions that run ARM e.g. Raspberry Pi Model 2+)
- MacOS (macOS 10.12+)
- FreeBSD/UNIX (FreeBSD 11+)
- FreeBSD/UNIX (FreeBSD 11+ x64 (no demand for Arm64?))
- Azure (Microsoft Azure Function)
- HTTPS/API (JukaAPI server)
- Docker (JukaAPI)
Expand All @@ -41,10 +41,10 @@ Join our Discord Community: https://discord.gg/MsKWsErzfp
- [Jupyter via juka-kernel](https://github.com/jukaLang/juka-kernel)
- [Virtual Box Image (JukaVM)](https://github.com/jukaLang/jukaVM)
- [Windows App (Windows 10+)](https://github.com/jukaLang/JukaApp)
- Android App (Can be sideloaded <https://jukalang.com/download>, but not in PlayStore yet)
- Android App (Can be sideloaded [https://jukalang.com/download](https://jukalang.com/download), but not in PlayStore yet)
- Discord Bot (Working, but is not currently hosted)
- Telegram Bot (Working, but is not currently hosted)
- Amazon Fire (HD) (Can be sideloaded <https://jukalang.com/download>, but not in Amazon AppStore yet)
- Amazon Fire (HD) (Can be sideloaded [https://jukalang.com/download](https://jukalang.com/download), but not in Amazon AppStore yet)

## Coming Soon:

Expand Down
10 changes: 5 additions & 5 deletions docusaurus.config.js → docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
import PrismLight from './src/utils/prismLight';
import PrismDark from './src/utils/prismDark';

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand All @@ -28,7 +28,7 @@ const config = {
injectHtmlTags() {
return {
postBodyTags: [`<input type="checkbox" id="btnControl"/>
<label id="btnControl2" for="btnControl">Chat<iframe title="discord" id="discord" src="https://e.widgetbot.io/channels/975787212954275910/975787212954275916" height="600" width="800" /></label>
<label id="btnControl2" for="btnControl">Chat<iframe title="discord" id="discord" src="https://e.widgetbot.io/channels/975787212954275910/975787212954275916" height="600" width="800" allow="clipboard-write; fullscreen"/></label>
`],
};
},
Expand Down Expand Up @@ -266,8 +266,8 @@ const config = {
],
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
theme: PrismLight,
darkTheme: PrismDark,
},
}),
};
Expand Down
569 changes: 0 additions & 569 deletions i18n/de/code.json

This file was deleted.

14 changes: 0 additions & 14 deletions i18n/de/docusaurus-plugin-content-blog/options.json

This file was deleted.

30 changes: 0 additions & 30 deletions i18n/de/docusaurus-plugin-content-docs/current.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions i18n/de/docusaurus-plugin-content-docs/current/encrypted.md

This file was deleted.

Loading

0 comments on commit 0ef8f6a

Please sign in to comment.