Replace frames based documentation with css #36011
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The current Rails documentation has a frames based implementation. This
prevents deep-linking to documentation and removes navigation if the page
is opened without frames.
I've created a pull request for sdoc which replaces the frames with a css based
solution without changing in the layout.
https://github.com/zzak/sdoc/pull/137
This pull request temporarily changes the Gemfile to point to my branch (it would be nice to have better documentation for Rails 6 and Railsconf).