Skip to content

Commit

Permalink
fixup blog index, bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: astoycos <[email protected]>
  • Loading branch information
astoycos committed Feb 5, 2024
1 parent c3f3ba5 commit 6f17d5f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
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
2 changes: 1 addition & 1 deletion site-src/blog/.authors.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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:
Expand Down
8 changes: 0 additions & 8 deletions site-src/blog/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
# Network Policy API Subgroup Blog

## Getting Started with AdminNetworkPolicy APIs
:date: Jan 30, 2024 · :clock10: 10 min read · :pencil: @Dyanngg

AdminNetworkPolicy API has been an exciting new addition towards the Kubernetes networking
space and is currently on its way towards beta. If you want to learn how to use the API and
how it interoperates with the existing NetworkPolicy API, check out this
[blog post](posts/Getting%20Started%20with%20ANP.md) by @Dyanngg.
2 changes: 2 additions & 0 deletions site-src/blog/posts/Getting Started with ANP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ how it interoperates with the existing NetworkPolicy API, you've landed at the r
This blog post will take you through the ins-and-outs of the AdminNetworkPolicy objects, as
well as providing some basic sample specs for typical use-cases that the API solves.

<!-- more -->

### Problem Statement

Let's first consider a couple of very typical networking requirements for cluster admins:
Expand Down

0 comments on commit 6f17d5f

Please sign in to comment.