FIELDCRAFT DOCS HTML template · v1.3.0

Components

Doc

The running body used for Privacy Policy and Terms of Use — a template notice, a jump-link table of contents, and numbered document sections.

Markup

<div class="doc rv">
  <p class="notice">TEMPLATE NOTICE &mdash; DEMONSTRATION COPY SHIPPED WITH THE THEME.</p>
  <ul class="toc">
    <li><a href="#p1">/ 01 The short version</a></li>
    <li><a href="#p2">/ 02 What we collect</a></li>
  </ul>
  <section class="docsec" id="p1">
    <h2>/ 01 THE SHORT VERSION</h2>
    <p>We collect what we need to schedule and do the work, we don&rsquo;t sell it…</p>
  </section>
</div>

Template notice

.notice is a bordered mono callout reminding whoever's editing the page that the shipped Privacy Policy/Terms copy is placeholder text, not legal advice, and needs a real review before launch — keep this notice (or your own equivalent reminder) until the real policy is in place, then remove it.


Jump-link table of contents

.toc is a wrapped row of small underlined jump links, one per document section, each pointing at that section's own id. It's hand-authored per page (this static site has no build step to auto-generate it from headings) — keep it in sync manually if you add or reorder sections.


Sections

Each section.docsec is a bare, unpadded section (it overrides the base section object's padding to zero, since .doc already manages its own vertical rhythm) with a numbered <h2> and body copy.