module ContentfulMiddleman

The Contentful Middleman extensions allows to load managed content into Middleman projects through the Contentful Content Management Platform.

Constants

VERSION

Public Class Methods

instances() click to toggle source
# File lib/contentful_middleman/core.rb, line 12
def self.instances
  @contentful_middleman_instances ||= []
end