From 613713ece207d4ec6d18c0522c2d55b238cc0d43 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Sun, 8 Dec 2019 19:05:48 +0000 Subject: [PATCH] Add docs about browser extensions --- docs/src/extensions.md | 11 +++++++++++ mkdocs.yml | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/src/extensions.md diff --git a/docs/src/extensions.md b/docs/src/extensions.md new file mode 100644 index 0000000..c486445 --- /dev/null +++ b/docs/src/extensions.md @@ -0,0 +1,11 @@ +# Browser Extensions + +Lapo Luchini has been kind enough to create extensions for both Chrome and +Firefox. You can find his repo for these extensions at: + +- [https://github.com/lapo-luchini/chrome-pinry](https://github.com/lapo-luchini/chrome-pinry) + +If you'd like to install either extension they are available at: + +- [https://chrome.google.com/webstore/detail/pinry-chrome/pcbmmomiecgodaaffdgfeclomnjnmhin](https://chrome.google.com/webstore/detail/pinry-chrome/pcbmmomiecgodaaffdgfeclomnjnmhin) +- [https://addons.mozilla.org/zh-CN/firefox/addon/pinry/](https://addons.mozilla.org/zh-CN/firefox/addon/pinry/) diff --git a/mkdocs.yml b/mkdocs.yml index b409363..ead2ba5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,6 +15,7 @@ copyright: "Copyright © 2019 Pinry's Contributors" nav: - Home: 'index.md' - Screenshots: 'screenshots.md' + - Extensions: 'extensions.md' - Docs: 'docs.md' - Assets: 'assets.md' - Contributing: 'contributing.md'