From 3152055594cf08806a4dfb7fdb232f75d3eba2ab Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 27 Aug 2024 20:02:51 +0100 Subject: [PATCH] Move partial files over to the v4 docs. --- docs/3/configuration/_class.yml | 2 +- docs/3/modules/sqlauth.yml | 2 +- docs/3/modules/sqloper.yml | 2 +- docs/3/snomasks.md | 2 +- docs/{3 => 4}/_extbans_table.md | 0 docs/{3 => 4}/_mode_types_table.md | 0 docs/{3 => 4}/_modes_table.md | 0 docs/{3 => 4}/_snomasks_table.md | 0 docs/4/channel-modes.md | 4 ++-- docs/4/configuration/_class.yml | 2 +- docs/{3 => 4}/configuration/_class_privs.md | 0 docs/4/extended-bans.md | 4 ++-- docs/{3 => 4}/modules/_sql_table.md | 0 docs/4/modules/log_sql.yml | 2 +- docs/4/modules/sqlauth.yml | 2 +- docs/4/modules/sqloper.yml | 2 +- docs/4/snomasks.md | 2 +- docs/4/user-modes.md | 4 ++-- 18 files changed, 15 insertions(+), 15 deletions(-) rename docs/{3 => 4}/_extbans_table.md (100%) rename docs/{3 => 4}/_mode_types_table.md (100%) rename docs/{3 => 4}/_modes_table.md (100%) rename docs/{3 => 4}/_snomasks_table.md (100%) rename docs/{3 => 4}/configuration/_class_privs.md (100%) rename docs/{3 => 4}/modules/_sql_table.md (100%) diff --git a/docs/3/configuration/_class.yml b/docs/3/configuration/_class.yml index 0b4811955..24f267d29 100644 --- a/docs/3/configuration/_class.yml +++ b/docs/3/configuration/_class.yml @@ -40,7 +40,7 @@ attributes: description: |- The server operator-only snomasks that server operators with this class can change. details: |+ - {! 3/configuration/_class_privs.md !} + {! 4/configuration/_class_privs.md !} example: |- ```xml diff --git a/docs/3/modules/sqlauth.yml b/docs/3/modules/sqlauth.yml index 667398803..1f8aa4c31 100644 --- a/docs/3/modules/sqlauth.yml +++ b/docs/3/modules/sqlauth.yml @@ -99,4 +99,4 @@ configuration: ``` special_notes: |- - {% include "3/modules/_sql_table.md" %} + {% include "4/modules/_sql_table.md" %} diff --git a/docs/3/modules/sqloper.yml b/docs/3/modules/sqloper.yml index 7d2edd3dd..e9e3381a4 100644 --- a/docs/3/modules/sqloper.yml +++ b/docs/3/modules/sqloper.yml @@ -37,6 +37,6 @@ configuration: For each row an will be defined using the field values returned. See [the core `` tag](/{{ version }}/configuration/#oper) for column names, default values and required columns. special_notes: |- - {% include "3/modules/_sql_table.md" %} + {% include "4/modules/_sql_table.md" %} Example schemas for the server operator database are available in [the `sql` subdirectory of the InspIRCd configuration directory](https://github.com/inspircd/inspircd/tree/insp3/docs/sql). You can define your own schema as long as your query returns the required columns. diff --git a/docs/3/snomasks.md b/docs/3/snomasks.md index 9f72b63c6..659bd3cdd 100644 --- a/docs/3/snomasks.md +++ b/docs/3/snomasks.md @@ -52,4 +52,4 @@ X | Notifications about X-lines being added/removed/expired on a remote ### Module SNOMasks {% set snomasks = module_snomasks %} -{% include "3/_snomasks_table.md" %} +{% include "4/_snomasks_table.md" %} diff --git a/docs/3/_extbans_table.md b/docs/4/_extbans_table.md similarity index 100% rename from docs/3/_extbans_table.md rename to docs/4/_extbans_table.md diff --git a/docs/3/_mode_types_table.md b/docs/4/_mode_types_table.md similarity index 100% rename from docs/3/_mode_types_table.md rename to docs/4/_mode_types_table.md diff --git a/docs/3/_modes_table.md b/docs/4/_modes_table.md similarity index 100% rename from docs/3/_modes_table.md rename to docs/4/_modes_table.md diff --git a/docs/3/_snomasks_table.md b/docs/4/_snomasks_table.md similarity index 100% rename from docs/3/_snomasks_table.md rename to docs/4/_snomasks_table.md diff --git a/docs/4/channel-modes.md b/docs/4/channel-modes.md index 72e96648e..4c9053f98 100644 --- a/docs/4/channel-modes.md +++ b/docs/4/channel-modes.md @@ -7,7 +7,7 @@ title: v{{ version }} Channel Modes !!! note "" This page documents channel modes. For user modes see [the user mode page](/{{ version }}/user-modes). -{% include "3/_mode_types_table.md" %} +{% include "4/_mode_types_table.md" %} ### Core @@ -80,7 +80,7 @@ Removes channel voice status from Sadie in \#channel: ### Modules {% set modes = module_chmodes %} -{% include "3/_modes_table.md" %} +{% include "4/_modes_table.md" %} ### Configuration-defined modes diff --git a/docs/4/configuration/_class.yml b/docs/4/configuration/_class.yml index a1d3f2358..67f183c88 100644 --- a/docs/4/configuration/_class.yml +++ b/docs/4/configuration/_class.yml @@ -39,7 +39,7 @@ attributes: description: |- The server operator-only snomasks that server operators with this class can change. details: |+ - {! 3/configuration/_class_privs.md !} + {! 4/configuration/_class_privs.md !} example: |- ```xml diff --git a/docs/3/configuration/_class_privs.md b/docs/4/configuration/_class_privs.md similarity index 100% rename from docs/3/configuration/_class_privs.md rename to docs/4/configuration/_class_privs.md diff --git a/docs/4/extended-bans.md b/docs/4/extended-bans.md index 89bbc91b2..12d40733d 100644 --- a/docs/4/extended-bans.md +++ b/docs/4/extended-bans.md @@ -11,11 +11,11 @@ Some [list modes](/{{ version }}/channel-modes), such as [channel mode `b` (ban) Acting extended bans allow restricting actions that users can perform. Such actions can include preventing a user from speaking in a channel (requires [the muteban module](/{{ version }}/modules/muteban)) or changing their nickname (requires [the nonicks module](/{{ version }}/modules/nonicks)). Acting extended bans can also be stacked with matching extended bans (see below). {% set extbans = acting_module_extbans %} -{% include "3/_extbans_table.md" %} +{% include "4/_extbans_table.md" %} ### Matching Matching extended bans allow matching against extended user attributes such as connect class (requires [the classban module](/{{ version }}/modules/classban)) or TLS (SSL) fingerprint (requires [the sslmodes module](/{{ version }}/modules/sslmodes)). {% set extbans = matching_module_extbans %} -{% include "3/_extbans_table.md" %} +{% include "4/_extbans_table.md" %} diff --git a/docs/3/modules/_sql_table.md b/docs/4/modules/_sql_table.md similarity index 100% rename from docs/3/modules/_sql_table.md rename to docs/4/modules/_sql_table.md diff --git a/docs/4/modules/log_sql.yml b/docs/4/modules/log_sql.yml index 32f4e29d4..54d866f28 100644 --- a/docs/4/modules/log_sql.yml +++ b/docs/4/modules/log_sql.yml @@ -49,6 +49,6 @@ configuration: ``` special_notes: |- - {% include "3/modules/_sql_table.md" %} + {% include "4/modules/_sql_table.md" %} Example schemas for the server operator database are available in [the `sql` subdirectory of the InspIRCd configuration directory](https://github.com/inspircd/inspircd/tree/insp4/docs/sql). You can define your own schema as long as your query returns the required columns. diff --git a/docs/4/modules/sqlauth.yml b/docs/4/modules/sqlauth.yml index a53aad2f1..9ba0a8b2b 100644 --- a/docs/4/modules/sqlauth.yml +++ b/docs/4/modules/sqlauth.yml @@ -109,4 +109,4 @@ configuration: ``` special_notes: |- - {% include "3/modules/_sql_table.md" %} + {% include "4/modules/_sql_table.md" %} diff --git a/docs/4/modules/sqloper.yml b/docs/4/modules/sqloper.yml index a8e8e8f6d..3e9172623 100644 --- a/docs/4/modules/sqloper.yml +++ b/docs/4/modules/sqloper.yml @@ -37,6 +37,6 @@ configuration: For each row an will be defined using the field values returned. See [the core `` tag](/{{ version }}/configuration/#oper) for column names, default values and required columns. special_notes: |- - {% include "3/modules/_sql_table.md" %} + {% include "4/modules/_sql_table.md" %} Example schemas for the server operator database are available in [the `sql` subdirectory of the InspIRCd configuration directory](https://github.com/inspircd/inspircd/tree/master/docs/sql). You can define your own schema as long as your query returns the required columns. diff --git a/docs/4/snomasks.md b/docs/4/snomasks.md index f5cc974dc..52054a132 100644 --- a/docs/4/snomasks.md +++ b/docs/4/snomasks.md @@ -54,4 +54,4 @@ X | Notifications about X-lines being added/removed/expired on a remote ### Module SNOMasks {% set snomasks = module_snomasks %} -{% include "3/_snomasks_table.md" %} +{% include "4/_snomasks_table.md" %} diff --git a/docs/4/user-modes.md b/docs/4/user-modes.md index 2f4c08b9f..5958680d5 100644 --- a/docs/4/user-modes.md +++ b/docs/4/user-modes.md @@ -7,7 +7,7 @@ title: v{{ version }} User Modes !!! note "" This page documents user modes. For channel modes see [the channel mode page](/{{ version }}/channel-modes). -{% include "3/_mode_types_table.md" %} +{% include "4/_mode_types_table.md" %} ### Core @@ -43,4 +43,4 @@ Disables all enabled snomasks: ### Modules {% set modes = module_umodes %} -{% include "3/_modes_table.md" %} +{% include "4/_modes_table.md" %}