Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristian Flanagan <tflanagan@datacollaborative.com>2015-11-14 05:40:38 +0300
committerAnna Henningsen <anna@addaleax.net>2016-05-05 02:15:10 +0300
commit015f4fda0eecf8b5014973cd558674dcb5a120cf (patch)
tree377ef715adea2d1a28a95cfb0fcdcd3ba65f545c /doc/api_assets
parent020968dd1803220b76b8fdcbf2bab54c66b695f4 (diff)
tools: parse documentation metadata
This commit introduces the Documentation YAML metadata concept to the documentation. - Parses added or Added for HTML - Parses all data for JSON Ref: https://github.com/nodejs/node/pull/3867 Ref: https://github.com/nodejs/node/issues/3713 Ref: https://github.com/nodejs/node/issues/6470 PR-URL: https://github.com/nodejs/node/pull/6495 Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'doc/api_assets')
-rw-r--r--doc/api_assets/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index d2fe3b718f9..01d4ad6bc5a 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -108,6 +108,19 @@ em code {
background-color: #0084B6;
}
+.api_metadata {
+ font-size: .75em;
+ margin-bottom: 1em;
+}
+
+.api_metadata span {
+ margin-right: 1em;
+}
+
+.api_metadata span:last-child {
+ margin-right: 0px;
+}
+
ul.plain {
list-style: none;
}