added ultimate witch minigame empty page
This commit is contained in:
parent
74328d8bbe
commit
2d59781193
17
docs/season2/Minigames/ultimate_witch.md
Normal file
17
docs/season2/Minigames/ultimate_witch.md
Normal file
@ -0,0 +1,17 @@
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
# Ultimate Witch
|
||||
|
||||
<iframe
|
||||
width="550"
|
||||
height="309"
|
||||
src="https://www.youtube.com/embed/065SsPLEeS4"
|
||||
frameborder="0"
|
||||
allow="accelerometer;
|
||||
autoplay;
|
||||
encrypted-media;
|
||||
gyroscope;
|
||||
picture-in-picture"
|
||||
allowfullscreen>
|
||||
</iframe>
|
@ -5,6 +5,7 @@
|
||||
// See: https://docusaurus.io/docs/api/docusaurus-config
|
||||
|
||||
import {themes as prismThemes} from 'prism-react-renderer';
|
||||
const path = require('path');
|
||||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
@ -41,14 +42,13 @@ const config = {
|
||||
({
|
||||
docs: {
|
||||
sidebarPath: './sidebars.js',
|
||||
editUrl:
|
||||
'https://github.com/aleabodo/survival-pi-docs/tree/main'
|
||||
editUrl: 'https://git.alexbell.de/aleabodo/survival-pi-docs/src/branch/main/',
|
||||
},
|
||||
blog: {
|
||||
showReadingTime: true
|
||||
},
|
||||
theme: {
|
||||
customCss: './src/css/custom.css',
|
||||
customCss: path.resolve(__dirname, './src/css/custom.css'),
|
||||
},
|
||||
}),
|
||||
],
|
||||
@ -141,8 +141,8 @@ const config = {
|
||||
label: 'Donate'
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/aleabodo/survival-pi-docs',
|
||||
label: 'GitHub',
|
||||
href: 'https://git.alexbell.de/aleabodo/survival-pi-docs',
|
||||
label: 'Gitea',
|
||||
position: 'right',
|
||||
},
|
||||
]
|
||||
|
8414
package-lock.json
generated
8414
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -14,13 +14,13 @@
|
||||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "3.4.0",
|
||||
"@docusaurus/preset-classic": "3.4.0",
|
||||
"@docusaurus/core": "3.7.0",
|
||||
"@docusaurus/preset-classic": "3.7.0",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"clsx": "^2.0.0",
|
||||
"prism-react-renderer": "^2.3.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0"
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "3.4.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user