Skip to content

Commit

Permalink
Merge pull request #146 from Dyanngg/anp-blog
Browse files Browse the repository at this point in the history
Add blog post for getting started with ANP
  • Loading branch information
k8s-ci-robot committed Feb 5, 2024
2 parents 8368454 + 6f17d5f commit 6b1cf9f
Show file tree
Hide file tree
Showing 11 changed files with 329 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vscode/
vendor/
site/
.DS_Store
Binary file modified hack/__pycache__/mkdocs-copy-npeps.cpython-311.pyc
Binary file not shown.
11 changes: 11 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,14 @@ nav:
# - Declined:
- Blog:
- blog/index.md

plugins:
- blog:
# NOTE: configuration options can be found at
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/
blog_dir: blog
blog_toc: true
post_excerpt: required
post_excerpt_max_authors: 2
- search
- mike
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Click==7.0
Click==8.1.3
htmlmin==0.1.12
Jinja2==3.1.2
jsmin==3.0.0
Expand All @@ -10,6 +10,7 @@ mkdocs-awesome-pages-plugin==2.7.0
mkdocs-macros-plugin==0.6.0
mkdocs-material==9.2.0b3
mkdocs-material-extensions==1.1.1
mike==1.1.2
pep562==1.0
Pygments==2.14.0
pymdown-extensions==9.9.1
Expand Down
7 changes: 5 additions & 2 deletions site-src/blog/.authors.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
astoycos:
name: Alex Stoycos
name: Andrew Stoycos
description: Senior Software Engineer at Red Hat. network-policy-api co-lead.
avatar: https://github.com/astoycos.png

Dyanngg:
name: Yang Ding
description: Senior Member of Technical Staff at VMware. network-policy-api co-lead.
avatar: https://github.com/dyanngg.png
2 changes: 1 addition & 1 deletion site-src/blog/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Network Policy API Subgroup Blog
# Network Policy API Subgroup Blog
309 changes: 309 additions & 0 deletions site-src/blog/posts/Getting Started with ANP.md

Large diffs are not rendered by default.

Binary file added site-src/blog/posts/Resources/Diagram1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site-src/blog/posts/Resources/Diagram2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site-src/blog/posts/Resources/Diagram3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions site-src/blog/posts/fake-post.md

This file was deleted.

0 comments on commit 6b1cf9f

Please sign in to comment.