Skip to content

Commit

Permalink
docs/fix: correct docs landing page links
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Nov 13, 2024
1 parent 29d5133 commit 9182da2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@

## Haidra

### [why.md](#whymd)
### [why.md](why.md)

Discusses the motivations behind running the AI-Horde. It explains the commitment to open-source technologies, the not-for-profit nature of the project, and the broader goals of democratizing access to AI.

## AI Horde

### [intro.md](#intromd)
### [intro.md](intro.md)

Provides an overview of the AI-Horde, explaining its purpose, how it works, and the role of kudos in the system. It introduces the concept of a community-driven, free service for generating AI content.

### [definitions.md](#definitionsmd)
### [definitions.md](definitions.md)

Contains a detailed glossary of terms used within the AI-Horde ecosystem. It explains core concepts, user roles, infrastructure components, and various technical terms related to AI-Horde operations.

### [job\_lifecycle.md](#job_lifecyclemd)
### [job\_lifecycle.md](job_lifecycl.md)

Describes the lifecycle of a job within the AI-Horde system. It includes a mermaid diagram illustrating the flow from user request submission to job completion and result retrieval.

### [workers.md](#workersmd)
### [workers.md](workers.md)

Explains the role of workers in the AI-Horde system, detailing the process of job assignment, execution, and result submission. It also covers different types of workers and the technologies they use.

### [worker\_loop.md](#worker_loopmd)
### [worker\_loop.md](worker_loop.md)

Provides a detailed description of the worker loop, including a mermaid diagram. It outlines the steps a worker goes through from startup, job polling, processing, and handling post-processing tasks.

### [kudos.md](#kudosmd)
### [kudos.md](kudos.md)

Explains the kudos system, which is the fundamental unit of exchange within the AI-Horde. It covers how kudos are earned, spent, and their role in prioritizing requests and rewarding contributions.

0 comments on commit 9182da2

Please sign in to comment.