Skip to content
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

Offline support #2

Open
alexkrolick opened this issue Dec 31, 2018 · 9 comments
Open

Offline support #2

alexkrolick opened this issue Dec 31, 2018 · 9 comments
Labels
help wanted 👋 Extra attention is needed nice to have 😎 Enhancement/cool feature

Comments

@alexkrolick
Copy link
Collaborator

testing-library/react-testing-library#257 (comment)

  • service worker?
  • support for docs browsers like Dash?
@alexkrolick
Copy link
Collaborator Author

facebook/docusaurus#458

@alexkrolick alexkrolick added the nice to have 😎 Enhancement/cool feature label Feb 13, 2019
@alexkrolick
Copy link
Collaborator Author

Apparently this is possible in the latest Docusaurus alpha.

@nickserv
Copy link
Member

nickserv commented Oct 7, 2020

Would this automatically be part of #487 or does it have to be enabled manually?

@alexkrolick
Copy link
Collaborator Author

It's a separate plugin... We want to be careful with service workers here. Don't want to serve stale content accidentally.

@MatanBobi
Copy link
Member

MatanBobi commented Nov 4, 2020

Now that #487 was merged, I can take this one.
Any important stuff to keep in mind when working on it?

@MatanBobi MatanBobi self-assigned this Nov 4, 2020
@alexkrolick
Copy link
Collaborator Author

I think Kent has been bit by stale service workers serving outdated pages a few times now, so let's just be careful about testing this... For now the offline usecase can be solved by cloning the docs repo.

@alexkrolick
Copy link
Collaborator Author

We could split this into a separate task, but publishing the docs into the Dash docset database would also be a nice way to handle offline access

https://kapeli.com/docsets

@MatanBobi
Copy link
Member

@alexkrolick do you have experience with publishing some docs to the docset? It really looks not straightforwards as I thought it would be..
I guess we'd want to use something like: https://kapeli.com/docsets#dashDocset, they have generators but seems to me like it's a real overhead and will need to be manually updated..

@ianizaguirre
Copy link

Yea I would love if it was added to the kapeli dash app

@MatanBobi MatanBobi added the help wanted 👋 Extra attention is needed label Jun 23, 2022
@MatanBobi MatanBobi removed their assignment Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted 👋 Extra attention is needed nice to have 😎 Enhancement/cool feature
Projects
None yet
Development

No branches or pull requests

4 participants