Generates a table of child requirements for each parent.
Link requirements in a parent-child relationship using the frontmatter key parent
.
Install the plugin
npm install tracey-plugin-childrequirements --save-dev
Add the plugin to the project configuration
// tracey.config.js
const ChildrequirementsPlugin = require('tracey-plugin-childrequirements');
module.exports = {
plugins: [
ChildrequirementsPlugin.plugin({ /* configuration options */ }),
],
};
The configuration object has the following options
Default: parent
Use this option to configure the frontmatter key for linking requirements