-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add 8 language tutorials #63
Merged
Merged
Conversation
This file contains 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
schneems
force-pushed
the
schneems/dotnet
branch
3 times, most recently
from
December 13, 2024 20:34
57e9cb3
to
8b7af8d
Compare
schneems
changed the title
Make Ruby rundoc tutorial (more) dynamic and add .NET
Add 8 language tutorials
Dec 15, 2024
Same port as `heroku local`
Includes information on how to build the docs.
It's prettier
We still can't extract the article into it's own section, but this makes some progress.
This will make it easier to add new languages without needing to remember we need to add a .gitignore for each of them.
`<% %>` emits nothing while `<%= %>` emits something. We could possibly make `pre.erb` fail if there is no `<% %>`. Or introduce a `pre.erb.strict` that disallows any `<%`. But in the current moment, this fixes the problem.
The output from Java (maven) is much larger than the others, storing the diff in GitHub will be quite large over time. This change restricts the output to the first and last 50 lines.
schneems
force-pushed
the
schneems/dotnet
branch
from
December 17, 2024 18:42
982cbbb
to
4c6148f
Compare
The symlink on Github doesn't work as you would expect. It doesn't render the other document. Instead add a link to the tutorials and update links in the README to point to the right place.
edmorley
approved these changes
Dec 17, 2024
Some getting started guides have comments that are not used until later that may be confusing #63 (comment). This commit moves to only show the "web" processes from the getting started guide.
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.
I re-wrote the Ruby tutorial to be more dynamic. It's scripted mostly with ERB. Afterwards, adding the rest of the tutorials was preffy straight-forward so I just did it.
Rendered