-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: make Preferences link to docs site #871
Conversation
@lidel, for your reviewing pleasure! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jessicaschilling!
I will circle back to this docs migration before next release of ipfs-companion.
Note to self:
- revisit which docs are dev-only and should be moved back
- update link to privacy policy at Chrome Web Store when this is merged.
@jessicaschilling does this sound ok? |
@lidel -- good idea on capitalization, thanks. |
We need this so users of older versions of ipfs-companion won't see "not found" error.
this needs to happen when we restore injection of window.ipfs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jessicaschilling thank you so much for tackling this!
(I am sorry I was slow to review, that produced some unnecessary back and forth)
I made small changes:
- removed .gif images (loading them from IPFS instead: c3256a4)
- restored
.md
used by older versions of IPFS Companion (ab90b04): I've put a link to article at docs portal in each, so user will get to the right place eventually (we can removedocs/
next quarter) - swapped link to the closed issue you mentioned with link to subdomain docs, as those provide information why Origin isolation provided by subdomain gateway is important (5cc608e)
I'm merging this to rebase and unblock #879
Thanks for all those details! |
privacy-policy.md
andexamples
directory to top level; fixes links to privacy policy that result from the movedocs
directory; all the remaining content has been moved to docs beta per Migrate Companion docs ipfs-docs#182Closes #595 BUT shouldn't be merged until ipfs/ipfs-docs#182 is merged and docs are in place on the docs site.
One additional note: The "Load websites from custom gateway" option still points to #667 for its "Learn more" link. @lidel, are you up for writing a brief explainer to put in the docs once that issue is closed (presumably 0.5 release)?