File tree 4 files changed +24
-7
lines changed
4 files changed +24
-7
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ plugins:
20
20
- macros :
21
21
# include_dir: examples
22
22
j2_line_comment_prefix : " #$"
23
+ - blog :
24
+ # NOTE: configuration options can be found at
25
+ # https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/
26
+ blog_dir : blog
27
+ blog_toc : true
28
+ post_excerpt : required
29
+ post_excerpt_max_authors : 2
23
30
markdown_extensions :
24
31
- admonition
25
32
- meta
49
56
- Examples : reference/examples.md
50
57
- API Reference : reference/spec.md
51
58
- Enhancement Proposals : enhancements.md
59
+ - Blog :
60
+ - blog/index.md
52
61
53
62
54
63
# (TODO)
Original file line number Diff line number Diff line change 1
1
Click == 7.0
2
2
htmlmin == 0.1.12
3
- Jinja2 == 2.11.1
3
+ Jinja2 == 3.1.2
4
4
jsmin == 3.0.0
5
5
livereload == 2.6.1
6
6
Markdown == 3.3.4
7
- MarkupSafe == 1 .1.1
8
- mkdocs == 1.2 .2
7
+ MarkupSafe == 2 .1.3
8
+ mkdocs == 1.5 .2
9
9
mkdocs-awesome-pages-plugin == 2.7.0
10
10
mkdocs-macros-plugin == 0.6.0
11
- mkdocs-material == 7.3.3
12
- mkdocs-material-extensions == 1.0 .1
11
+ mkdocs-material == 9.2.0b3
12
+ mkdocs-material-extensions == 1.1 .1
13
13
pep562 == 1.0
14
- Pygments == 2.5.2
15
- pymdown-extensions == 9.0
14
+ Pygments == 2.14.0
15
+ pymdown-extensions == 9.9.1
16
16
PyYAML == 5.3
17
17
six == 1.14.0
18
18
tornado == 6.0.3
Original file line number Diff line number Diff line change
1
+ # Network Policy API Subgroup Blog
Original file line number Diff line number Diff line change
1
+ ---
2
+ date : 2023-09-07
3
+ authors :
4
+ - astoycos
5
+ ---
6
+
7
+ # Replace with blog post
You can’t perform that action at this time.
0 commit comments