Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@grafana/api-documenter

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grafana/api-documenter - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

3

lib/nodes/grafana/DocFrontMatter.js

@@ -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}]`);

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc