Browse Source

[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 :(
custom
Kostas Tsiligkiris 4 years ago
committed by Bozhidar Batsov
parent
commit
9ed0d772da
  1. 0
      docs/cheatsheet.png
  2. 0
      docs/configuration.md
  3. 0
      docs/contributing.md
  4. 0
      docs/css/extra.css
  5. 0
      docs/faq.md
  6. 0
      docs/index.md
  7. 0
      docs/installation.md
  8. 0
      docs/modules/clojure.md
  9. 0
      docs/modules/common_lisp.md
  10. 0
      docs/modules/company.md
  11. 0
      docs/modules/dart.md
  12. 0
      docs/modules/emacs_lisp.md
  13. 0
      docs/modules/erc.md
  14. 0
      docs/modules/fsharp.md
  15. 0
      docs/modules/index.md
  16. 0
      docs/modules/lisp.md
  17. 0
      docs/modules/programming.md
  18. 0
      docs/modules/python.md
  19. 0
      docs/modules/ruby.md
  20. 0
      docs/modules/scheme.md
  21. 0
      docs/prelude-cheatsheet.pdf
  22. 0
      docs/prelude-cheatsheet.tex
  23. 0
      docs/support.md
  24. 0
      docs/troubleshooting.md
  25. 0
      docs/usage.md
  26. 2
      mkdocs.yml

doc/cheatsheet.png → docs/cheatsheet.png

doc/configuration.md → docs/configuration.md

doc/contributing.md → docs/contributing.md

doc/css/extra.css → docs/css/extra.css

doc/faq.md → docs/faq.md

doc/index.md → docs/index.md

doc/installation.md → docs/installation.md

doc/modules/clojure.md → docs/modules/clojure.md

doc/modules/common_lisp.md → docs/modules/common_lisp.md

doc/modules/company.md → docs/modules/company.md

doc/modules/dart.md → docs/modules/dart.md

doc/modules/emacs_lisp.md → docs/modules/emacs_lisp.md

doc/modules/erc.md → docs/modules/erc.md

doc/modules/fsharp.md → docs/modules/fsharp.md

doc/modules/index.md → docs/modules/index.md

doc/modules/lisp.md → docs/modules/lisp.md

doc/modules/programming.md → docs/modules/programming.md

doc/modules/python.md → docs/modules/python.md

doc/modules/ruby.md → docs/modules/ruby.md

doc/modules/scheme.md → docs/modules/scheme.md

doc/prelude-cheatsheet.pdf → docs/prelude-cheatsheet.pdf

doc/prelude-cheatsheet.tex → docs/prelude-cheatsheet.tex

doc/support.md → docs/support.md

doc/troubleshooting.md → docs/troubleshooting.md

doc/usage.md → docs/usage.md

2
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

Loading…
Cancel
Save