[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:
Kostas Tsiligkiris 2022-02-20 11:44:08 +02:00 committed by Bozhidar Batsov
parent 3f5e83d0e9
commit 9ed0d772da
26 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 476 KiB

After

Width:  |  Height:  |  Size: 476 KiB

View file

@ -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