Skip to content

adobe/parliament-transformer-navigation

parliament-transformer-navigation

Allows you to specify your side navigation in json or yaml formats.

Install

yarn add @adobe/parliament-transformer-navigation

How to use

// In your gatsby-config.js
const gitInfo = GitUrlParse(process.env.GATSBY_SOURCE)
const gitRepoInfo = {
  org: gitInfo.owner,
  name: gitInfo.name,
  branch: process.env.GATSBY_SOURCE_BRANCH,
}
module.exports = {
  plugins: [
    {
      resolve: `@adobe/parliament-transformer-navigation`,
      options: {
        gitRepoInfo: gitRepoInfo
      },
    },
  ],
}

How to query

{
  parliamentNavigation {
    homePage
    pages
  }
}

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •