-
Notifications
You must be signed in to change notification settings - Fork 9
/
phpdoc.dist.xml
80 lines (67 loc) · 3.67 KB
/
phpdoc.dist.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor configVersion="3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.phpdoc.org" xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd">
<paths>
<output>.docs</output>
</paths>
<title>CAWeb</title>
<version number="3.1.0">
<api>
<default-package-name>CAWeb</default-package-name>
<source dsn=".">
</source>
<ignore>
<path>assets/**/*</path>
<path>css/**/*</path>
<path>fonts/**/*</path>
<path>images/**/*</path>
<path>js/**/*</path>
<path>node_modules/**/*</path>
<path>divi/extension/node_modules/**/*</path>
<path>page-templates/**/*</path>
<path>partials/**/*</path>
<path>vendor/**/*</path>
</ignore>
</api>
</version>
<setting name="nav_menu" value="
Examples,gears,{Examples,gears,examples/index.html,View all available examples},{Icon Font Library,book,examples/icon-library.html,View all available icons};
How To's,info-bubble,{Enforce WPCS,shield,how-to/enforce-wpcs.html,How to enforce the WordPress Coding Standards},{Building Blocks,cubes,how-to/build-blocks.html,How to build Gutenberg Blocks},{Compile CSS/JS,code,how-to/gulp.html,How to compile all CSS/JS files};
Structure,flowchart,{Actions/Filters,filter,filters.html,View all available WordPress actions/filters},{All Files,file,files.html,View All Files}" />
<setting name="contact_url" value="https://caweb.cdt.ca.gov/contact-us/" />
<!-- State Template Settings -->
<setting name="colorscheme" value="santa barbara" />
<!-- Colorscheme Options
<setting name="colorscheme" value="delta" />
<setting name="colorscheme" value="eureka" />
<setting name="colorscheme" value="mono" />
<setting name="colorscheme" value="oceanside" />
<setting name="colorscheme" value="orange county" />
<setting name="colorscheme" value="paso robles" />
<setting name="colorscheme" value="sacramento" />
<setting name="colorscheme" value="santa barbara" />
<setting name="colorscheme" value="santa cruz" />
<setting name="colorscheme" value="shasta" />
<setting name="colorscheme" value="sierra" />
<setting name="colorscheme" value="trinity" />
-->
<!-- Github Settings -->
<setting name="stable_version" value="1.10.5" />
<setting name="github_user" value="CAWebPublishing" />
<setting name="github_repo" value="CAWeb" />
<setting name="github_branch" value="master" />
<setting name="caweb_url" value="https://caweb.cdt.ca.gov/" />
<setting name="caweb_theme_url" value="https://github.com/CAWebPublishing/CAWeb/" />
<setting name="et_theme_url" value="https://www.elegantthemes.com/" />
<setting name="nodejs_url" value="https://nodejs.org/en/" />
<setting name="nodejs_ver" value="18.18.0" />
<setting name="npm_url" value="https://www.npmjs.com/" />
<setting name="npm_ver" value="9.8.1" />
<setting name="composer_url" value="https://getcomposer.org/" />
<setting name="composer_ver" value="2.2.3" />
<setting name="wp_cli_url" value="https://wp-cli.org/" />
<!-- WordPress.NamingConventions.PrefixAllGlobals Rule.
Multiple valid prefixes can be provided as a comma-delimited list. -->
<setting name="wp_prefixes" value="caweb_,et_,wp_" />
<template name="vendor/caweb/phpdoc/" location="." />
<template name="." location="." />
</phpdocumentor>