You are looking at the old Apostrophe 0.5 documentation. It is deprecated for new projects. Check out the latest version!

API

← Previous: Migrating from A2 Version 0.4

Introduction

Welcome to the Apostrophe API reference! Perfect when you know what you want. If you don't know what you want yet, you should be reading the tutorials or looking at some FAQs.

Modules

apostrophe-site (TODO)

This module provides tools to configure your site at the very top level. This is often the only npm module you require directly in app.js.

apostrophe: core CMS services

This module provides core services needed by every site, such as files, document storage, template rendering, video, and the core widgets.

Loose ends

We'll merge these into the modules list soon.

nunjucks filters

Helpful filters for the Nunjucks templating language.

nunjucks helpers

Helpful functions to call from your Nunjucks templates.

Next: apostrophe - core CMS services →