freeipa/install/ui/doc/config.json
Petr Vobornik f39f4aaae2 webui: FormMixin
a mixin used for fields validation. Basically implements a logic which
is already in details facet and dialog.

Now this logic can be used in any component.

The long term goal is to replace the logic in details facet and dialog
with this mixin.

https://fedorahosted.org/freeipa/ticket/3903

Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
2014-04-15 12:41:53 +02:00

14 lines
392 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", "-nodoc"],
"--": [
"../src/freeipa/"
],
"--output": "../build/code_doc"
}