You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
I was really excited when I came across this project, but quickly realized generated HTML files can't be browsed locally. In looking at issues I came across this: #25 (comment)
The workaround of running a local web server just won't work for our use case. We are wanting to bundle documentation with a zip of our SDK that will be browsed locally.
For reasons I can't really take the time to go into, we can't host the source code and documentation publicly.
It would be really awesome if a new parameter could be added to provide output specifically for local file browsing: swift doc generate -local -f html
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was really excited when I came across this project, but quickly realized generated HTML files can't be browsed locally. In looking at issues I came across this: #25 (comment)
The workaround of running a local web server just won't work for our use case. We are wanting to bundle documentation with a zip of our SDK that will be browsed locally.
For reasons I can't really take the time to go into, we can't host the source code and documentation publicly.
It would be really awesome if a new parameter could be added to provide output specifically for local file browsing:
swift doc generate -local -f html
The text was updated successfully, but these errors were encountered: