[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 :(
This commit is contained in:
parent
3f5e83d0e9
commit
9ed0d772da
26 changed files with 1 additions and 1 deletions
docs
cheatsheet.pngconfiguration.mdcontributing.md
mkdocs.ymlcss
faq.mdindex.mdinstallation.mdmodules
clojure.mdcommon_lisp.mdcompany.mddart.mdemacs_lisp.mderc.mdfsharp.mdindex.mdlisp.mdprogramming.mdpython.mdruby.mdscheme.md
prelude-cheatsheet.pdfprelude-cheatsheet.texsupport.mdtroubleshooting.mdusage.md
Before ![]() (image error) Size: 476 KiB After ![]() (image error) Size: 476 KiB ![]() ![]() |
|
@ -1,7 +1,7 @@
|
||||||
site_name: "Prelude: A sleek, modern, simple and powerful Emacs experience for everyone"
|
site_name: "Prelude: A sleek, modern, simple and powerful Emacs experience for everyone"
|
||||||
repo_url: https://github.com/bbatsov/prelude
|
repo_url: https://github.com/bbatsov/prelude
|
||||||
copyright: "Copyright (C) 2011-2021 Bozhidar Batsov and Prelude contributors"
|
copyright: "Copyright (C) 2011-2021 Bozhidar Batsov and Prelude contributors"
|
||||||
docs_dir: doc
|
docs_dir: docs
|
||||||
pages:
|
pages:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Installation: installation.md
|
- Installation: installation.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue