Skip to content

Commit 7765507

Browse files
committed
Documentation
1 parent e9b3448 commit 7765507

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mkdocs-material-8.5.0+insiders-4.23.4 (2022-09-14)
2+
3+
* Fixed #4365: Recursion error in blog plugin due to `deepcopy`
4+
* Fixed path errors for blog plugin on Windows
5+
* Fixed publishing workflow in forked repositories
6+
17
mkdocs-material-8.5.0+insiders-4.23.3 (2022-09-13)
28

39
* Fixed previous and next page links for drafts of blog posts

docs/alternatives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ __Challenges__
2929
- More time needed to get up and running
3030

3131
While [Docusaurus] is one of the best choices when it comes to documentation
32-
sites that output a single page applications, there are many more solutions,
32+
sites that output a single page application, there are many more solutions,
3333
including [Docz], [Gatsby], [Vuepress] and [Docsify] that approach
3434
this problem similarily.
3535

docs/insiders/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ template: overrides/main.html
66

77
## Material for MkDocs Insiders
88

9+
### 4.23.4 <small>_ September 14, 2022</small> { id="4.23.4" }
10+
11+
- Fixed #4365: Recursion error in blog plugin due to `deepcopy`
12+
- Fixed path errors for blog plugin on Windows
13+
- Fixed publishing workflow in forked repositories
14+
915
### 4.23.3 <small>_ September 13, 2022</small> { id="4.23.3" }
1016

1117
- Fixed previous and next page links for drafts of blog posts

docs/setup/setting-up-a-blog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The following configuration options are available for posts:
297297
[`post_excerpt_separator`](#+blog.post_excerpt_separator){ #+blog.post_excerpt_separator }
298298

299299
: :octicons-milestone-24: Default: `<!-- more -->` – This option specifies
300-
the separator the [built-in blog plugin] will look for in a post' content
300+
the separator the [built-in blog plugin] will look for in a post's content
301301
when generating [post excerpts]. All content after the separator is not
302302
considered to be part of the excerpt.
303303

@@ -434,7 +434,7 @@ The following configuration options are available for archive index generation:
434434

435435
#### Categories
436436

437-
The following configurations options are available for category index generation:
437+
The following configuration options are available for category index generation:
438438

439439
[`categories`](#+blog.categories){ #+blog.categories }
440440

@@ -537,7 +537,7 @@ The following configurations options are available for category index generation
537537

538538
#### Pagination
539539

540-
The following configurations options are available for index pagination:
540+
The following configuration options are available for index pagination:
541541

542542
[`pagination`](#+blog.pagination){ #+blog.pagination }
543543

@@ -1112,13 +1112,13 @@ all links are correct.
11121112
#### Setting the reading time
11131113

11141114
When [enabled], the [readtime] package is used to compute the expected reading
1115-
time of each post, which is the rendered as part of the post and post excerpt.
1115+
time of each post, which is rendered as part of the post and post excerpt.
11161116
Nowadays, many blogs show reading times, which is why the [built-in blog plugin]
11171117
offers this capability as well.
11181118

11191119
Sometimes, however, the computed reading time might not feel accurate, or
11201120
result in odd and unpleasant numbers. For this reason, reading time can be
1121-
overriden and explicitly set with the `readtime` front matter property for a
1121+
overridden and explicitly set with the `readtime` front matter property for a
11221122
post:
11231123

11241124
``` yaml

0 commit comments

Comments
 (0)