Skip to content

UseJunior/legal-context-exports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

legal-context-exports

Published build artifacts from the legal-context pipeline. Consumed at build time by usejunior.com for template detail pages and practice notes.

Contents

template-html/

Pre-rendered HTML for OpenAgreements contract templates. Each file contains the full agreement body (cover terms, numbered clauses, drafting notes) generated by the two-pass Gemini pipeline.

Naming convention: {template-slug}.html

Current templates:

  • openagreements-restrictive-covenant-wyoming.html — Employee Restrictive Covenant (Wyoming)

How it's consumed

The website's src/_data/wiki.js fetches these files at build time:

  • Locally: reads from ../legal-context/data/ (convenience)
  • On Vercel: fetches from https://raw.githubusercontent.com/UseJunior/legal-context-exports/main/template-html/{slug}.html

Updating

After regenerating template HTML in the legal-context pipeline:

cp ../legal-context/data/template-*.html template-html/
git add -A && git commit -m "update template exports" && git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages