Skip to content

Commit

Permalink
file name adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullians committed Oct 9, 2024
1 parent 197a49b commit 832e964
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 24 deletions.
20 changes: 13 additions & 7 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,29 @@ export default defineConfig({
logo: "/assets/TBLogo.png",
nav: [
{ text: 'Home', link: '/' },
{ text: 'SkyFactionsReborn', link: '/skyfactions/README' },
{ text: 'SkyFactionsReborn', link: '/skyfactions/overview' },
{ text: 'About Us', link: '/about_us'}
],

sidebar: [
{
text: "TerraByteDev",
items: [
{ text: "Who We Are", link: "/about_us"}
]
},
{
text: 'SkyFactions',
items: [
{ text: 'Overview', link: '/skyfactions/README' },
{ text: 'Overview', link: '/skyfactions/overview' },
{
text: "Installation",
link: "/skyfactions/installation/README",
link: "/skyfactions/installation/overview",
collapsed: true,
items: [
{
text: "Setup",
link: "/skyfactions/installation/setup/README",
link: "/skyfactions/installation/setup/overview",
collapsed: true,
items: [
{ text: "Database Setup", link: "/skyfactions/installation/setup/database-setup"},
Expand All @@ -41,18 +47,18 @@ export default defineConfig({
},
{
text: "Mechanics",
link: "/skyfactions/mechanics/README",
link: "/skyfactions/mechanics/overview",
collapsed: true,
items: [
{ text: "Islands", link: "/skyfactions/mechanics/islands"},
{ text: "Obelisk", link: "/skyfactions/mechanics/obelisk"},
{ text: "Runes", link: "/skyfactions/mechanics/runes"},
{
text: "Factions",
link: "/skyfactions/mechanics/factions/README",
link: "/skyfactions/mechanics/factions/overview",
collapsed: true,
items: [
{ text: "Overview", link: "/skyfactions/mechanics/factions/overview"},
{ text: "Overview", link: "/skyfactions/mechanics/factions/factions-overview"},
{ text: "Faction Ranks & Titles", link: "/skyfactions/mechanics/factions/faction-ranks-titles"}
]
}
Expand Down
6 changes: 4 additions & 2 deletions docs/about_us.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# About Us
# Who We Are

Hey, we're TerraByteDev!
We're a small, passionate development studio dedicated towards crafting innovative plugins and tools for the public.
We stride towards innovation and aim to bring creative solutions to the community.

We are committed to building high-quality plugins and tools that empower users, enhance productivity and push the boundaries of what is possible.
We are committed to building high-quality plugins and tools that empower users, enhance productivity and push the boundaries of what is possible.

Come join us on our [Discord](https://discord.gg/SwxXMrFdjp)!
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hero:
actions:
- theme: brand
text: SkyFactions Docs
link: /skyfactions/README
link: /skyfactions/overview
- theme: alt
text: About Us
link: /about_us
Expand Down
File renamed without changes.
9 changes: 0 additions & 9 deletions docs/skyfactions/mechanics/factions/README.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/skyfactions/mechanics/factions/factions-overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
description: Information concerning the Factions mechanic.
---

# Factions Overview
Factions is one of the most important features of SkyFactions.
It allows multiple individuals to group together and start another island (on top of their private, individual islands), raid other Factions and more.

By default, it costs **100 Runes** to create a Faction, which is configurable in the `config.yml`.
10 changes: 5 additions & 5 deletions docs/skyfactions/mechanics/factions/overview.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Information concerning the Factions mechanic.
description: Guide through the Factions.
---

# Factions Overview
Factions is one of the most important features of SkyFactions.
It allows multiple individuals to group together and start another island (on top of their private, individual islands), raid other Factions and more.
# Factions

By default, it costs **100 Runes** to create a Faction, which is configurable in the `config.yml`.
Factions is one of the key principles of the gameplay SkyFactions provides, and therefore has many features.\
\
See the following sub-pages for further information.
File renamed without changes.
File renamed without changes.

0 comments on commit 832e964

Please sign in to comment.