From 5488e1d1edcc19e9ba1227793e87057dcb0fcfe4 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:03:17 +0100 Subject: [PATCH] docs(docs/index): simplify manpage name conflict resolution Simplify manpage name conflict resolution by assuming that 'docs/index.adoc' is not used as a manpage. --- README.adoc | 2 +- docs/dev/index.adoc | 2 +- docs/index.adoc | 2 +- docs/user/index.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index be37f71c..51ca9f9c 100644 --- a/README.adoc +++ b/README.adoc @@ -21,7 +21,7 @@ Manager]. == Documentation -* link:docs/index.adoc[dotfiles-docs(7)] +* link:docs/index.adoc[Documentation Overview] == See Also diff --git a/docs/dev/index.adoc b/docs/dev/index.adoc index 7b5b007c..2c5069cd 100644 --- a/docs/dev/index.adoc +++ b/docs/dev/index.adoc @@ -6,7 +6,7 @@ dotfiles.dev - Development Documentation Overview == See Also -link:../index.adoc[dotfiles-docs(7)], +link:../index.adoc[Documentation Overview], link:code_of_conduct.adoc[dotfiles.dev.code-of-conduct(7)], link:contributing.adoc[dotfiles.dev.contributing(7)], link:keymappings.adoc[dotfiles.dev.keymappings(7)] diff --git a/docs/index.adoc b/docs/index.adoc index 35f50da1..90daf112 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -1,4 +1,4 @@ -= dotfiles-docs(7) += dotfiles == Name diff --git a/docs/user/index.adoc b/docs/user/index.adoc index 89ead88c..b3a1748e 100644 --- a/docs/user/index.adoc +++ b/docs/user/index.adoc @@ -14,4 +14,4 @@ Manager]. == See Also -link:../index.adoc[dotfiles-docs(7)], link:usage.adoc[dotfiles.usage(7)] +link:../index.adoc[Documentation Overview], link:usage.adoc[dotfiles.usage(7)]