We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc32aeb commit 4c226f8Copy full SHA for 4c226f8
1 file changed
_config.yml
@@ -12,13 +12,13 @@ algolia:
12
application_id: 'G160Y1N5OT'
13
index_name: 'codeception'
14
read_only_api_key: 'c264188100c4fb7017c4f5702a7d4b8d'
15
- record_css_selector: '.page'
16
allowed_extensions:
17
- - .markdown
+ - ".markdown"
+ - ".html"
18
excluded_files:
19
- - index.html
20
- - docs-2.0
21
- - docs-1.8
22
- - 2012-
23
- - 2013-
24
- - 2014-
+ - "index.html"
+ - "docs-2.0"
+ - "docs-1.8"
+ - "2012-"
+ - "2013-"
+ - "2014-"
0 commit comments