Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default defineConfig({
],
footer: {
message:
'<a href="https://discord.gg/x2nKYuu2Z2">Discord</a> · <a href="https://github.com/Guildyapper/GY-Docs">GitHub</a> · <a href="https://guildyapper.com/privacy">Privacy Policy</a> · <a href="https://guildyapper.com/tos">Terms of Service</a> · <a href="https://guildyapper.com/support">Support</a> · <a href="https://ko-fi.com/guildyapper">Donate</a>',
'<a href="https://discord.gg/x2nKYuu2Z2">Discord</a> · <a href="https://github.com/Guildyapper/GY-Docs">GitHub</a> · <a href="https://guildyapper.com/privacy">Privacy Policy</a> · <a href="https://guildyapper.com/tos">Terms of Service</a> · <a href="https://discord.gg/x2nKYuu2Z2">Support</a> · <a href="https://ko-fi.com/guildyapper">Donate</a>',
copyright: "© GuildYapper. Documentation licensed under CC BY 4.0.",
},
},
Expand Down
3 changes: 2 additions & 1 deletion docs/bot/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Officers/admins use these to configure and operate the server.

```text
/configure server
/configure nwparty
/configure parties
/configure profiles
/configure class
/configure member member:@Member
/configure scheduler
Expand Down
3 changes: 2 additions & 1 deletion docs/bot/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Most server settings live under `/configure`. Use it after `/setup` to fine-tune

```text
/configure server
/configure nwparty
/configure parties
/configure profiles
/configure class
/configure member member:@Member
/configure scheduler
Expand Down
6 changes: 3 additions & 3 deletions docs/features/parties-and-waitlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Parties and waitlists decide how a full signup becomes an actual plan. GuildYapper can keep people in configured groups, split large parties, respect priorities, and move waitlisted members into open spots.

```text
/configure nwparty
/configure parties
/configure class
/configure member member:@Member
/configure server
Expand All @@ -26,13 +26,13 @@ Officers/admins configure parties and waitlist behavior. Members see the resulti

- Guild / Alliance server type.
- Officer/admin role.
- Node War parties configured through `/configure nwparty`.
- Node War parties configured through `/configure parties`.
- Optional class priorities through `/configure class`.
- Optional member overrides through `/configure member`.

<div class="screenshot-slot">
<strong>Screenshot placeholder</strong>
Add a screenshot of `/configure nwparty`.
Add a screenshot of `/configure parties`.
Suggested path: `/screenshots/parties/nwparty-config.webp`
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/features/signups.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Members can usually respond to signups. Officers/admins create and manage signup
- Officer/admin role configured.
- Guild names configured for guild/alliance registration.
- Optional Node War voice channel for missing-in-voice checks.
- Optional parties configured through `/configure nwparty`.
- Optional parties configured through `/configure parties`.

## Create A Node War Signup

Expand Down
5 changes: 3 additions & 2 deletions docs/getting-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Read more in [Server Types](/getting-started/server-types).
```

::: tip Default Parties
Guild / Alliance setup creates starter Node War parties such as Main, Defense, and Flex. You can adjust these later with `/configure nwparty`.
Guild / Alliance setup creates starter Node War parties such as Main, Defense, and Flex. You can adjust these later with `/configure parties`.
:::

<div class="screenshot-slot">
Expand All @@ -119,7 +119,8 @@ The next useful actions are:

```text
/configure server
/configure nwparty
/configure parties
/configure profiles
/configure class
/member missing
/signup nodewar
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If GuildYapper is new in your server, [invite the bot](https://discord.com/oauth
<a href="https://guildyapper.com/profile">Profile</a>
<a href="https://guildyapper.com/guild-tracker/dashboard">Guild Tracker</a>
<a href="https://guildyapper.com/class-performance">Class Performance</a>
<a href="https://guildyapper.com/support">Support</a>
<a href="https://discord.gg/x2nKYuu2Z2">Support</a>
</div>

## What GuildYapper Helps With
Expand Down
2 changes: 1 addition & 1 deletion docs/pt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Se o GuildYapper é novo no seu servidor, [convide o bot](https://discord.com/oa
<a href="https://guildyapper.com/profile">Perfil</a>
<a href="https://guildyapper.com/guild-tracker/dashboard">Guild Tracker</a>
<a href="https://guildyapper.com/class-performance">Desempenho de Classes</a>
<a href="https://guildyapper.com/support">Suporte</a>
<a href="https://discord.gg/x2nKYuu2Z2">Suporte</a>
</div>

## No que o GuildYapper Ajuda
Expand Down
2 changes: 1 addition & 1 deletion docs/pt/website/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ O site é o lado de painel maior do GuildYapper. O Discord é melhor para açõe
</div>

::: info Login
As páginas que mostram seu servidor, roster, perfil ou dados de gerenciamento requerem login pelo Discord. Páginas públicas como tierlists, Guild Tracker, estatísticas de classes, streams e guerras de guildas podem ser navegadas sem gerenciar um servidor.
Páginas que mostram seu servidor, roster, perfil ou dados de gerenciamento exigem login com Discord — e o Guild Tracker também. Tierlists, estatísticas de classe, streams, Guild Wars, Arena of Solare e as páginas de Guild League são públicas e podem ser navegadas sem conta.
:::

## Principais Áreas do Site
Expand Down
6 changes: 4 additions & 2 deletions docs/reference/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Guild / Alliance, Community, and Trial Server mode do not share the exact same c

```text
/configure server
/configure nwparty
/configure parties
/configure profiles
/configure class
/configure member member:@Member
/configure scheduler
Expand All @@ -34,7 +35,8 @@ Guild / Alliance, Community, and Trial Server mode do not share the exact same c
| Command | Use |
| --- | --- |
| `/configure server` | Server type, region, roles, channels, Yap, tracker, guild names, and Node War behavior. |
| `/configure nwparty` | Node War parties, limits, priority, overflow, targets, and assignments. |
| `/configure parties` | Platoons (in-game parties) and function roles: Discord role, priority, limit, reduction, class exclusion, size, overflow, and target. |
| `/configure profiles` | Signup profiles per event type — which platoons and function roles each event layout offers. |
| `/configure class` | Class/spec priorities and class type priority limits. |
| `/configure member` | Individual member configuration. |
| `/configure scheduler` | Reminder and automation schedules. |
Expand Down
2 changes: 1 addition & 1 deletion docs/website/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The website is the larger dashboard side of GuildYapper. Discord is best for qui
</div>

::: info Login
Pages that show your server, roster, profile, or management data require Discord login. Public pages such as tierlists, Guild Tracker, class stats, streams, and guild wars can be browsed without managing a server.
Pages that show your server, roster, profile, or management data require Discord login, and so does Guild Tracker. Tierlists, class statistics, streams, Guild Wars, Arena of Solare, and Guild League pages are public and can be browsed without an account.
:::

## Main Website Areas
Expand Down