Skip to content

Commit 97f97a8

Browse files
committed
TASK: Tiny documentation syntax tweak
1 parent e0d7f8f commit 97f97a8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ changes the index alias.
7070

7171
By default the indexing processes all NodeTypes, but you can change this in your *Settings.yaml*:
7272

73-
```
73+
```yaml
7474
Neos:
7575
ContentRepository:
7676
Search:
@@ -86,12 +86,12 @@ Neos:
8686
```
8787
8888
You need to explicitly configure the individual NodeTypes (this feature does not check the Super Type configuration).
89-
But you can use a special notation to configure a full namespace, ```Acme.AcmeCom:*``` will be applied for all node
90-
types in the ```Acme.AcmeCom``` namespace. The most specific configuration is used in this order:
89+
But you can use a special notation to configure a full namespace, `Acme.AcmeCom:*` will be applied for all node
90+
types in the `Acme.AcmeCom` namespace. The most specific configuration is used in this order:
9191

92-
- NodeType name (```Neos.Neos:Shortcut```)
93-
- Full namespace notation (```Neos.Neos:*```)
94-
- Catch all (```*```)
92+
- NodeType name (`Neos.Neos:Shortcut`)
93+
- Full namespace notation (`Neos.Neos:*`)
94+
- Catch all (`*`)
9595

9696
### Advanced Index Settings
9797

0 commit comments

Comments
 (0)