Skip to content

Commit

Permalink
Merge pull request #3419 from alphagov/remove-get-involved-page
Browse files Browse the repository at this point in the history
remove get-involved page
  • Loading branch information
sairamya93 authored Jan 28, 2025
2 parents 68080a0 + 4008b71 commit 2fb1a6d
Show file tree
Hide file tree
Showing 73 changed files with 0 additions and 3,102 deletions.
3 changes: 0 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"PLEK_SERVICE_CONTENT_STORE_URI": {
"value": "https://www.gov.uk/api"
},
"PLEK_SERVICE_SEARCH_API_URI": {
"value": "https://www.gov.uk/api"
},
"PLEK_SERVICE_STATIC_URI": {
"value": "https://assets.publishing.service.gov.uk"
},
Expand Down
6 changes: 0 additions & 6 deletions app/lib/services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,4 @@ def self.publishing_api
bearer_token: ENV.fetch("PUBLISHING_API_BEARER_TOKEN", "example"),
)
end

def self.search_api
@search_api = GdsApi::Search.new(
Plek.find("search-api"),
)
end
end
111 changes: 0 additions & 111 deletions app/presenters/get_involved_presenter.rb

This file was deleted.

211 changes: 0 additions & 211 deletions app/views/content_items/get_involved.html.erb

This file was deleted.

4 changes: 0 additions & 4 deletions app/views/development/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
<td>Static</td>
<td><%= link_to remove_secrets(Plek.find('static')), remove_secrets(Plek.find('static')) %></td>
</tr>
<tr>
<td>Search</td>
<td><%= link_to remove_secrets(Plek.find('search-api')), remove_secrets(Plek.find('search-api')) %></td>
</tr>
</table>

<h2>Examples from GOV.UK</h2>
Expand Down
Loading

0 comments on commit 2fb1a6d

Please sign in to comment.