Pantheon Systems CMS Kit
Utilities to help simplify the process of sourcing data from a CMS backend for a
Front-End Site hosted on Pantheon.
Installation
To install this package to use in your application:
npm install @pantheon-systems/cms-kit
Usage
Modules can be imported from the @pantheon-systems/cms-kit package. For
example, to use the setSurrogateKeyHeader utility:
import { setSurrogateKeyHeader } from '@pantheon-systems/cms-kit';
API Reference
To see the API reference for @pantheon-systems/cms-kit,
visit our docs site
Contributing
Please see the
Contributing guide in our monorepo