[DOCS] change pages to nav
mkdocs reports pages as deprecated and it should be replaced with nav. I run locally mkdocs version 1.2.3
This commit is contained in:
parent
0c84593c19
commit
a8a5f244e1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ site_name: "Prelude: A sleek, modern, simple and powerful Emacs experience for e
|
|||
repo_url: https://github.com/bbatsov/prelude
|
||||
copyright: "Copyright (C) 2011-2021 Bozhidar Batsov and Prelude contributors"
|
||||
docs_dir: docs
|
||||
pages:
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Installation: installation.md
|
||||
- Usage: usage.md
|
||||
|
|
Loading…
Reference in a new issue