1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-19 01:14:06 +01:00
Alexander Voss 27a1e7c3ee
Added new MkDocs 1.5 settings to JSON schema
* added support for two new entries in mkdocs.yml

`exclude_docs` and `not_in_nav` were introduced in MkDocs Version 1.5

* added support for the validation field

* using $defs, supporting simplified form, no additional props

- this should support the forms of definitions described in the manual
  https://www.mkdocs.org/user-guide/configuration/#validation
  including uses with `nav` and `link` sections as well as without
- making use of a `$defs` section to avoid too much duplication
- added `"additionalProperties": false`

* moved `additionalProperties` for consistency with style
2023-10-05 19:16:54 +02:00
..
2023-09-25 09:13:35 +02:00
2023-09-21 18:56:35 +02:00
2023-09-19 16:07:18 +02:00
2022-01-30 18:00:23 +01:00
2023-07-07 11:22:30 +02:00
2023-01-14 20:48:22 +01:00
2023-10-02 23:14:08 +02:00