Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 1.77 KB

File metadata and controls

80 lines (53 loc) · 1.77 KB

Documentation Repository for AGNTCY

This repository contains the documentation for the project, built using Material for MkDocs. The documentation sources are written in Markdown.

Table of Contents

Installation

Prerequisites

To build the documentation locally, you need to install the following dependencies:

macOS

  • Install Taskfile and uv using Homebrew:

    brew install go-task/tap/go-task
    brew install uv

Linux

  • Install Taskfile and uv using bash:

    sh -c '$(curl -fsSL https://taskfile.dev/install.sh)'
    curl -LsSf https://astral.sh/uv/install.sh | sh

Windows

  • Install Taskfile and uv using scoop:

    scoop install go-task
    scoop install main/uv

Running local live server

task run

Building the Documentation

To build the documentation, run the following command:

task build

This will generate the HTML documentation in the .build/site directory.

Contributing

See the How to Contribute page for more information.

Copyright Notice

Copyright Notice and License

Copyright AGNTCY Contributors (https://github.com/agentcy)