Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a38e95 commit 47745b7Copy full SHA for 47745b7
_config.yml
@@ -7,7 +7,7 @@ logo: DevDocs
7
description: Archived Magento 2.1.18 Developer Documentation.
8
9
# the base protocol and domain
10
-url: https://dshevtsov.github.io/
+url: https://dshevtsov.github.io
11
12
# Site theme. https://jekyllrb.com/docs/themes/
13
theme: devdocs
@@ -170,6 +170,7 @@ exclude:
170
- node_modules
171
- vendor
172
- .git
173
+ - .github
174
- .idea
175
- Gemfile
176
- Gemfile.lock
@@ -179,3 +180,8 @@ exclude:
179
180
- rakelib
181
- README.md
182
- _plugins
183
+ - src
184
+ - tmp
185
+ - scripts
186
+ - Docfile.yml
187
+ - redirects.json
0 commit comments