Skip to content
Merged
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 blog/3.1.0/3.1.0-interactions-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Nous avons posé les bases d’un [**système multilingue**](/docs/language) et

### Une commande de signalement {#report}

Une fonctionnalité demandée depuis longtemps : [**un système de signalement**](/features/reports) permettant à votre communauté de rapporter facilement des incidents sur votre serveur.
Une fonctionnalité demandée depuis longtemps : [**un système de signalement**](/docs/features/reports) permettant à votre communauté de rapporter facilement des incidents sur votre serveur.

![Capture d'écran menu de report](./assets/rp-report-message.webp)

Expand Down
2 changes: 1 addition & 1 deletion blog/3.3.1/3.3.1-jail-and-mute.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Ces langues viennent s'ajouter au français et à l'anglais déjà disponibles.

## ✨ Autres nouveautés de la 3.3.1 {#changelog}

- **[Panneaux d'information](/features/display)** : Affichez des panneaux d'information dans vos salons avec `/display public`. RaidProtect génère des messages traduits dans toutes les langues supportées par Discord pour expliquer son fonctionnement à vos membres : signalements, accès aux sanctions, prison...
- **[Panneaux d'information](/docs/features/display)** : Affichez des panneaux d'information dans vos salons avec `/display public`. RaidProtect génère des messages traduits dans toutes les langues supportées par Discord pour expliquer son fonctionnement à vos membres : signalements, accès aux sanctions, prison...
- **[Blocage de membres](/docs/features/utilities#block)** : Bloquez l'accès de certains membres à des fonctionnalités spécifiques de RaidProtect avec [`/block add`](/docs/features/utilities#block-add), [`/block remove`](/docs/features/utilities#block-remove) et [`/block list`](/docs/features/utilities#block-list).
- **[`/prune`](/docs/features/utilities#prune)** : Congédiez les membres inactifs avec des conditions plus précises.
- **[`/channel clear`](/docs/features/utilities#channel-clear)** : Supprimez et recréez un salon en une commande.
Expand Down
12 changes: 6 additions & 6 deletions docs/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Afin d'assurer le bon fonctionnement de RaidProtect :

Une fois RaidProtect ajouté à votre serveur, exécutez la commande [`/setup`](./setup.md#install).

<DocCard item={{ type: 'link', href: '/beta/setup', docId: 'setup', label: 'Installation guidée' }} />
<DocCard item={{ type: 'link', href: '/docs/beta/setup', docId: 'setup', label: 'Installation guidée' }} />
<br />

:::note
Pour les moins téméraires (ou les plus pressés), vous pouvez simplement lire les indications de la [commande `/setup`](./setup.md#advanced) qui récapitule les principales informations de chaque fonctionnalités.
Pour les moins téméraires (ou les plus pressés), vous pouvez simplement lire les indications de la [commande `/setup`](./setup.md#recommended) qui récapitule les principales informations de chaque fonctionnalités.
:::

### Utilisation {#use}
Expand All @@ -44,11 +44,11 @@ Consultez les différentes sections de cette documentation pour découvrir toute
Dans la documentation, les paramètres de commande sont affichés de cette manière lorsqu'elles sont `(obligatoires)` et lorsqu'elles sont `[facultatives]`.
:::

<DocCard item={{ type: 'link', href: '/beta/language', docId: 'language', label: 'Langues disponibles' }} />
<DocCard item={{ type: 'link', href: '/docs/beta/language', docId: 'language', label: 'Langues disponibles' }} />
<br />
<DocCard item={{ type: 'category', href: '/beta/features', label: 'Les fonctionnalités', description: 'Les documentations de chacune de nos fonctionnalités.' }} />
<DocCard item={{ type: 'category', href: '/docs/beta/features', label: 'Les fonctionnalités', description: 'Les documentations de chacune de nos fonctionnalités.' }} />
<br />
<DocCard item={{ type: 'category', href: '/beta/guides', label: 'Nos guides', description: 'Des guides pour vous aider au mieux.' }} />
<DocCard item={{ type: 'category', href: '/docs/beta/guides', label: 'Nos guides', description: 'Des guides pour vous aider au mieux.' }} />
<br />
<DocCard item={{ type: 'category', href: '/beta/useful-links', label: 'Liens utiles', description: 'Les divers liens utiles de RaidProtect.' }} />
<DocCard item={{ type: 'category', href: '/docs/beta/useful-links', label: 'Liens utiles', description: 'Les divers liens utiles de RaidProtect.' }} />
<br />
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Wir haben den Grundstein für ein [**mehrsprachiges System**](/docs/language) ge

### Ein Reporting‑Befehl {#report}

Eine oft gewünschte Funktion: [**ein Meldesystem**](/features/reports), mit dem eure Community Vorfälle auf dem Server ganz einfach melden kann.
Eine oft gewünschte Funktion: [**ein Meldesystem**](/docs/features/reports), mit dem eure Community Vorfälle auf dem Server ganz einfach melden kann.

![Screenshot of the report menu](../../../en/docusaurus-plugin-content-blog/3.1.0/assets/rp-report-message.webp)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Diese Sprachen ergänzen Französisch und Englisch, die bereits verfügbar waren

## 📰 Informationstafeln {#display}

Zeige [Informationstafeln](/features/display) in deinen Kanälen mit `/display public` an. RaidProtect generiert Nachrichten, die in alle von Discord unterstützten Sprachen übersetzt sind, um deinen Mitgliedern seine Funktionsweise zu erklären: Meldungen, Zugang zu Sanktionen, Gefängnis...
Zeige [Informationstafeln](/docs/features/display) in deinen Kanälen mit `/display public` an. RaidProtect generiert Nachrichten, die in alle von Discord unterstützten Sprachen übersetzt sind, um deinen Mitgliedern seine Funktionsweise zu erklären: Meldungen, Zugang zu Sanktionen, Gefängnis...

---

Expand Down
12 changes: 6 additions & 6 deletions i18n/de/docusaurus-plugin-content-docs/current/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Um das ordnungsgemäße Funktionieren von RaidProtect sicherzustellen:

Sobald RaidProtect zu Ihrem Server hinzugefügt wurde, führen Sie den Befehl [`/setup`](./setup.md#install) aus.

<DocCard item={{ type: 'link', href: '/beta/setup', docId: 'setup', label: 'Geführte Installation' }} />
<DocCard item={{ type: 'link', href: '/docs/beta/setup', docId: 'setup', label: 'Geführte Installation' }} />
<br />

:::note
Für die weniger Abenteuerlustigen (oder die Ungeduldigen) können Sie einfach die Anweisungen des [`/setup`-Befehls](./setup.md#advanced) lesen, der die wichtigsten Informationen jeder Funktion zusammenfasst.
Für die weniger Abenteuerlustigen (oder die Ungeduldigen) können Sie einfach die Anweisungen des [`/setup`-Befehls](./setup.md#recommended) lesen, der die wichtigsten Informationen jeder Funktion zusammenfasst.
:::

### Verwendung {#use}
Expand All @@ -44,11 +44,11 @@ Sehen Sie sich die verschiedenen Abschnitte dieser Dokumentation an, um alle Fun
In der Dokumentation werden Befehlsparameter auf diese Weise angezeigt, wenn sie `(obligatorisch)` und wenn sie `[optional]` sind.
:::

<DocCard item={{ type: 'link', href: '/beta/language', docId: 'language', label: 'Verfügbare Sprachen' }} />
<DocCard item={{ type: 'link', href: '/docs/beta/language', docId: 'language', label: 'Verfügbare Sprachen' }} />
<br />
<DocCard item={{ type: 'category', href: '/beta/features', label: 'Funktionen', description: 'Dokumentation für jede unserer Funktionen.' }} />
<DocCard item={{ type: 'category', href: '/docs/beta/features', label: 'Funktionen', description: 'Dokumentation für jede unserer Funktionen.' }} />
<br />
<DocCard item={{ type: 'category', href: '/beta/guides', label: 'Unsere Anleitungen', description: 'Anleitungen, die Ihnen bestmöglich helfen.' }} />
<DocCard item={{ type: 'category', href: '/docs/beta/guides', label: 'Unsere Anleitungen', description: 'Anleitungen, die Ihnen bestmöglich helfen.' }} />
<br />
<DocCard item={{ type: 'category', href: '/beta/useful-links', label: 'Nützliche Links', description: 'Verschiedene nützliche Links zu RaidProtect.' }} />
<DocCard item={{ type: 'category', href: '/docs/beta/useful-links', label: 'Nützliche Links', description: 'Verschiedene nützliche Links zu RaidProtect.' }} />
<br />
10 changes: 5 additions & 5 deletions i18n/de/docusaurus-plugin-content-docs/version-3.0.0/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ That's it, **RaidProtect is now on your Discord server**! A channel named `#raid

Check out the various sections of this documentation to **explore all the features offered** by the bot! 😎

<DocCard item={{ type: 'link', href: '/3.0.0/features/anti-spam', docId: 'features/anti-spam', label: 'Anti-Spam' }} />
<DocCard item={{ type: 'link', href: '/docs/3.0.0/features/anti-spam', docId: 'features/anti-spam', label: 'Anti-Spam' }} />
<br />
<DocCard item={{ type: 'link', href: '/3.0.0/features/captcha', docId: 'features/captcha', label: 'Captcha (Verification)' }} />
<DocCard item={{ type: 'link', href: '/docs/3.0.0/features/captcha', docId: 'features/captcha', label: 'Captcha (Verification)' }} />
<br />
<DocCard item={{ type: 'link', href: '/3.0.0/features/raid-mode', docId: 'features/raid-mode', label: 'Raid Mode' }} />
<DocCard item={{ type: 'link', href: '/docs/3.0.0/features/raid-mode', docId: 'features/raid-mode', label: 'Raid Mode' }} />
<br />
<DocCard item={{ type: 'link', href: '/3.0.0/features/others', docId: 'features/others', label: 'Others' }} />
<DocCard item={{ type: 'link', href: '/docs/3.0.0/features/others', docId: 'features/others', label: 'Others' }} />
<br />

For those in a hurry (or less adventurous), you can check out our quick guide, which summarizes the key information to get started. 😉

<DocCard item={{ type: 'link', href: '/3.0.0/quick-guide', docId: 'quick-guide', label: 'Quick Guide' }} />
<DocCard item={{ type: 'link', href: '/docs/3.0.0/quick-guide', docId: 'quick-guide', label: 'Quick Guide' }} />

## 👥 About the Project {#about}

Expand Down
12 changes: 6 additions & 6 deletions i18n/de/docusaurus-plugin-content-docs/version-3.1.0/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ To ensure the proper functioning of RaidProtect:

Once RaidProtect is added to your server, run the [`/setup`](./setup.md#install) command.

<DocCard item={{ type: 'link', href: '/3.1.0/setup', docId: 'setup', label: 'Guided Installation' }} />
<DocCard item={{ type: 'link', href: '/docs/3.1.0/setup', docId: 'setup', label: 'Guided Installation' }} />
<br />

:::note
For the less adventurous (or the more impatient), you can simply read the instructions of the [`/setup`](./setup.md#advanced) command which summarizes the main information of each feature.
For the less adventurous (or the more impatient), you can simply read the instructions of the [`/setup`](./setup.md#recommended) command which summarizes the main information of each feature.
:::

### Usage {#use}

Check out the different sections of this documentation to discover all the features offered by RaidProtect.

<DocCard item={{ type: 'link', href: '/3.1.0/language', docId: 'language', label: 'Available Languages' }} />
<DocCard item={{ type: 'link', href: '/docs/3.1.0/language', docId: 'language', label: 'Available Languages' }} />
<br />
<DocCard item={{ type: 'category', href: '/3.1.0/features', label: 'Features', description: 'Documentation for each of our features.' }} />
<DocCard item={{ type: 'category', href: '/docs/3.1.0/features', label: 'Features', description: 'Documentation for each of our features.' }} />
<br />
<DocCard item={{ type: 'category', href: '/3.1.0/guides', label: 'Our Guides', description: 'Guides to help you the best way possible.' }} />
<DocCard item={{ type: 'category', href: '/docs/3.1.0/guides', label: 'Our Guides', description: 'Guides to help you the best way possible.' }} />
<br />
<DocCard item={{ type: 'category', href: '/3.1.0/useful-links', label: 'Useful Links', description: 'Various useful links for RaidProtect.' }} />
<DocCard item={{ type: 'category', href: '/docs/3.1.0/useful-links', label: 'Useful Links', description: 'Various useful links for RaidProtect.' }} />
<br />
12 changes: 6 additions & 6 deletions i18n/de/docusaurus-plugin-content-docs/version-3.1.1/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ To ensure the proper functioning of RaidProtect:

Once RaidProtect is added to your server, run the [`/setup`](./setup.md#install) command.

<DocCard item={{ type: 'link', href: '/3.1.1/setup', docId: 'setup', label: 'Guided Installation' }} />
<DocCard item={{ type: 'link', href: '/docs/3.1.1/setup', docId: 'setup', label: 'Guided Installation' }} />
<br />

:::note
For the less adventurous (or the more impatient), you can simply read the instructions of the [`/setup`](./setup.md#advanced) command which summarizes the main information of each feature.
For the less adventurous (or the more impatient), you can simply read the instructions of the [`/setup`](./setup.md#recommended) command which summarizes the main information of each feature.
:::

### Usage {#use}

Check out the different sections of this documentation to discover all the features offered by RaidProtect.

<DocCard item={{ type: 'link', href: '/3.1.1/language', docId: 'language', label: 'Available Languages' }} />
<DocCard item={{ type: 'link', href: '/docs/3.1.1/language', docId: 'language', label: 'Available Languages' }} />
<br />
<DocCard item={{ type: 'category', href: '/3.1.1/features', label: 'Features', description: 'Documentation for each of our features.' }} />
<DocCard item={{ type: 'category', href: '/docs/3.1.1/features', label: 'Features', description: 'Documentation for each of our features.' }} />
<br />
<DocCard item={{ type: 'category', href: '/3.1.1/guides', label: 'Our Guides', description: 'Guides to help you the best way possible.' }} />
<DocCard item={{ type: 'category', href: '/docs/3.1.1/guides', label: 'Our Guides', description: 'Guides to help you the best way possible.' }} />
<br />
<DocCard item={{ type: 'category', href: '/3.1.1/useful-links', label: 'Useful Links', description: 'Various useful links for RaidProtect.' }} />
<DocCard item={{ type: 'category', href: '/docs/3.1.1/useful-links', label: 'Useful Links', description: 'Various useful links for RaidProtect.' }} />
<br />
12 changes: 6 additions & 6 deletions i18n/de/docusaurus-plugin-content-docs/version-3.2.0/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ Um das ordnungsgemäße Funktionieren von RaidProtect sicherzustellen:

Sobald RaidProtect zu deinem Server hinzugefügt wurde, führe den Befehl [`/setup`](./setup.md#install) aus.

<DocCard item={{ type: 'link', href: '/3.2.0/setup', docId: 'setup', label: 'Geführte Installation' }} />
<DocCard item={{ type: 'link', href: '/docs/3.2.0/setup', docId: 'setup', label: 'Geführte Installation' }} />
<br />

:::note
Für die weniger Abenteuerlustigen (oder die Ungeduldigen) kannst du einfach die Anweisungen des Befehls [`/setup`](./setup.md#advanced) lesen, der die wichtigsten Informationen jeder Funktion zusammenfasst.
Für die weniger Abenteuerlustigen (oder die Ungeduldigen) kannst du einfach die Anweisungen des Befehls [`/setup`](./setup.md#recommended) lesen, der die wichtigsten Informationen jeder Funktion zusammenfasst.
:::

### Verwendung {#use}

Sieh dir die verschiedenen Abschnitte dieser Dokumentation an, um alle Funktionen von RaidProtect zu entdecken.

<DocCard item={{ type: 'link', href: '/3.2.0/language', docId: 'language', label: 'Verfügbare Sprachen' }} />
<DocCard item={{ type: 'link', href: '/docs/3.2.0/language', docId: 'language', label: 'Verfügbare Sprachen' }} />
<br />
<DocCard item={{ type: 'category', href: '/3.2.0/features', label: 'Funktionen', description: 'Dokumentation für jede unserer Funktionen.' }} />
<DocCard item={{ type: 'category', href: '/docs/3.2.0/features', label: 'Funktionen', description: 'Dokumentation für jede unserer Funktionen.' }} />
<br />
<DocCard item={{ type: 'category', href: '/3.2.0/guides', label: 'Unsere Anleitungen', description: 'Anleitungen, die dir bestmöglich helfen.' }} />
<DocCard item={{ type: 'category', href: '/docs/3.2.0/guides', label: 'Unsere Anleitungen', description: 'Anleitungen, die dir bestmöglich helfen.' }} />
<br />
<DocCard item={{ type: 'category', href: '/3.2.0/useful-links', label: 'Nützliche Links', description: 'Verschiedene nützliche Links zu RaidProtect.' }} />
<DocCard item={{ type: 'category', href: '/docs/3.2.0/useful-links', label: 'Nützliche Links', description: 'Verschiedene nützliche Links zu RaidProtect.' }} />
<br />
12 changes: 6 additions & 6 deletions i18n/de/docusaurus-plugin-content-docs/version-3.2.1/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Um das ordnungsgemäße Funktionieren von RaidProtect sicherzustellen:

Sobald RaidProtect zu deinem Server hinzugefügt wurde, führe den Befehl [`/setup`](./setup.md#install) aus.

<DocCard item={{ type: 'link', href: '/setup', docId: 'setup', label: 'Geführte Installation' }} />
<DocCard item={{ type: 'link', href: '/docs/setup', docId: 'setup', label: 'Geführte Installation' }} />
<br />

:::note
Für die weniger Abenteuerlustigen (oder die Ungeduldigen) kannst du einfach die Anweisungen des Befehls [`/setup`](./setup.md#advanced) lesen, der die wichtigsten Informationen jeder Funktion zusammenfasst.
Für die weniger Abenteuerlustigen (oder die Ungeduldigen) kannst du einfach die Anweisungen des Befehls [`/setup`](./setup.md#recommended) lesen, der die wichtigsten Informationen jeder Funktion zusammenfasst.
:::

### Verwendung {#use}
Expand All @@ -44,11 +44,11 @@ Sieh dir die verschiedenen Abschnitte dieser Dokumentation an, um alle Funktione
In der Dokumentation werden Befehlsparameter auf diese Weise angezeigt, wenn sie `(obligatorisch)` und wenn sie `[optional]` sind.
:::

<DocCard item={{ type: 'link', href: '/language', docId: 'language', label: 'Verfügbare Sprachen' }} />
<DocCard item={{ type: 'link', href: '/docs/language', docId: 'language', label: 'Verfügbare Sprachen' }} />
<br />
<DocCard item={{ type: 'category', href: '/features', label: 'Funktionen', description: 'Dokumentation für jede unserer Funktionen.' }} />
<DocCard item={{ type: 'category', href: '/docs/features', label: 'Funktionen', description: 'Dokumentation für jede unserer Funktionen.' }} />
<br />
<DocCard item={{ type: 'category', href: '/guides', label: 'Unsere Anleitungen', description: 'Anleitungen, die dir bestmöglich helfen.' }} />
<DocCard item={{ type: 'category', href: '/docs/guides', label: 'Unsere Anleitungen', description: 'Anleitungen, die dir bestmöglich helfen.' }} />
<br />
<DocCard item={{ type: 'category', href: '/useful-links', label: 'Nützliche Links', description: 'Verschiedene nützliche Links zu RaidProtect.' }} />
<DocCard item={{ type: 'category', href: '/docs/useful-links', label: 'Nützliche Links', description: 'Verschiedene nützliche Links zu RaidProtect.' }} />
<br />
Loading