Commit 1296cec
authored
Document host dashboard extensions and reference in view (#982)
## Summary
- document how host apps can inject custom resources into the host
dashboard via a `_host_app_resources` partial
- reference the new doc from the host dashboard view
## Testing
- `bundle install` *(failed: Your Ruby version is 3.2.3, but your
Gemfile specified 3.4.4)*
- `bin/ci` *(failed: bundler: command not found: rails)*
- `bundle exec rubocop` *(failed: bundler: command not found: rubocop)*
- `bundle exec brakeman -q -w2` *(failed: bundler: command not found:
brakeman)*
- `bundle exec bundler-audit --update` *(failed: bundler: command not
found: bundler-audit)*
- `bin/codex_style_guard` *(failed: bundler: command not found:
rubocop)*
------
https://chatgpt.com/codex/tasks/task_e_689a5b7a3f2c83219e744f552ea3a056File tree
2 files changed
+25
-1
lines changed- app/views/better_together/host_dashboard
- docs
2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments