mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
14 lines
393 B
JSON
14 lines
393 B
JSON
|
{
|
||
|
"--title": "FreeIPA Web UI Documentation",
|
||
|
"--categories": "categories.json",
|
||
|
"--guides": "guides.json",
|
||
|
"--css": ["doc.css"],
|
||
|
"--external": ["jQuery", "Store", "QueryResult", "Stateful", "Evented",
|
||
|
"XMLHttpRequest", "Promise"],
|
||
|
"--warnings": ["-link", "-no_doc"],
|
||
|
"--": [
|
||
|
"../src/freeipa/"
|
||
|
],
|
||
|
"--output": "../build/code_doc"
|
||
|
}
|