@grafana/api-documenter
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -18,2 +18,5 @@ "use strict"; | ||
writer.writeLine(DocFrontMatter._tag); | ||
writer.writeLine('# -----------------------------------------------------------------------'); | ||
writer.writeLine('# Do not edit this file. It is automatically generated by API Documenter.'); | ||
writer.writeLine('# -----------------------------------------------------------------------'); | ||
writer.writeLine(`title = "${this._title}"`); | ||
@@ -20,0 +23,0 @@ writer.writeLine(`keywords = [${keywords}]`); |
{ | ||
"name": "@grafana/api-documenter", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Read JSON files from api-extractor, generate documentation pages", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -13,1 +13,8 @@ # @microsoft/api-documenter | ||
API documentation for this package: https://rushstack.io/pages/api/api-documenter/ | ||
# Extended with some special Grafana extras | ||
When running the tool with the markdown option you can specify two more flags: | ||
- `--hugo` that will export the markdown in a hugo friendly format with FrontMatter meta data included. | ||
- `--draft` that will make the documentation as draft (it will not be visible when running Hugo in production). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
829518
11453
19