From a79b3f4cdb3288f817d8055c942049f96bf3e88e Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Tue, 3 Mar 2020 15:27:44 -0800 Subject: [PATCH] Update minor formatting issues. --- WORKSPACE | 4 +-- website/Makefile | 6 ++-- website/content/_config.yml | 7 ++++ website/content/_includes/GOVERNANCE.md | 1 - website/content/_includes/SECURITY.md | 1 - website/content/_includes/byline.html | 2 +- website/content/_includes/footer-links.html | 3 +- website/content/_layouts/docs.html | 9 ++--- .../_posts/2019-11-18-security-basics.md | 12 ++++--- .../2019-11-18-security-basics-figure1.png | Bin .../2019-11-18-security-basics-figure2.png | Bin .../2019-11-18-security-basics-figure3.png | Bin .../docs/architecture_guide/performance.md | 8 +---- website/content/docs/community/governance.md | 10 ------ website/content/docs/community/index.md | 23 +++++-------- website/content/index.md | 2 ++ website/content/roadmap.md | 31 +++++++++--------- website/content/security.md | 7 ---- website/static/performance/README.md | 2 +- 19 files changed, 55 insertions(+), 73 deletions(-) delete mode 120000 website/content/_includes/GOVERNANCE.md delete mode 120000 website/content/_includes/SECURITY.md rename website/content/{_posts => assets/images}/2019-11-18-security-basics-figure1.png (100%) rename website/content/{_posts => assets/images}/2019-11-18-security-basics-figure2.png (100%) rename website/content/{_posts => assets/images}/2019-11-18-security-basics-figure3.png (100%) delete mode 100644 website/content/docs/community/governance.md delete mode 100755 website/content/security.md diff --git a/WORKSPACE b/WORKSPACE index ef62ca3fd..e1873e5c0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -380,15 +380,15 @@ go_repository( go_repository( name = "org_uber_go_atomic", importpath = "go.uber.org/atomic", - version = "v1.6.0", sum = "h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk=", + version = "v1.6.0", ) go_repository( name = "org_uber_go_multierr", importpath = "go.uber.org/multierr", - version = "v1.5.0", sum = "h1:KCa4XfM8CWFCpxXRGok+Q0SS/0XBhMDbHHGABQLvD2A=", + version = "v1.5.0", ) # BigQuery Dependencies for Benchmarks diff --git a/website/Makefile b/website/Makefile index 12c9fd26b..79236a34e 100644 --- a/website/Makefile +++ b/website/Makefile @@ -24,9 +24,9 @@ lint: .PHONY: lint update: lint - @mkdir -p _site && sudo chmod a+rw _site - @docker run -v $$PWD:/site -w /site gvisor-website || ($(MAKE) clean && exit 1) - @sudo chown -R $$(id -u):$$(id -g) _site + @sudo mkdir -p _site && sudo chmod a+rw _site + @find content -type f -exec chmod a+r {} \; && find content -type d -exec chmod a+rx {} \; + @docker run -v $$PWD:/site -w /site gvisor-website .PHONY: build clean: diff --git a/website/content/_config.yml b/website/content/_config.yml index c73afea31..b286d2996 100755 --- a/website/content/_config.yml +++ b/website/content/_config.yml @@ -18,3 +18,10 @@ defaults: path: "" values: layout: default +authors: + jsprad: + name: Jeremiah Spradlin + email: jsprad@google.com + zkoopmans: + name: Zach Koopmans + email: zkoopmans@google.com diff --git a/website/content/_includes/GOVERNANCE.md b/website/content/_includes/GOVERNANCE.md deleted file mode 120000 index 460729773..000000000 --- a/website/content/_includes/GOVERNANCE.md +++ /dev/null @@ -1 +0,0 @@ -../../../GOVERNANCE.md \ No newline at end of file diff --git a/website/content/_includes/SECURITY.md b/website/content/_includes/SECURITY.md deleted file mode 120000 index 7f933119f..000000000 --- a/website/content/_includes/SECURITY.md +++ /dev/null @@ -1 +0,0 @@ -../../../SECURITY.md \ No newline at end of file diff --git a/website/content/_includes/byline.html b/website/content/_includes/byline.html index 7d6d6aa59..d8ae22cb0 100755 --- a/website/content/_includes/byline.html +++ b/website/content/_includes/byline.html @@ -5,7 +5,7 @@ By {% assign author_id=include.authors[i] %} {% assign author=site.authors[author_id] %} {% if author %} - {{ author[0] }} + {{ author.name }} {% else %} {{ author_id }} {% endif %} diff --git a/website/content/_includes/footer-links.html b/website/content/_includes/footer-links.html index d7939e466..c2a89931e 100755 --- a/website/content/_includes/footer-links.html +++ b/website/content/_includes/footer-links.html @@ -5,7 +5,8 @@ diff --git a/website/content/_layouts/docs.html b/website/content/_layouts/docs.html index f6a278bf4..3109def9f 100755 --- a/website/content/_layouts/docs.html +++ b/website/content/_layouts/docs.html @@ -14,7 +14,7 @@ categories: {% for category in layout.categories %}

{{ category }}