mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Updated Insiders changelog
This commit is contained in:
parent
04b8d89baa
commit
105b6ec17a
@ -1,3 +1,10 @@
|
|||||||
|
mkdocs-material-9.1.21+insiders-4.39.0 (2023-08-01)
|
||||||
|
|
||||||
|
* Added support for hoisting theme media files when building projects
|
||||||
|
* Added support for sorting pages on tags index for tags plugin
|
||||||
|
* Added support for adding date of last update to blog posts
|
||||||
|
* Fixed #5797: Parse error in typeset plugin (4.38.1 regression)
|
||||||
|
|
||||||
mkdocs-material-9.1.21+insiders-4.38.1 (2023-08-01)
|
mkdocs-material-9.1.21+insiders-4.38.1 (2023-08-01)
|
||||||
|
|
||||||
* Improved nested serve mode for projects plugin
|
* Improved nested serve mode for projects plugin
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
## Material for MkDocs Insiders
|
## Material for MkDocs Insiders
|
||||||
|
|
||||||
|
### 4.39.0 <small>August 3, 2023</small> { id="4.39.0" }
|
||||||
|
|
||||||
|
- Added support for hoisting theme media files when building projects
|
||||||
|
- Added support for sorting pages on tags index for tags plugin
|
||||||
|
- Added support for adding date of last update to blog posts
|
||||||
|
- Fixed #5797: Parse error in typeset plugin (4.38.1 regression)
|
||||||
|
|
||||||
### 4.38.1 <small>August 1, 2023</small> { id="4.38.1" }
|
### 4.38.1 <small>August 1, 2023</small> { id="4.38.1" }
|
||||||
|
|
||||||
- Improved nested serve mode for projects plugin
|
- Improved nested serve mode for projects plugin
|
||||||
|
@ -118,6 +118,28 @@ The following configuration options are available for projects:
|
|||||||
projects_dir: path/to/folder
|
projects_dir: path/to/folder
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Hoisting
|
||||||
|
|
||||||
|
The following configuration options are available for hoisting:
|
||||||
|
|
||||||
|
[`hoisting`](#+projects.hoisting){ #+projects.hoisting }
|
||||||
|
|
||||||
|
: [:octicons-tag-24: insiders-4.39.0][Insiders] · :octicons-milestone-24:
|
||||||
|
Default: `true` – This option specifies whether the plugin should hoist all
|
||||||
|
themes files to the top-level project. If you disable this setting, each
|
||||||
|
project will have a copy of the themes files, which in general, can be
|
||||||
|
considered redundant:
|
||||||
|
|
||||||
|
``` yaml
|
||||||
|
plugins:
|
||||||
|
- projects:
|
||||||
|
hoisting: false
|
||||||
|
```
|
||||||
|
|
||||||
|
It's generally advisable to enable hoisting, as it leads to faster
|
||||||
|
deployments and faster loading of your project's sites, because the files
|
||||||
|
are the same for all projects.
|
||||||
|
|
||||||
### Built-in optimize plugin
|
### Built-in optimize plugin
|
||||||
|
|
||||||
[:octicons-heart-fill-24:{ .mdx-heart } Sponsors only][Insiders]{ .mdx-insiders } ·
|
[:octicons-heart-fill-24:{ .mdx-heart } Sponsors only][Insiders]{ .mdx-insiders } ·
|
||||||
|
Loading…
Reference in New Issue
Block a user