Skip to content

DeveloperAlly/livepeer-docs-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

669 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Livepeer Docs

👩‍💻 Development

Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command

npm i -g mintlify

Run the following command at the root of your documentation (where mint.json is)

mint dev

🔧 Git Hooks (Required)

This repository uses git hooks to enforce style guide compliance and code quality. You must install them:

./.githooks/install.sh

The pre-commit hook will:

  • ✅ Check for style guide violations (ThemeData, hardcoded colors, etc.)
  • ✅ Run verification scripts (syntax checks, validation)
  • ❌ Block commits with violations

See Git Hooks Documentation for details.

📖 Before Contributing

MANDATORY: Read these before making changes:

  1. Style Guide - Production-grade styling guidelines
  2. Component Library - Available components
  3. Contribution Guide - How to contribute
  4. Git Hooks - Pre-commit hook documentation

About

Livepeer documentation

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.3%
  • MDX 22.5%
  • JavaScript 4.7%
  • Shell 0.4%
  • CSS 0.1%
  • Python 0.0%