Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By specifying a category value in the metadata, Docpad will know which category's table of contents to render. Without this value, a table of contents will not be displayed.

Deploying Content

Build process

Checklist

  • Plugins: marked, handlebars
  • Markdown content goes into ./src/documents
  • Site-structure.json defines the table of contents

Relative Paths

  • For Infusion docs we use relative paths where possible to make it easier to develop and edit.
  • When generating the output, the handlebars help converts paths to paths relative to the current document.
  • There is an open issue where the 404 page has hardcoded paths.

Deploy process

Github Pages Specific Issues

Community Workflow

Documentation Parallels Development

...