From 5dd6edc5336030f517cf55efa8730154b32fbce8 Mon Sep 17 00:00:00 2001 From: John Knox Date: Mon, 22 Jun 2020 05:47:14 -0700 Subject: [PATCH] Bump docusaurus-plugin-internaldocs-fb Summary: I found out that when I fixed the nginx caching issue a few weeks ago, the nginx config was deployed but not all hosts using it were restarted, so I manually restarted them and verified that all three pods are now using the "cache-control: -1" settings. This is a bump to the plugin so we can detect any versions that are older than this, and refresh the page. I never shipped the [previous diff that tells the user to force refresh](https://www.internalfb.com/intern/diff/D21906069/) because I didn't fully understand what was going on, but now I do. So I'll make a new one to refresh transparently without the user needing to know. Reviewed By: nikoant Differential Revision: D22159282 fbshipit-source-id: 0b7a9e21ea3ad04f99b84eedd585985c8aae232c --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index bf76fbcc8..d4b0a206b 100644 --- a/website/package.json +++ b/website/package.json @@ -15,7 +15,7 @@ "@docusaurus/preset-classic": "^2.0.0-alpha.56", "classnames": "^2.2.6", "docblock-parser": "^1.0.0", - "docusaurus-plugin-internaldocs-fb": "^0.3.2", + "docusaurus-plugin-internaldocs-fb": "^0.3.3", "file-cli": "^1.2.0", "glob": "^7.1.3", "react": "^16.13.1", diff --git a/website/yarn.lock b/website/yarn.lock index 015d1ee29..e1b2c0c6d 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -4070,10 +4070,10 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -docusaurus-plugin-internaldocs-fb@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/docusaurus-plugin-internaldocs-fb/-/docusaurus-plugin-internaldocs-fb-0.3.2.tgz#ca0f70bdfc1705eae85cf691e85c9eac74c7bf9d" - integrity sha512-IrI3M1u/j/CWnlvLBb2G8VOJ5BNyKQJXC1UpNKCWyHhIPaBm6WvA8BXAL8P818XEDGYy3kujnWeR2TFP8ZQUow== +docusaurus-plugin-internaldocs-fb@^0.3.3: + version "0.3.3" + resolved "https://registry.yarnpkg.com/docusaurus-plugin-internaldocs-fb/-/docusaurus-plugin-internaldocs-fb-0.3.3.tgz#f59b6d6cf11e2ab73d9a3622e7629ab5f92ef0bc" + integrity sha512-9xPQWw04M6v3uN9spxHovGDhAVsjLbQUmq8ngZZVzZxysMOEIFs/bt5TS6LLDRUfKoZ/JB2V6eIoYihsNOmWoQ== dom-converter@^0.2: version "0.2.0"