Skip to content

Add Llamalend v2 developer documentation#122

Open
mo-anon wants to merge 2 commits into
mainfrom
feat/llamalend-v2-docs
Open

Add Llamalend v2 developer documentation#122
mo-anon wants to merge 2 commits into
mainfrom
feat/llamalend-v2-docs

Conversation

@mo-anon
Copy link
Copy Markdown
Contributor

@mo-anon mo-anon commented Mar 17, 2026

Summary

  • Adds a new Llamalend v2 section to the developer docs covering the core lending infrastructure contracts
  • Overview page with architecture diagram (Mermaid), new features, security improvements vs v1, Vyper module system explanation, and audit placeholder
  • 5 contract reference pages: LendFactory, Vault, LendController, LendControllerView, AMM (LLAMMA) — all with function signatures, parameter tables, and return descriptions
  • Enables Mermaid diagram rendering site-wide (markdown.mermaid: true in docusaurus config)
  • Adds sidebar entry for the new section

Status: Work in Progress

This PR is not final. The contracts are still being finalized as audit findings are being addressed. Specifically:

  • Source code blocks (<SourceCode>) are intentionally left empty — they will be filled once the contract code is finalized and deployed
  • Example blocks (<Example>) are also empty — will be added with live <ContractCall> components once deployment addresses are available
  • ABI blocks are not yet included — will be added from the final deployed contracts
  • Deployment addresses are placeholders — will be updated post-deployment
  • The Audits section is a placeholder pending public release of audit reports

Once the code is finalized and deployed, a follow-up pass will fill in all source code, examples, ABIs, and deployment info.

Test plan

  • yarn build passes with no new errors
  • Review overview page content for accuracy
  • Verify Mermaid diagram renders correctly
  • Check all sidebar links work

🤖 Generated with Claude Code

New docs section covering the core lending infrastructure contracts
for Llamalend v2: LendFactory, Vault, LendController, LendControllerView,
and AMM (LLAMMA). Includes an overview page with architecture diagram,
new features, security improvements, and Vyper module system explanation.

Source code blocks and example blocks are left empty as the contracts
are still being finalized (audit fixes ongoing).

Also enables Mermaid diagram rendering site-wide.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Mar 20, 2026 1:15pm

Request Review

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant