Skip to content

Commit f5b56ac

Browse files
authored
Merge pull request #4443 from alphagov/remove-irrelevant-docs
Remove integration links
2 parents bc94fd6 + 07c49d9 commit f5b56ac

File tree

4 files changed

+4
-116
lines changed

4 files changed

+4
-116
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ This is a Ruby on Rails application that contains:
6969

7070
### Smart Answers app development
7171

72-
* [Common errors you might run into during development](doc/smart-answers-app-development/common-errors.md)
73-
* [Continuous integration](doc/smart-answers-app-development/continuous-integration.md)
7472
* [Testing](doc/smart-answers-app-development/testing.md)
7573

7674
### Debugging

doc/debugging/viewing-templates-as-govspeak.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@
22

33
Seeing [Govspeak](https://github.com/alphagov/govspeak) markup of Smart Answer pages can be useful to content designers when preparing content change requests or to developers inspecting generated Govspeak that later gets translated to HTML.
44

5-
This feature can be enabled by setting `EXPOSE_GOVSPEAK` to a non-empty value. It is enabled by default in the Integration environment and in Heroku apps deployed via the `startup_heroku.sh` script.
5+
This feature can be enabled by setting `EXPOSE_GOVSPEAK` to a non-empty value. It is enabled by default in a development environment.
66

77
The Govspeak version of the pages can be accessed by appending `.txt` to URLs.
88

9-
## In Development environment
9+
## Example URLs for a development environment
1010

11-
* [Marriage abroad landing page](http://smartanswers.dev.gov.uk/marriage-abroad.txt)
11+
* [Marriage abroad landing page](http://smart-answers.dev.gov.uk/marriage-abroad.txt)
1212
* [Marriage abroad question page](http://smart-answers.dev.gov.uk/marriage-abroad/y.txt)
13-
* [Marriage abroad outcome page](http://smartanswers.dev.gov.uk/marriage-abroad/y/afghanistan/uk/partner_other/opposite_sex.txt)
14-
15-
## In Integration environment
16-
17-
**It's not currently possible to access the Govspeak version of landing pages in the Integration environment.** There's a [Trello card about this inconsistency](https://trello.com/c/qd5C7qDn/165-allow-landing-pages-to-be-rendered-as-govspeak-in-integration).
18-
19-
* [Marriage abroad question page](https://www-origin.integration.publishing.service.gov.uk/marriage-abroad/y.txt)
20-
* [Marriage abroad outcome page](https://www-origin.integration.publishing.service.gov.uk/marriage-abroad/y/afghanistan/uk/partner_other/opposite_sex.txt)
13+
* [Marriage abroad outcome page](http://smart-answers.dev.gov.uk/marriage-abroad/y/afghanistan/uk/partner_other/opposite_sex.txt)

doc/smart-answers-app-development/common-errors.md

-81
This file was deleted.

doc/smart-answers-app-development/continuous-integration.md

-22
This file was deleted.

0 commit comments

Comments
 (0)