squidfunk
72caddf8e3
Updated dependencies
2024-05-19 15:57:35 +02:00
squidfunk
cc398ddc33
Added support for displaying version aliases
2024-05-15 17:24:40 +02:00
Michael Vorburger
c1336ae0f5
Added missing validation/links/anchors to validation.json schema ( #7158 )
2024-05-06 15:52:50 +02:00
squidfunk
5cb3117f50
Prepare 9.5.20 release
2024-04-29 16:49:02 +07:00
squidfunk
374bbab9d3
Updated dependencies
2024-04-25 09:37:50 +07:00
squidfunk
cd086110bf
Updated dependencies
2024-04-08 13:55:41 +08:00
Hudson
0e8ed32bda
Added missing icons and their defaults to JSON schema ( #7020 )
...
* add missing `icon`s to theme schema
https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/?h=icons#site-icons
* Add missing schema defaults
2024-04-07 07:43:56 +08:00
Andreas Deininger
7e13ae602f
Fix typos
2024-04-01 16:50:08 +02:00
squidfunk
6c9ba875bf
Prepare 9.5.16 release
2024-03-31 17:20:16 +08:00
squidfunk
f27b93ece3
Updated dependencies
2024-03-27 18:11:52 +08:00
squidfunk
3311a615fa
Updated dependencies
2024-03-18 07:19:31 +07:00
squidfunk
dc97a56659
Updated dependencies
2024-03-12 09:59:20 +07:00
Blake Netzeband
9d387d0428
Added schema reference to mkdocs-table-reader-plugin ( #6887 )
2024-03-09 08:23:28 +07:00
squidfunk
dc808ca90a
Updated dependencies
2024-03-05 11:01:58 +07:00
squidfunk
b5a5fde436
Updated dependencies
2024-02-26 11:47:29 +07:00
squidfunk
adf061e103
Updated dependencies
2024-02-19 13:15:15 +07:00
squidfunk
55603a70e8
Updated dependencies
2024-02-12 19:19:41 +07:00
squidfunk
4fc33f68ed
Added Tamil translations
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-05 10:49:44 +07:00
squidfunk
175f2f08e5
Updated dependencies
2024-01-30 10:41:22 +07:00
squidfunk
672414163c
Documentation
2024-01-24 15:45:24 +07:00
squidfunk
d9c939a956
Updated dependencies
2024-01-23 09:54:19 +07:00
squidfunk
e8504fdffb
Updated Insiders changelog and documentation
2024-01-19 09:46:31 +07:00
squidfunk
44982451f7
Prepare 9.5.4 release
2024-01-15 17:36:27 +07:00
squidfunk
2757f27819
Added documentation on new tags features
2023-12-29 13:32:19 +01:00
squidfunk
0202126c17
Updated dependencies
2023-12-27 12:17:54 +01:00
squidfunk
05596664a5
Updated dependencies
2023-12-18 16:08:14 +01:00
squidfunk
649db51429
Updated dependencies
2023-12-11 10:14:32 +01:00
squidfunk
31eafc9d4b
Updated Insiders changelog
2023-12-08 10:29:59 +01:00
squidfunk
0b38323a31
Updated dependencies
2023-12-04 11:06:25 +01:00
squidfunk
c81befb4ec
Updated JSON schema
2023-11-26 15:33:54 +01:00
squidfunk
9c01605149
Updated dependencies
2023-11-26 13:09:17 +01:00
squidfunk
bf6e66bddd
Prepare 9.4.12 release
2023-11-24 10:47:24 +01:00
squidfunk
a6772cf5e8
Added documentation on new advanced blog settings
2023-11-23 11:26:05 +01:00
Adrian Rumpold
3d76c89483
Replace Neoteroi markdown extensions schema with external URL
2023-11-22 08:03:04 +01:00
Adrian Rumpold
6b3accd2a7
Add mkdocs.yml JSON schema support for sane_lists and Neoteroi markdown extensions
2023-11-21 16:01:30 +01:00
Sigurd Spieckermann
b0680bd6e2
Replaced enum
by const
for constant value types in schemas
2023-11-20 20:21:18 +01:00
squidfunk
bafa78094d
Updated dependencies
2023-11-19 11:33:02 +01:00
Sigurd Spieckermann
f528598540
Dropped schema for Google Universal Analytics
2023-11-19 10:11:19 +01:00
Sigurd Spieckermann
09cfb90a0e
Fixed extra:analytics
schema for custom providers
2023-11-19 10:04:08 +01:00
squidfunk
88470b38cd
Added monochrome logo to icons
2023-11-14 09:37:59 +01:00
squidfunk
830011eb1c
Updated dependencies
2023-11-12 16:18:13 +01:00
Sigurd Spieckermann
ec86acbce3
Added type
property to theme:font
schema to support font: false
( #6317 )
2023-11-12 15:40:34 +01:00
Alexander Voss
8feb512267
fixed typo: "hosting" -> "hoisting" ( #6244 )
2023-10-25 21:04:53 +02:00
squidfunk
565a5e804b
Updated dependencies
2023-10-25 17:54:59 +02:00
squidfunk
0341516fe5
Updated dependencies
2023-10-23 16:50:25 +02:00
squidfunk
5c318799f6
Updated dependencies
2023-10-16 11:20:58 +02:00
squidfunk
4ba4e5c084
Updated dependencies
2023-10-09 08:50:56 +02:00
Alexander Voss
8622ea6381
Updated JSON schema ( #6146 )
...
* added missing "unrecognized_links"
* changed "definitions" to "$defs"
"$defs" is where people would expect definitions of
reusable subschemas to live
2023-10-06 09:53:01 +02: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
squidfunk
4e72aa08cd
Updated JSON schema
2023-10-02 23:14:08 +02:00