From 265a23212e0994df93d711ac029636878f77b651 Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Wed, 26 Apr 2023 12:40:37 +0200 Subject: [PATCH] Fix(docs) Contributing, CoC and License links (#3308) --- docs/LICENSE | 1 + docs/code-of-conduct.md | 1 + docs/contributing.md | 1 + mkdocs.yml | 10 +++++----- 4 files changed, 8 insertions(+), 5 deletions(-) create mode 120000 docs/LICENSE create mode 120000 docs/code-of-conduct.md create mode 120000 docs/contributing.md diff --git a/docs/LICENSE b/docs/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/docs/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/docs/code-of-conduct.md b/docs/code-of-conduct.md new file mode 120000 index 00000000..0400d574 --- /dev/null +++ b/docs/code-of-conduct.md @@ -0,0 +1 @@ +../CODE_OF_CONDUCT.md \ No newline at end of file diff --git a/docs/contributing.md b/docs/contributing.md new file mode 120000 index 00000000..44fcc634 --- /dev/null +++ b/docs/contributing.md @@ -0,0 +1 @@ +../CONTRIBUTING.md \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index b8e529ea..0b743e91 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,8 +13,8 @@ nav: - Voice: configuration/voice.md - Image Generation: configuration/imagegen.md - - Code of Conduct: ../CODE_OF_CONDUCT.md - - Contributing: ../CONTRIBUTING.md - - License: ../LICENSE - -theme: readthedocs \ No newline at end of file + - Code of Conduct: code-of-conduct.md + - Contributing: contributing.md + - License: LICENSE + +theme: readthedocs