Socket
Socket
Sign inDemoInstall

backstage-plugin-konfig

Package Overview
Dependencies
12
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    backstage-plugin-konfig

> :warning: **This plugin is WIP**. Today, this plugin will only lint > your OpenAPI Specification using our > [linter](https://konfigthis.com/docs/lint-rules) specifically built for ensuring > high quality SDK generation. If you are interested please rea


Version published
Weekly downloads
8
increased by700%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Konfig Plugin

:warning: This plugin is WIP. Today, this plugin will only lint your OpenAPI Specification using our linter specifically built for ensuring high quality SDK generation. If you are interested please reach out to dylan@konfigthis.com or schedule a time with us here!

Welcome to the Konfig Backstage plugin!

This plugin allows you to generate SDKs for your APIs.

Konfig

Setup

  1. Install this plugin:
# From your Backstage root directory
yarn --cwd packages/app add backstage-plugin-konfig

Entity Pages

  1. Add the plugin as a tab to your Entity pages:
// In packages/app/src/components/catalog/EntityPage.tsx
import { EntityApiDocsKonfigContent, isApiDocsKonfigAvailable } from 'backstage-plugin-konfig';

...

const apiPage = (
  <EntityLayout>
    {/* other tabs... */}
    <EntityLayout.Route if={isApiDocsKonfigAvailable} path="/konfig" title="Konfig">
      <EntityApiDocsKonfigContent />
    </EntityLayout.Route>
  </EntityLayout>

FAQs

Last updated on 03 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc