diff --git a/LICENSE b/LICENSE index 432758f..bdf230a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2023-202x fumo.photos Team & contributors +Copyright 2023-202x two-torial Team & contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 1141bf3..112ebaa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ TWO-TORIAL, a compendium of information and guides written to ease headaches for general use. It also serves as a comprehensive resource, providing a structured approach to setting up rhythm games from specific franchises. This guide aims to offer clear instructions, troubleshooting tips, and essential information for enthusiasts and newcomers alike. -https://guide.fumo.photos/ +https://two-torial.xyz/ diff --git a/docs/about.md b/docs/about.md index 625e37a..6e0d4dd 100644 --- a/docs/about.md +++ b/docs/about.md @@ -22,7 +22,9 @@ !!! tip "" - - Passionate rhythm game players worldwide that allow these games to exist, thank you for making it a lot of fun to be involved in the scene and around you all. + - Winberhouls (Discord: `winberhouls`) for the logo. + + - Passionate rhythm game players worldwide that allow these games to exist, thank you for making it a lot of fun to be involved in the scene and around you all. - sync (Discord: `sync_plus`) for helping with the IIDX SD styles. diff --git a/docs/img/logo/banner.png b/docs/img/logo/banner.png new file mode 100644 index 0000000..d64d311 Binary files /dev/null and b/docs/img/logo/banner.png differ diff --git a/docs/img/logo/website-logo.svg b/docs/img/logo/website-logo.svg new file mode 100644 index 0000000..57510e8 --- /dev/null +++ b/docs/img/logo/website-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index b46ea50..7e7ac21 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,14 +2,19 @@ description: A compendium of information and guides written to ease headaches. --- -# TWO-TORIAL +# + +
+![Banner](img/logo/banner.png) +
+
+[We now have a Discord server!](https://discord.gg/cZRUmEPK78){ .md-button } +
A compendium of information and guides written to ease headaches. Last Updated: November 21th, 2023. -[We now have a Discord server!](https://discord.gg/cZRUmEPK78){ .md-button } - Changelogs will now be posted on the Discord in much greater detail. We also have a new troubleshooting section available for the Discord server. diff --git a/mkdocs.yml b/mkdocs.yml index 77ac9fd..4ae5746 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,8 +1,8 @@ -site_name: TWO-TORIAL -copyright: fumo.photos Team +site_name: two-torial.xyz +copyright: two-torial Team site_description: Bemani Troubleshooting Guide site_author: IIDX Player -repo_url: https://github.com/yxrei/bemani-guide +repo_url: https://github.com/yxrei/two-torial/ repo_name: GitHub nav: @@ -124,7 +124,7 @@ nav: theme: name: material - logo: img/bemani.png + logo: img/logo/website-logo.svg favicon: img/favicon.ico navigation_depth: 3 palette: @@ -143,5 +143,6 @@ markdown_extensions: - pymdownx.superfences - pymdownx.keys - attr_list + - md_in_html plugins: []