Skip to content

tridz-dev/huf.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Huf Documentation

This directory contains the Nextra-based documentation for Huf.

Development

To run the documentation locally:

cd agentflo/docs
npm install
npm run dev

The documentation will be available at http://localhost:3000.

Building

The documentation is automatically built during bench migrate or bench build via the root package.json build script.

To build manually:

# From agentflo root
yarn build-docs

# Or from docs directory
cd agentflo/docs
npm run build

The build output is placed in agentflo/public/docs/ and the entry HTML is copied to agentflo/www/docs.html.

Structure

  • app/ - Next.js app directory
    • page.mdx - Homepage
    • docs/ - Documentation pages
      • installation/ - Installation guide
      • quick-start/ - Quick start guide
      • agents/ - Agents documentation
      • tools/ - Tools documentation
      • conversations/ - Conversations documentation
      • monitoring/ - Monitoring documentation
      • development/ - Development guide
  • theme.config.jsx - Nextra theme configuration
  • next.config.js - Next.js configuration

Content Guidelines

  • Focus on users, not developers (except in Development section)
  • Use clear, simple language
  • Provide step-by-step instructions
  • Include examples and use cases
  • Reference Frappe documentation where appropriate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors