Skip to content
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

Remove site search from README #1372

Merged
merged 1 commit into from Jan 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
@@ -1,7 +1,6 @@
# GOV.UK Mainstream, Home & Search Frontend

Application to serve mainstream formats, the homepage, and search vertical for
the GOV.UK single domain.
Application to serve some mainstream formats and the homepage for GOV.UK.

## Live examples

Expand All @@ -12,7 +11,6 @@ the GOV.UK single domain.

### Hard-coded routes

* https://www.gov.uk/search?q=cabinet+office (search results page)
* https://www.gov.uk/ (homepage)
* https://www.gov.uk/tour (tour of GOV.UK)
* https://www.gov.uk/help (help index page)
Expand All @@ -27,8 +25,7 @@ the GOV.UK single domain.
A Ruby on Rails application that renders the citizen-facing part of formats
stored in the Content Store. It looks up the passed-in slug in the Content Store.

It also serves the homepage (hard-coded route) and the search results vertical
(hard-coded route).
It also serves the homepage (hard-coded route).

See `app/views/root` for some bespoke transaction start pages.

Expand Down