Skip to content

Commit 3a26671

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents 29bbae2 + 7c8ff08 commit 3a26671

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/creating-your-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Alternatively, if you're running Material for MkDocs from within Docker, use:
1616
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material new .
1717
```
1818

19-
=== "Windows"
19+
=== "Windows (cmd)"
2020

2121
```
2222
docker run --rm -it -v "%cd%":/docs squidfunk/mkdocs-material new .

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,11 @@ This will disable automatic reading time computation.
535535

536536
#### Setting defaults
537537

538+
<!-- md:sponsors -->
539+
<!-- md:version insiders-4.21.0 -->
540+
<!-- md:plugin [meta] – built-in -->
541+
<!-- md:flag experimental -->
542+
538543
If you have a lot of posts, it might feel redundant to define all of the above
539544
for each post. Luckily, the [built-in meta plugin] allows to set default front
540545
matter properties per folder. You can group your posts by categories, or

0 commit comments

Comments
 (0)