Add Help page with generated markdown output for all commands and topics#32
Open
mgrojo wants to merge 4 commits intoalire-project:masterfrom
Open
Add Help page with generated markdown output for all commands and topics#32mgrojo wants to merge 4 commits intoalire-project:masterfrom
mgrojo wants to merge 4 commits intoalire-project:masterfrom
Conversation
Author
94baa8e to
a7e7070
Compare
Author
|
By the way, to make Jekyll to work I have to add this change: @ -29,5 +29,6 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
+gem "webrick"I suppose it's something related to different versions of the gems or of something else. I've not added it because it was needed before my changes. |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


This goes with alire-project/alire#1464