File tree Expand file tree Collapse file tree 5 files changed +41
-61
lines changed Expand file tree Collapse file tree 5 files changed +41
-61
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ insert_final_newline = true
7
7
trim_trailing_whitespace = true
8
8
indent_style = tab
9
9
10
- [* .yml ]
10
+ [{ * .yml, * .toml} ]
11
11
indent_style = space
12
12
indent_size = 2
13
13
Original file line number Diff line number Diff line change 22
22
/CODE_OF_CONDUCT.md export-ignore
23
23
/CONTRIBUTING.md export-ignore
24
24
/docker-compose.yml export-ignore
25
+ /netlify.toml export-ignore
25
26
/package-lock.json export-ignore
26
27
/package.json export-ignore
27
28
/phpcs.xml.dist export-ignore
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ [build ]
2
+ command = " npm run docs:build"
3
+ publish = " docs/.vitepress/dist"
4
+
5
+ [[redirects ]]
6
+ from = " /docs/logging-variables/"
7
+ to = " /wordpress-debugging/profiling-and-logging/"
8
+
9
+ [[redirects ]]
10
+ from = " /blog/2018/07/profiling-and-logging/"
11
+ to = " /wordpress-debugging/profiling-and-logging/"
12
+
13
+ [[redirects ]]
14
+ from = " /blog/2019/02/clickable-stack-traces-and-function-names-in-query-monitor/"
15
+ to = " /help/clickable-stack-traces-and-function-names/"
16
+
17
+ [[redirects ]]
18
+ from = " /docs/configuration-constants/"
19
+ to = " /help/configuration-constants/"
20
+
21
+ [[redirects ]]
22
+ from = " /blog/2018/07/silencing-errors-from-plugins-and-themes/"
23
+ to = " /help/silencing-errors/"
24
+
25
+ [[redirects ]]
26
+ from = " /docs/how-to-use/"
27
+ to = " /wordpress-debugging/how-to-use/"
28
+
29
+ [[redirects ]]
30
+ from = " /blog/2019/02/new-features-in-query-monitor-3-3/"
31
+ to = " /wordpress-debugging/related-hooks/"
32
+
33
+ [[redirects ]]
34
+ from = " /blog/2021/05/debugging-wordpress-rest-api-requests/"
35
+ to = " /wordpress-debugging/rest-api-requests/"
36
+
37
+ [[redirects ]]
38
+ from = " /blog/2019/07/debugging-wordpress-template-part-loading/"
39
+ to = " /wordpress-debugging/template-part-loading/"
You can’t perform that action at this time.
0 commit comments