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