-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #347 from humanmade/290-documentation-linting-issues
Reformat docs files after linting
- Loading branch information
Showing
3 changed files
with
36 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Import Travis configuration from dev-tools repo | ||
version: ~> 1.0 | ||
import: | ||
- source: humanmade/altis-dev-tools:travis/module.yml@4accc74 | ||
- source: humanmade/altis-dev-tools:travis/module.yml@0bfa112a | ||
mode: deep_merge_append | ||
|
||
# Add your custom config below, which will merge with the default module config from the section above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# SEO | ||
|
||
![](./assets/banner-seo.png) | ||
![SEO banner](./assets/banner-seo.png) | ||
|
||
## Configuration | ||
|
||
The following JSON is the default configuration for the module and can be overridden in your project's `composer.json` file. | ||
|
||
```json | ||
{ | ||
"extra": { | ||
"altis": { | ||
"modules": { | ||
"seo": { | ||
"enabled": true | ||
}, | ||
"redirects": true | ||
} | ||
} | ||
} | ||
} | ||
"extra": { | ||
"altis": { | ||
"modules": { | ||
"seo": { | ||
"enabled": true | ||
}, | ||
"redirects": true | ||
} | ||
} | ||
} | ||
} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters