-
Notifications
You must be signed in to change notification settings - Fork 57
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
Documentation updates #424
Conversation
Question:
|
Since it is a collection of usernames.
It depends your domain experts. In this fictional case it was me and I chose
|
9109660
to
1376f45
Compare
We need to add a graphic overview of all the steps that the blog application and sequent does for creating an Author and storing an AuthorRecord. |
1376f45
to
1ba928a
Compare
Fixes: - The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ - The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
/Users/koen/.asdf/installs/ruby/3.3.5/lib/ruby/3.3.0/json/common.rb:3: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. You can add ostruct to your Gemfile or gemspec to silence this warning.
… link It's weird that the default project is linking to the sequent gem using git instead of using the most recent officially released version of the gem.
Added a TOC and wrapped the lines
I was missing this for an overview of Sequent (and SQRS with Event Sourcing)
Replace the code in `app/database.rb` with `Sequent::Support::Database.connect!(env)` in guide 'Building a web application'.
e69b999
to
9c1d3ce
Compare
8094337
to
4346a68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work ❤️ .
Summary of changes:
Added Gemfile.lock for the Jekyll static site generator
Updated layout/styling a bit
wide
so the pages are wider to display more content.On pages that have a TOC, this class is removed so the space on the right can be used for the TOC.
Updated home page
Updated all introduction pages
Updated Rails & Sequent page