0.0.4 • Published 2 years ago
@sqlframes/docusaurus-plugin v0.0.4
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
2 years ago
0.0.2
2 years ago
0.0.4
2 years ago
0.0.2-alpha.7
3 years ago
0.0.2-alpha.6
3 years ago
0.0.2-alpha.5
3 years ago
0.0.2-alpha.4
3 years ago
0.0.2-alpha.3
3 years ago
0.0.2-alpha.2
3 years ago
0.0.2-alpha.1
3 years ago