Skip to content

Commit

Permalink
Merge pull request #2213 from alphagov/rename-doc-to-docs
Browse files Browse the repository at this point in the history
Rename doc to docs
  • Loading branch information
ChrisBAshton authored Jun 10, 2020
2 parents 4b752bb + 2338c58 commit 25a4e6d
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ This application defines global templates for [GOV.UK](https://www.gov.uk) pages

## Screenshots

![screenshot](/doc/screenshot.png?raw=true)
![screenshot](/docs/screenshot.png?raw=true)

## Nomenclature

* [slimmer](https://github.com/alphagov/slimmer) - Rack middleware for wrapping Rack applications in shared templated layouts

## Technical documentation

- [Image optimisation](doc/image-optimisation.md)
- [Slimmer templates](doc/slimmer_templates.md)
- [Emergency Banner](doc/emergency-banner.md)
- [Analytics](doc/analytics.md)
- [Image optimisation](docs/image-optimisation.md)
- [Slimmer templates](docs/slimmer_templates.md)
- [Emergency Banner](docs/emergency-banner.md)
- [Analytics](docs/analytics.md)

### Running the application

Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
var SURVEY_SEEN_TOO_MANY_TIMES_LIMIT = 2
var MAX_MOBILE_WIDTH = "(max-width: 800px)"

/* This data structure is explained in `doc/surveys.md` */
/* This data structure is explained in `docs/surveys.md` */
var userSurveys = {
defaultSurvey: {
url: 'https://www.smartsurvey.co.uk/s/gov_uk?c={{currentPath}}',
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/global-banner.md → docs/global-banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In `app/views/notifications/_global_bar.html.erb`
2. Update the `show_global_bar` variable to `true`
3. Deploy static

![screenshot](/doc/global-banner.png?raw=true)
![screenshot](/docs/global-banner.png?raw=true)

If you are in the production environment, once the origin cache is purged the CDN cache will be purged automatically.
This will clear cache for the top 10 most visited pages.
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 25a4e6d

Please sign in to comment.