- Notifications
You must be signed in to change notification settings - Fork1k
RFC: Offline docs#8110
-
We have a few users that need to run Coder from air-gapped networks, and to make that work fully, we need to support offline docs. Constraints
Proposed solution
Possible issues
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 17 replies
-
A quick & simple solution would be to produce a docs container image, or just a tar of the webroot to drop into NGINX, Apache, or whatever. We don't need to modify the dashboard. The operator can just host the docs wherever makes sense in their network. If we get significant customer interest in tighter docs integration we could work on the above proposal, but I think we should stick to something simple at first. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Yeah, coder.com |
BetaWas this translation helpful?Give feedback.
All reactions
-
I don't think it is important to have offline docs and the website looking the same because they have different purposes. This looks an early abstraction thing when they look similar but have different context |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I agree they don't have to look the same. My desire for code reuse is based on a worry that we may break the Offline Docs features without noticing it because of the sparse usage. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Since it would be generated statically we would get the errors during the build tho |
BetaWas this translation helpful?Give feedback.
All reactions
-
At least the "broken" ones. Things like wrong links would not be catch but we can do some testing to avoid this |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
So the final decision is:
|
BetaWas this translation helpful?Give feedback.