-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29acddd
commit c3b9f46
Showing
12 changed files
with
902 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
*Quickly generate HTML or Markdown documentation from a JSON schema* | ||
|
||
* [Home](/) | ||
* [Configuration js format](docs/examples/examples_flat_default/Configuration.html) | ||
* [Configuration markdown format](docs/examples/examples_md_default/Configuration.md) | ||
* [Configuration](docs/Configuration.md) | ||
* [Examples](docs/Examples.md) | ||
* [Contributing](CONTRIBUTING.md) | ||
* [Contributing](/CONTRIBUTING.md) | ||
* [LICENSE](/LICENSE.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
|
||
# Configuration <!-- {docsify-ignore-all} --> | ||
|
||
<!-- select:start --> | ||
<!-- select-menu-labels: Schema --> | ||
|
||
## --Configuration-- | ||
### Configuration | ||
|
||
|
||
<details> | ||
<summary>Json schema - Click here to expand source code...</summary> | ||
|
||
[../config_schema.json](../config_schema.json ':include :type=code') | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Js template - Click here to expand the rendered result...</summary> | ||
<a href="/docs/examples/examples_js_default/Configuration.html" target="_blank">Open it in full page</a> | ||
|
||
[examples/examples_js_default/Configuration.html](examples/examples_js_default/Configuration.html ':include :type=iframe width=100% height=400px') | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Flat template - Click here to expand the rendered result...</summary> | ||
<a href="/docs/examples/examples_flat_default/Configuration.html" target="_blank">Open it in full page</a> | ||
|
||
[examples/examples_flat_default/Configuration.html](examples/examples_flat_default/Configuration.html ':include :type=iframe width=100% height=400px') | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Mardown without badge template - Click here to expand the rendered result...</summary> | ||
<a href="https://github.com/coveooss/json-schema-for-humans/blob/master/docs/examples/examples_md_default/Configuration.md" target="_blank">Open it in github</a> | ||
|
||
[examples/examples_md_default/Configuration.md](examples/examples_md_default/Configuration.md ':include') | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Mardown with badges template - Click here to expand the rendered result...</summary> | ||
<a href="https://github.com/coveooss/json-schema-for-humans/blob/master/docs/examples/examples_md_with_badges/Configuration.md" target="_blank">Open it in github</a> | ||
|
||
[examples/examples_md_with_badges/Configuration.md](examples/examples_md_with_badges/Configuration.md ':include') | ||
</details> | ||
|
||
|
||
<!-- select:end --> |
Oops, something went wrong.