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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
496f97a1ba
commit
5dd6edc533
@@ -15,7 +15,7 @@
|
|||||||
"@docusaurus/preset-classic": "^2.0.0-alpha.56",
|
"@docusaurus/preset-classic": "^2.0.0-alpha.56",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"docblock-parser": "^1.0.0",
|
"docblock-parser": "^1.0.0",
|
||||||
"docusaurus-plugin-internaldocs-fb": "^0.3.2",
|
"docusaurus-plugin-internaldocs-fb": "^0.3.3",
|
||||||
"file-cli": "^1.2.0",
|
"file-cli": "^1.2.0",
|
||||||
"glob": "^7.1.3",
|
"glob": "^7.1.3",
|
||||||
"react": "^16.13.1",
|
"react": "^16.13.1",
|
||||||
|
|||||||
@@ -4070,10 +4070,10 @@ doctrine@^3.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
esutils "^2.0.2"
|
esutils "^2.0.2"
|
||||||
|
|
||||||
docusaurus-plugin-internaldocs-fb@^0.3.2:
|
docusaurus-plugin-internaldocs-fb@^0.3.3:
|
||||||
version "0.3.2"
|
version "0.3.3"
|
||||||
resolved "https://registry.yarnpkg.com/docusaurus-plugin-internaldocs-fb/-/docusaurus-plugin-internaldocs-fb-0.3.2.tgz#ca0f70bdfc1705eae85cf691e85c9eac74c7bf9d"
|
resolved "https://registry.yarnpkg.com/docusaurus-plugin-internaldocs-fb/-/docusaurus-plugin-internaldocs-fb-0.3.3.tgz#f59b6d6cf11e2ab73d9a3622e7629ab5f92ef0bc"
|
||||||
integrity sha512-IrI3M1u/j/CWnlvLBb2G8VOJ5BNyKQJXC1UpNKCWyHhIPaBm6WvA8BXAL8P818XEDGYy3kujnWeR2TFP8ZQUow==
|
integrity sha512-9xPQWw04M6v3uN9spxHovGDhAVsjLbQUmq8ngZZVzZxysMOEIFs/bt5TS6LLDRUfKoZ/JB2V6eIoYihsNOmWoQ==
|
||||||
|
|
||||||
dom-converter@^0.2:
|
dom-converter@^0.2:
|
||||||
version "0.2.0"
|
version "0.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user