From 057c7f0d3fcc798673639a60893bef65f85f7ca9 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 4 Oct 2025 13:33:03 +0200 Subject: [PATCH] fix contributing and layout --- .github/CONTRIBUTING.md | 2 +- doc/doxygen-extra-pages/developer_documentation/index.md | 2 +- doc/doxygen-extra-pages/user_documentation/index.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ffde66d7b..af259a42c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,4 +1,4 @@ - +   [Introduction](#contributing-to-cockatrice) | [Code Style Guide]( #code-style-guide) | [Translations](#translations) | [Release Management]( diff --git a/doc/doxygen-extra-pages/developer_documentation/index.md b/doc/doxygen-extra-pages/developer_documentation/index.md index 121ee7c6f..97b706e03 100644 --- a/doc/doxygen-extra-pages/developer_documentation/index.md +++ b/doc/doxygen-extra-pages/developer_documentation/index.md @@ -1,3 +1,3 @@ @page developer_reference Developer Reference -- [Contributing](@subpage contributing) +- @subpage contributing \ No newline at end of file diff --git a/doc/doxygen-extra-pages/user_documentation/index.md b/doc/doxygen-extra-pages/user_documentation/index.md index 97c6f375c..ff87a9022 100644 --- a/doc/doxygen-extra-pages/user_documentation/index.md +++ b/doc/doxygen-extra-pages/user_documentation/index.md @@ -1,4 +1,4 @@ @page user_reference User Reference -@subpage search_syntax_help -@subpage deck_search_syntax_help \ No newline at end of file +- @subpage search_syntax_help +- @subpage deck_search_syntax_help \ No newline at end of file