summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/brokenlinks.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki/directive/brokenlinks.mdwn')
-rw-r--r--ikiwiki/directive/brokenlinks.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/ikiwiki/directive/brokenlinks.mdwn b/ikiwiki/directive/brokenlinks.mdwn
new file mode 100644
index 0000000..b59e18b
--- /dev/null
+++ b/ikiwiki/directive/brokenlinks.mdwn
@@ -0,0 +1,15 @@
+The `brokenlinks` directive is supplied by the [[!iki plugins/brokenlinks
+desc=brokenlinks]] plugin.
+
+This directive generates a list of broken links on pages in the wiki. This
+is a useful way to find pages that still need to be written, or links that
+are written wrong.
+
+The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
+pages to search for broken links, default is search them all.
+
+Eksempel:
+
+ \[[!brokenlinks pages="* and !recentchanges"]]
+
+[[!meta robots="noindex, follow"]]