@adobe/parliament-source-changelog

1.0.0 • Public • Published

parliament-source-changelog

Creates a changelog from the folder specified in the plugins options.

Install

yarn add @adobe/parliament-source-changelog

How to use

// In your gatsby-config.js
const changelogTemplate = path.resolve(pathToTemplate);

module.exports = {
  plugins: [
    {
      resolve: `gatsby-source-filesystem`,
      options: {
        name: `changelog`,
        path: `${__dirname}/path/to/changelog`,
      },
    },
    {
      resolve: `@adobe/parliament-source-changelog`,
      options: {
        template: changelogTemplate,
        path: `${__dirname}/path/to/changelog`,
      },
    },
  ],
};

How to query

{
  allHeaderTabs {
    edges {
      node {
        id
        path
        title
      }
    }
  }
}

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

Readme

Keywords

none

Package Sidebar

Install

npm i @adobe/parliament-source-changelog

Weekly Downloads

7

Version

1.0.0

License

Apache-2.0

Unpacked Size

21.8 kB

Total Files

9

Last publish

Collaborators

  • stopp-adobe
  • dylandepass
  • djaeggi
  • adobehalls
  • fullcolorcoder
  • marbec
  • tripod
  • garthdb
  • lazd
  • adobe-admin
  • patrickfulton
  • trieloff
  • shazron
  • krisnye
  • dcpfsdk
  • natebaldwin
  • devongovett
  • aspro83
  • symanovi
  • dpfister
  • stefan-guggisberg
  • korra
  • rofe
  • kptdobe