Skip to content

Commit c929000

Browse files
committed
wip add content modelling team row
The Content Block Manager sits within the Whitehall repository, but is managed by a separate team[1] We want to ensure it's clear what team owns the code and where to direct issues/queries - it would seem this page is the best to update, but it's powered by the `Repos` data which is validated against the actual GitHub Repos... Do we add our team as a bit of a hacky addendum to the Teams table, or would there be a more elegant solution? [1] https://github.com/alphagov/whitehall/blob/main/docs/adr/0004-content-object-store-added-with-a-rails-engine.md
1 parent ae59c72 commit c929000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/repos.html.md.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You can also view a [breakdown of repositories by team and type](/repos/by-team-
2727
<% Repos.active.group_by(&:team).sort.each do |name, repos| %>
2828
| # <%= name %> | <%= repos.count %> | <%= repos.map { |repo| "[#{repo.repo_name}](/repos/#{repo.repo_name}.html)" }.join(", ") %> |
2929
<% end %>
30+
| # <%= "#content-modelling-dev" %> | <%= "1" %> | <%= "[Content Block Manager](/repos/whitehall/content_block_manager.html)" %> |
3031

3132
## Reuse this data
3233

0 commit comments

Comments
 (0)