Skip to content

uniteum/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniteum Documentation

This repository contains the documentation site for Uniteum, built with Jekyll and hosted on GitHub Pages.

User-Facing Documentation

The main documentation is organized as:

Additional documentation is organized under:

  • /concepts/ - Core concepts and mechanics
  • /reference/ - Technical reference and contract details
  • /research/ - Research papers and theoretical foundations

Site Configuration

  • _config.yml - Jekyll site configuration
  • _data/ - Contract addresses, navigation, and other data files
  • _includes/ - Reusable templates and components
  • _layouts/ - Page layouts
  • assets/ - Images, CSS, and other static assets
Meta Documents (Collaboration & Development)

These documents support our development process and collaboration with Claude. They're organized in the .meta/ directory but aren't part of the user-facing documentation.

Primary References

  • CLAUDE.md - Main instructions for Claude Code - Project overview, conventions, and guidelines (kept at root)
  • .meta/STYLE_GUIDE.md - Writing style and formatting standards

Development Summaries

Content Management

Code Quality

Local Development

# Install dependencies
bundle install

# Run local server
bundle exec jekyll serve

# Build site
bundle exec jekyll build

The site will be available at http://localhost:4000.

Deployment

The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.

Live site: uniteum.oneuniteum.github.io

About

No description, website, or topics provided.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
license.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors