Skip to content

Commit a1fd823

Browse files
committed
Tweak headings
1 parent ae6c42a commit a1fd823

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Assumes the GDS development environment is setup via puppet.
1919
./startup.sh
2020

2121

22-
## Content Style guide
22+
# Content Style guide
2323

2424
The [style guide for GOV.UK](https://www.gov.uk/design-principles/style-guide).
2525

@@ -31,13 +31,13 @@ This section is [generated from a](config/whats-new.yaml)
3131
[feed](https://www.gov.uk/design-principles/style-guide.atom) and
3232
[HTML representation](https://www.gov.uk/design-principles/style-guide/whats-new).
3333

34-
## Digital by Default Service Manual
35-
### How Search Works
34+
# Digital by Default Service Manual
35+
## How Search Works
3636

3737
This app provides a search interface for the Digital by Default Service Manual.
3838
That search is exposed at /service-manual/search.
3939

40-
#### Indexing content
40+
### Indexing content
4141

4242
* Content for search should be placed in JSON files in ```db/index``` eg. ```db/index/service-manual.json``` (this is done during the compilation step that adds the manual content to this repository)
4343
* The rake task ```rake rummager:index``` will post these to the rummager service for inclusion in an index called 'service-manual'

0 commit comments

Comments
 (0)