Skip to content

Commit 6b1cf9f

Browse files
authored
Merge pull request #146 from Dyanngg/anp-blog
Add blog post for getting started with ANP
2 parents 8368454 + 6f17d5f commit 6b1cf9f

File tree

11 files changed

+329
-13
lines changed

11 files changed

+329
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.vscode/
33
vendor/
44
site/
5+
.DS_Store
Binary file not shown.

mkdocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,14 @@ nav:
7373
# - Declined:
7474
- Blog:
7575
- blog/index.md
76+
77+
plugins:
78+
- blog:
79+
# NOTE: configuration options can be found at
80+
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/
81+
blog_dir: blog
82+
blog_toc: true
83+
post_excerpt: required
84+
post_excerpt_max_authors: 2
85+
- search
86+
- mike

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Click==7.0
1+
Click==8.1.3
22
htmlmin==0.1.12
33
Jinja2==3.1.2
44
jsmin==3.0.0
@@ -10,6 +10,7 @@ mkdocs-awesome-pages-plugin==2.7.0
1010
mkdocs-macros-plugin==0.6.0
1111
mkdocs-material==9.2.0b3
1212
mkdocs-material-extensions==1.1.1
13+
mike==1.1.2
1314
pep562==1.0
1415
Pygments==2.14.0
1516
pymdown-extensions==9.9.1

site-src/blog/.authors.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
astoycos:
2-
name: Alex Stoycos
2+
name: Andrew Stoycos
33
description: Senior Software Engineer at Red Hat. network-policy-api co-lead.
44
avatar: https://github.com/astoycos.png
5-
5+
Dyanngg:
6+
name: Yang Ding
7+
description: Senior Member of Technical Staff at VMware. network-policy-api co-lead.
8+
avatar: https://github.com/dyanngg.png

site-src/blog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Network Policy API Subgroup Blog
1+
# Network Policy API Subgroup Blog

site-src/blog/posts/Getting Started with ANP.md

Lines changed: 309 additions & 0 deletions
Large diffs are not rendered by default.
711 KB
Loading
728 KB
Loading
726 KB
Loading

0 commit comments

Comments
 (0)