Linearize ASG among other improvements#442
Conversation
lukasbischof
left a comment
There was a problem hiding this comment.
Thanks for your efforts to optimise this guides, I think it's nice to streamline the process a bit and I like the new structure 👍
coorasse
left a comment
There was a problem hiding this comment.
Nice work.
There some parts that I'd like to keep for historical reasons and some rephrasings I do not approve, but overall the changes are good. Can you please extract the emoji changes in a separate PR? They have nothing to do with the rest and we can get them merged separately. Some separate things (an agent will do this for you in a minute):
- mdbook changes and fixes (also make sure the readme command works)
- emojis
- warnings,notes,and other sections normalized with github formatting
- content
I'd like this PR to contain only the changes to the actual content, so I can review the last two files. Thanks!
9384c0e to
fd20e49
Compare
| Scans `Gemfile.lock` for gems with known security vulnerabilities. Add it to the `bin/fastcheck` script: | ||
|
|
||
| ```sh | ||
| bundle exec bundler-audit check --update |
There was a problem hiding this comment.
Maybe we don't need to include the bundler-audit in the fastcheck..
There was a problem hiding this comment.
Refactored this as we don't adhere to gitflow we find inspiration in it.
It is a pretty central concept that gives background on how the git repo is setup.
I'd keep it in the ASG and not rely solely on the wiki.renuo.ch
e576be3 to
f9fa4de
Compare
- Linearize Application Setup Guide into sequential numbered steps - Refresh Bootstrap recipe and Wicked PDF instructions - Update README, SUMMARY, naming conventions - Various phrasing and formatting cleanups across guides - Update Gitlab hint, mdbook command examples - Add template-repo comments to Rails docs Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
f9fa4de to
de963c5
Compare
Linearize the guide so setup reads top-to-bottom without backtracking and drop stuff along the way.
As this is primarily a refactoring for mdbook, I advise reviewers to check
http://localhost:3000/ and https://open-source.renuo.ch/application-setup-guide/ side by side.