0.0.4 • Published 5 months ago

@sqlframes/docusaurus-plugin v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

This package contains plugin needed to embed SQL Frames into Docusaurus. It is accompanied with another package called @sqlframes/docusaurus-components that provides the docusaurus components functionality to embed SQL Frames into Docusaurus.

Usage within Docusaurus

In the docusaurus.config.json file, add the following

  plugins: [
    '@sqlframes/docusaurus-plugin'
  ],

In addition customFields fields of the config JSON node should be configured. Sample code below

  customFields: {
    sqlframes: {
      version: 'latest', // or any valid version of @sqlframes/repl-app such as 0.12.1
      license: {"data":{"domain":"localhost","expiry_date":"2022/09/30"},"signature":"CC1gnQL48/Vlt/RoPYTfKA5KSA191foKpl5mlYLHtj53kpZTIj6pnr4+KYiRmuetkx12HWHNzcBMLsvmt8dv6A=="} // this is the SQL Frames license key
    }
  },
0.0.3

5 months ago

0.0.2

5 months ago

0.0.4

5 months ago

0.0.2-alpha.7

2 years ago

0.0.2-alpha.6

2 years ago

0.0.2-alpha.5

2 years ago

0.0.2-alpha.4

2 years ago

0.0.2-alpha.3

2 years ago

0.0.2-alpha.2

2 years ago

0.0.2-alpha.1

2 years ago