From a11d1b51ee1b47b729a935828f4fa8846b2d87b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Sun, 19 Nov 2023 22:57:34 -0500
Subject: [PATCH] port toc macro to gitlab

---
 charybdis-4.1-upgrade | 2 +-
 dealing-with-abuse.md | 2 +-
 operator.md           | 2 +-
 servers.md            | 2 +-
 services.md           | 2 +-
 sharedconf.md         | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/charybdis-4.1-upgrade b/charybdis-4.1-upgrade
index beacee7..dfcd631 100644
--- a/charybdis-4.1-upgrade
+++ b/charybdis-4.1-upgrade
@@ -1,6 +1,6 @@
 I am in the process of performing the charybdis 4.1 upgrade and here are my notes.
 
-[[toc]]
+[[_TOC_]]
 
 h1. Upgrade procedure
 
diff --git a/dealing-with-abuse.md b/dealing-with-abuse.md
index 40faa2b..1e72b70 100644
--- a/dealing-with-abuse.md
+++ b/dealing-with-abuse.md
@@ -1,6 +1,6 @@
 The network is hooked into [dronebl.org->https://dronebl.org/] which keeps away some spammers, but obviously not all. Sometimes it's necessary to kick people out of the network when they don't play by the rule. We don't have formal rules on how to handle abuse, but in general we don't directly meddle in channel politics, except when users try to circumvent channel bans. Obviously, we sometimes have to resolve conflicts between channel operators or add channel operators when there are no operators at all.
 
-[[toc]]
+[[_TOC_]]
 
 # Channel operator resources
 
diff --git a/operator.md b/operator.md
index 9757938..4510f1e 100644
--- a/operator.md
+++ b/operator.md
@@ -1,7 +1,7 @@
 Notice: this was copied from https://docs.indymedia.org/Sysadmin/IrcOper and may be out of date. It also overlaps with Koumbit's documentation at https://wiki.koumbit.net/IrcMaintenance.
 
 See also http://www.stack.nl/~jilles/irc/charybdis-oper-guide/index.html
-[[toc]]
+[[_TOC_]]
 
 # What is an IRC Operator?
 
diff --git a/servers.md b/servers.md
index d00e84e..2e3f467 100644
--- a/servers.md
+++ b/servers.md
@@ -1,4 +1,4 @@
-[[toc]]
+[[_TOC_]]
 
 Configuration
 =============
diff --git a/services.md b/services.md
index 864869a..d410036 100644
--- a/services.md
+++ b/services.md
@@ -4,7 +4,7 @@ We are assuming here you are running Debian stable on a fully configured IRC ser
 
 Documentation for atheme services can be found on the [official wiki](https://github.com/atheme/atheme/wiki).
 
-[[toc]]
+[[_TOC_]]
 
 Installing
 ======
diff --git a/sharedconf.md b/sharedconf.md
index 65448d9..834ad09 100644
--- a/sharedconf.md
+++ b/sharedconf.md
@@ -2,7 +2,7 @@ We have a shared configuration among all the IRC servers in `/etc/charybdis/shar
 
 `/etc` is also under version control with `etckeeper`. Please do commit changes with a meaningful commit log. For more far-ranging changes, edit `/etc/changelog`.
 
-[[toc]]
+[[_TOC_]]
 
 Applying configuration changes
 =====================
-- 
GitLab