diff --git a/pages/_meta.json b/pages/_meta.json index a5a228c..b51b47b 100644 --- a/pages/_meta.json +++ b/pages/_meta.json @@ -1,6 +1,7 @@ { "index": "Introduction", "list": "Game Information", + "gamelist": "Game List", "soon": "No Idea for now", "license": { "title": "License 📜", diff --git a/pages/gamelist.mdx b/pages/gamelist.mdx new file mode 100644 index 0000000..e69de29 diff --git a/pages/gamelist/_meta.json b/pages/gamelist/_meta.json new file mode 100644 index 0000000..3b0edb9 --- /dev/null +++ b/pages/gamelist/_meta.json @@ -0,0 +1,6 @@ +{ + "hi3": "Honkai Impact 3rd", + "genshin": "Genshin Impact", + "hsr": "Honkai: Star Rail" +} + \ No newline at end of file diff --git a/pages/gamelist/genshin/_meta.json b/pages/gamelist/genshin/_meta.json new file mode 100644 index 0000000..de3925d --- /dev/null +++ b/pages/gamelist/genshin/_meta.json @@ -0,0 +1,7 @@ +{ + "patch": "Version", + "character": "Character", + "weapon": "Weapons", + "arte": "Artefact", + "extra": "Extras" +} \ No newline at end of file diff --git a/pages/gamelist/genshin/arte/_meta.json b/pages/gamelist/genshin/arte/_meta.json new file mode 100644 index 0000000..e69de29 diff --git a/pages/gamelist/genshin/character/_meta.json b/pages/gamelist/genshin/character/_meta.json new file mode 100644 index 0000000..e69de29 diff --git a/pages/gamelist/genshin/extra/_meta.json b/pages/gamelist/genshin/extra/_meta.json new file mode 100644 index 0000000..e69de29 diff --git a/pages/gamelist/genshin/patch/_meta.json b/pages/gamelist/genshin/patch/_meta.json new file mode 100644 index 0000000..e69de29 diff --git a/pages/gamelist/genshin/weapon/_meta.json b/pages/gamelist/genshin/weapon/_meta.json new file mode 100644 index 0000000..e69de29 diff --git a/pages/gamelist/hi3/_meta.json b/pages/gamelist/hi3/_meta.json new file mode 100644 index 0000000..e69de29 diff --git a/pages/gamelist/hsr/_meta.json b/pages/gamelist/hsr/_meta.json new file mode 100644 index 0000000..e69de29 diff --git a/pages/list.mdx b/pages/list.mdx index 7fb6a02..f8d39a5 100644 --- a/pages/list.mdx +++ b/pages/list.mdx @@ -1,31 +1,16 @@ -# Another Page +# Game Information -```js filename="demo.js" {3} copy -let a = 1; +this page will tell you a little information about the existing games -console.log(a); -``` +## Game List +### First Anime Game -## Component +the first ACGN Game from a certain game company that release on 2016 in china and then release globally after 1 year, this game also the first game that use 3d model and semi open world. [more about the game]() -import { useState } from 'react' +### Second Anime Game -{/* Import CSS modules */} -import styles from '../components/counters.module.css' +Open World adventure anime game from a certain game company that release on 2020, this game is available to download in Android, IOS, Windows/PC, Console. [more about the game]() -export const Counter = () => { - const [count, setCount] = useState(0); - return ( -
- -
- ); -}; +### Third Anime Game - - -## External Component - -import Counters from '../components/counters' - - +space fantasy like RPG anime game from a certain game company that release on 2023, this game is also available to download in Android, IOS, Windows/PC, PS5. [more about the game]() \ No newline at end of file diff --git a/pages/soon.mdx b/pages/soon.mdx index a1a5148..94d045f 100644 --- a/pages/soon.mdx +++ b/pages/soon.mdx @@ -1,3 +1,3 @@ -# Advanced +# soon -This is the index page for the Advanced folder! +this is for the future info diff --git a/public/favicon_1.png b/public/favicon_1.png new file mode 100644 index 0000000..ff2dcb8 Binary files /dev/null and b/public/favicon_1.png differ diff --git a/public/favicon_2.svg b/public/favicon_2.svg new file mode 100644 index 0000000..f6c42b7 --- /dev/null +++ b/public/favicon_2.svg @@ -0,0 +1,18 @@ + + + + +Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + + + diff --git a/theme.config.tsx b/theme.config.tsx index 8cb1039..0acb74f 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -6,7 +6,14 @@ const config: DocsThemeConfig = { return { titleTemplate: `%s - MiYoVerse` }; }, - logo: MiYoVerse, + logo: ( + <> + + MiYoVerse + + + ), + project: { link: 'https://git.serenetia.com/AmaneSerenetia/MiYoVerse', },