-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from Open-Telecoms-Data/example-updates
Example updates
- Loading branch information
Showing
17 changed files
with
823 additions
and
816 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.wy-table-responsive table td { | ||
white-space: normal !important; | ||
} |
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,11 +1,11 @@ | ||
pre.renderjson { overflow: scroll; font-size:smaller; border: 1px solid grey;} | ||
pre.renderjson { overflow: scroll; font-size:smaller; border: 1px solid #e1e4e5; padding: 12px; background-color: #eeffcc;} | ||
.renderjson a { text-decoration: none; } | ||
.renderjson .disclosure { color: crimson; font-size: 150%; } | ||
.renderjson .disclosure { color: grey; font-size: 150%; } | ||
.renderjson .syntax { color: grey; } | ||
.renderjson .string { color: darkred; } | ||
.renderjson .string { color: #4070a0; } | ||
.renderjson .number { color: darkcyan; } | ||
.renderjson .boolean { color: blueviolet; } | ||
.renderjson .key { color: darkblue; } | ||
.renderjson .key { color: #062873; font-weight: bold;} | ||
.renderjson .keyword { color: blue; } | ||
.renderjson .object.syntax { color: lightseagreen; } | ||
.renderjson .array.syntax { color: orange; } | ||
.renderjson .object.syntax { color: grey; } | ||
.renderjson .array.syntax { color: grey; } |
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,3 +1,3 @@ | ||
{% extends "!layout.html" %} | ||
{% set css_files = css_files + ["_static/renderjson.css"] %} | ||
{% set css_files = css_files + ["_static/renderjson.css", "_static/jsonschema.css"] %} | ||
{% set script_files = script_files + ["_static/renderjson.js", "_static/json-example-format.js"] %} |
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
Oops, something went wrong.