1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-14 19:07:41 +01:00
Commit Graph

5777 Commits

Author SHA1 Message Date
squidfunk
2800e7ea62
Fixed blog post metadata layout on small screens 2023-10-14 10:27:56 +02:00
squidfunk
c516ddf7db
Updated dependencies 2023-10-14 10:00:27 +02:00
squidfunk
e20cf0beca
Updated Norwegian (Nynorsk) translations
Co-authored-by: audunklyve <34168782+audunklyve@users.noreply.github.com>
2023-10-14 09:53:52 +02:00
Sigurd Spieckermann
39e1251ef2
Install extras from local package for development environment setup (#6189) 2023-10-14 09:09:13 +02:00
Sigurd Spieckermann
c3683b240f
Escaped snippet syntax in code block example (#6183) 2023-10-13 08:26:24 +02:00
squidfunk
81a943715a
Updated README 2023-10-12 10:01:22 +02:00
squidfunk
fe69addc28
Prepare 9.4.5 release 2023-10-10 10:31:36 +02:00
squidfunk
d41707de99
Fixed linter errors 2023-10-10 10:29:45 +02:00
squidfunk
5824c6ca4e
Fixed sidebar auto-positioning (9.4.2 regression) 2023-10-10 10:24:59 +02:00
squidfunk
53749f2acc
Fixed hiding of tags (9.4.3 regression) 2023-10-10 08:50:43 +02:00
squidfunk
4c192d3ab7
Fixed group plugin compatibility with Python < 3.10 2023-10-10 08:44:55 +02:00
squidfunk
1cf9c964f8
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-10-09 08:51:05 +02:00
squidfunk
4ba4e5c084
Updated dependencies 2023-10-09 08:50:56 +02:00
Alexander Voss
e3c789d919
Added vim's temporary files to ignored files (#6150) 2023-10-06 21:41:06 +02:00
squidfunk
5018e84f9a
Updated launch configurations 2023-10-06 15:18:28 +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
27b0d1d08c
Added (custom) page status example 2023-10-05 19:12:18 +02:00
squidfunk
cffbc171a0
Documentation 2023-10-05 18:15:29 +02:00
squidfunk
fc62b35421
Updated Insiders changelog 2023-10-05 18:07:37 +02:00
squidfunk
59d21ffe6f
Prepare 9.4.4 release 2023-10-05 18:05:40 +02:00
squidfunk
a9da0b632c
Added support for specifying copied text for code blocks 2023-10-05 17:51:50 +02:00
squidfunk
48ff39a5cc
Added support for specifying copied text for code blocks 2023-10-05 17:26:24 +02:00
squidfunk
57e598b96e
Fixed incomplete search highlighting for code blocks in titles 2023-10-05 16:45:36 +02:00
squidfunk
790a446dd7
Improved launch configuration 2023-10-05 15:53:27 +02:00
squidfunk
fbc36321b6
Updated distribution files 2023-10-05 15:53:18 +02:00
squidfunk
34aad07382
Fixed debug launch configurations 2023-10-05 15:44:24 +02:00
squidfunk
dcf5a80ef7
Updated VS Code debug configurations 2023-10-05 14:15:25 +02:00
Alexander Voss
6990976793
Updated theme setup documentation (#6125)
* added instructions for working on Insiders

also added a note about how to prevent installing things outside a venv,
which I hope will be useful to people

* fixed broken link

* incorporated changes suggested by @squidfunk

- clarified language about access to Insiders
- let's not suggest SSH access
- better heading for note on getting pip to work in venv only

* added annotation that mentions cloning with ssh

* fixed indent
2023-10-03 17:33:25 +02:00
Simon Marquis
5ba794405f
Fixed link to projects plugin (#6127) 2023-10-03 16:13:01 +02:00
squidfunk
442bd1b07a
Fixed breakpoints when using zoom (attempt) 2023-10-03 10:38:54 +02:00
squidfunk
b197c9ede3
Updated latest blog post 2023-10-02 23:16:31 +02:00
squidfunk
4e72aa08cd
Updated JSON schema 2023-10-02 23:14:08 +02:00
squidfunk
c928e03fa8
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-10-02 15:07:43 +02:00
squidfunk
a126d9e1f4
Added blog post on sunsetting Gitter 2023-10-02 15:07:36 +02:00
Alexander Voss
f35a276825
Added note on offline usage in getting started guide (#6116) 2023-10-02 14:31:10 +02:00
squidfunk
ddd125ee74
Documentation 2023-10-02 11:37:20 +02:00
squidfunk
bf06bbf72b
Updated dependencies 2023-10-02 11:20:35 +02:00
squidfunk
9c06fbd5a6
Prepare 9.4.3 release 2023-10-02 11:18:18 +02:00
squidfunk
8299f1d3a0
Fixed search plugin removing indentation for some code blocks 2023-10-02 10:54:59 +02:00
squidfunk
9ac03cf806
Documentation 2023-10-01 09:45:58 +02:00
squidfunk
7956a82f0e
Moved back-to-top button to partial 2023-10-01 09:44:49 +02:00
squidfunk
f8fd537b97
Added support for instant navigation progress indicator 2023-10-01 09:42:02 +02:00
squidfunk
015685f421
Fixed blog post metadata overlap on mobile/tablet 2023-09-30 12:21:36 +02:00
squidfunk
bc9cdb5774
Merge branch 'master' of github.com:squidfunk/mkdocs-material 2023-09-30 11:33:17 +02:00
squidfunk
4743c1bab6
Fixed occasional flashes when using instant loading 2023-09-30 11:33:09 +02:00
Alexander Voss
1be39328ac
Fixed encoding problem when using blog plugin (#6103) 2023-09-29 15:26:32 +02:00
squidfunk
cef79862a2
Added distribution files 2023-09-29 12:21:00 +02:00
squidfunk
fa3f118073
Documentation 2023-09-29 12:01:09 +02:00
Alex Voss
d144a1c1f6 neglected to check in built version of shortcodes.py 2023-09-28 17:37:31 +02:00