Skip to content

Generate docs for Rails v7.0, v7.1 / docs: Add badges #156

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

Merged
merged 6 commits into from
Jul 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Add Rails v7.2 setting
  • Loading branch information
toshimaru committed Jul 5, 2024
commit cfb129be9842aacf7e8da5088ee52307e9dc92fe
7 changes: 6 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,15 @@ defaults:
- scope:
path: ""
values:
version: 7.1
version: 7.2
image: https://avatars.githubusercontent.com/u/4223
toc: true
root_path: '/'
- scope:
path: "7.1"
values:
version: 7.1
root_path: '/7.1/'
- scope:
path: "7.0"
values:
Expand Down