From 9ed0d772da152e5ea76959f80d62b0f93b43da1d Mon Sep 17 00:00:00 2001 From: Kostas Tsiligkiris Date: Sun, 20 Feb 2022 11:44:08 +0200 Subject: [PATCH] [DOCS] Fix problem with Edit in github link The link is created with docs in it, even if the mkdocs.yml file mentions doc as the documentation folder. I am not aware if there is any other dependency in the name doc, I have renamed it to docs and changed it also in the mkdocs.yml file. It seems docs is hardcoded in the readthedocs theme :( --- {doc => docs}/cheatsheet.png | Bin {doc => docs}/configuration.md | 0 {doc => docs}/contributing.md | 0 {doc => docs}/css/extra.css | 0 {doc => docs}/faq.md | 0 {doc => docs}/index.md | 0 {doc => docs}/installation.md | 0 {doc => docs}/modules/clojure.md | 0 {doc => docs}/modules/common_lisp.md | 0 {doc => docs}/modules/company.md | 0 {doc => docs}/modules/dart.md | 0 {doc => docs}/modules/emacs_lisp.md | 0 {doc => docs}/modules/erc.md | 0 {doc => docs}/modules/fsharp.md | 0 {doc => docs}/modules/index.md | 0 {doc => docs}/modules/lisp.md | 0 {doc => docs}/modules/programming.md | 0 {doc => docs}/modules/python.md | 0 {doc => docs}/modules/ruby.md | 0 {doc => docs}/modules/scheme.md | 0 {doc => docs}/prelude-cheatsheet.pdf | Bin {doc => docs}/prelude-cheatsheet.tex | 0 {doc => docs}/support.md | 0 {doc => docs}/troubleshooting.md | 0 {doc => docs}/usage.md | 0 mkdocs.yml | 2 +- 26 files changed, 1 insertion(+), 1 deletion(-) rename {doc => docs}/cheatsheet.png (100%) rename {doc => docs}/configuration.md (100%) rename {doc => docs}/contributing.md (100%) rename {doc => docs}/css/extra.css (100%) rename {doc => docs}/faq.md (100%) rename {doc => docs}/index.md (100%) rename {doc => docs}/installation.md (100%) rename {doc => docs}/modules/clojure.md (100%) rename {doc => docs}/modules/common_lisp.md (100%) rename {doc => docs}/modules/company.md (100%) rename {doc => docs}/modules/dart.md (100%) rename {doc => docs}/modules/emacs_lisp.md (100%) rename {doc => docs}/modules/erc.md (100%) rename {doc => docs}/modules/fsharp.md (100%) rename {doc => docs}/modules/index.md (100%) rename {doc => docs}/modules/lisp.md (100%) rename {doc => docs}/modules/programming.md (100%) rename {doc => docs}/modules/python.md (100%) rename {doc => docs}/modules/ruby.md (100%) rename {doc => docs}/modules/scheme.md (100%) rename {doc => docs}/prelude-cheatsheet.pdf (100%) rename {doc => docs}/prelude-cheatsheet.tex (100%) rename {doc => docs}/support.md (100%) rename {doc => docs}/troubleshooting.md (100%) rename {doc => docs}/usage.md (100%) diff --git a/doc/cheatsheet.png b/docs/cheatsheet.png similarity index 100% rename from doc/cheatsheet.png rename to docs/cheatsheet.png diff --git a/doc/configuration.md b/docs/configuration.md similarity index 100% rename from doc/configuration.md rename to docs/configuration.md diff --git a/doc/contributing.md b/docs/contributing.md similarity index 100% rename from doc/contributing.md rename to docs/contributing.md diff --git a/doc/css/extra.css b/docs/css/extra.css similarity index 100% rename from doc/css/extra.css rename to docs/css/extra.css diff --git a/doc/faq.md b/docs/faq.md similarity index 100% rename from doc/faq.md rename to docs/faq.md diff --git a/doc/index.md b/docs/index.md similarity index 100% rename from doc/index.md rename to docs/index.md diff --git a/doc/installation.md b/docs/installation.md similarity index 100% rename from doc/installation.md rename to docs/installation.md diff --git a/doc/modules/clojure.md b/docs/modules/clojure.md similarity index 100% rename from doc/modules/clojure.md rename to docs/modules/clojure.md diff --git a/doc/modules/common_lisp.md b/docs/modules/common_lisp.md similarity index 100% rename from doc/modules/common_lisp.md rename to docs/modules/common_lisp.md diff --git a/doc/modules/company.md b/docs/modules/company.md similarity index 100% rename from doc/modules/company.md rename to docs/modules/company.md diff --git a/doc/modules/dart.md b/docs/modules/dart.md similarity index 100% rename from doc/modules/dart.md rename to docs/modules/dart.md diff --git a/doc/modules/emacs_lisp.md b/docs/modules/emacs_lisp.md similarity index 100% rename from doc/modules/emacs_lisp.md rename to docs/modules/emacs_lisp.md diff --git a/doc/modules/erc.md b/docs/modules/erc.md similarity index 100% rename from doc/modules/erc.md rename to docs/modules/erc.md diff --git a/doc/modules/fsharp.md b/docs/modules/fsharp.md similarity index 100% rename from doc/modules/fsharp.md rename to docs/modules/fsharp.md diff --git a/doc/modules/index.md b/docs/modules/index.md similarity index 100% rename from doc/modules/index.md rename to docs/modules/index.md diff --git a/doc/modules/lisp.md b/docs/modules/lisp.md similarity index 100% rename from doc/modules/lisp.md rename to docs/modules/lisp.md diff --git a/doc/modules/programming.md b/docs/modules/programming.md similarity index 100% rename from doc/modules/programming.md rename to docs/modules/programming.md diff --git a/doc/modules/python.md b/docs/modules/python.md similarity index 100% rename from doc/modules/python.md rename to docs/modules/python.md diff --git a/doc/modules/ruby.md b/docs/modules/ruby.md similarity index 100% rename from doc/modules/ruby.md rename to docs/modules/ruby.md diff --git a/doc/modules/scheme.md b/docs/modules/scheme.md similarity index 100% rename from doc/modules/scheme.md rename to docs/modules/scheme.md diff --git a/doc/prelude-cheatsheet.pdf b/docs/prelude-cheatsheet.pdf similarity index 100% rename from doc/prelude-cheatsheet.pdf rename to docs/prelude-cheatsheet.pdf diff --git a/doc/prelude-cheatsheet.tex b/docs/prelude-cheatsheet.tex similarity index 100% rename from doc/prelude-cheatsheet.tex rename to docs/prelude-cheatsheet.tex diff --git a/doc/support.md b/docs/support.md similarity index 100% rename from doc/support.md rename to docs/support.md diff --git a/doc/troubleshooting.md b/docs/troubleshooting.md similarity index 100% rename from doc/troubleshooting.md rename to docs/troubleshooting.md diff --git a/doc/usage.md b/docs/usage.md similarity index 100% rename from doc/usage.md rename to docs/usage.md diff --git a/mkdocs.yml b/mkdocs.yml index 10272c9..c9d3f02 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: "Prelude: A sleek, modern, simple and powerful Emacs experience for everyone" repo_url: https://github.com/bbatsov/prelude copyright: "Copyright (C) 2011-2021 Bozhidar Batsov and Prelude contributors" -docs_dir: doc +docs_dir: docs pages: - Home: index.md - Installation: installation.md