Skip to content

Instantly share code, notes, and snippets.

@Addono
Created October 10, 2020 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Addono/766cda33e05ad24b03b282abc5fa87e6 to your computer and use it in GitHub Desktop.
Save Addono/766cda33e05ad24b03b282abc5fa87e6 to your computer and use it in GitHub Desktop.
Original export of JavaScript based Docusaurus plugin
module.exports = function (context) {
const { siteConfig } = context
const { themeConfig } = siteConfig
// ... remainder of your plugin
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment