function header()

in util/extract.js [109:139]


function header(docName) {
  return `---
title: ${docName}
abbrev: ${docName}
docname: ${docName}
category: info
ipr: none
area: General
workgroup: AWS Crypto Tools
keyword: INTERNAL-ONLY
stand_alone: yes
pi: [toc, sortrefs, symrefs]
author:
  -
    ins: Amazon AWS
    name: Amazon AWS
    organization: Amazon AWS
    email: cryptools+rfc@amazon.com
normative:
  RFC2119:
informative:
--- abstract
The ${docName} specification for the AWS Encryption SDK.
--- middle
# Conventions and Definitions
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in BCP 14 {{RFC2119}} {{!RFC8174}}
when, and only when, they appear in all capitals, as shown here
  `;
}