GitHunt
HO

Howe829/docs

Documentation Repository Internet of Agent

This repository contains the documentation for the project, built using Sphinx
with the Read the Docs template. The documentation sources are written in Markdown.

Table of Contents

Installation

To build the documentation locally, you need to install Taskfile.

macOS

  • Install Taskfile using Homebrew:

    brew install go-task/tap/go-task
    

Linux

  • Install Taskfile using bash:

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

Windows

  • Install Taskfile using scoop:

    scoop install go-task
    

Building the Documentation

  • To build the documentation, run the following command:

    task build
    
  • This will generate the HTML documentation in the .build/docs/html directory.

Contributing

Contributions are welcome! Please follow these steps to contribute:

Fork the repository.
Create a new branch for your feature or bugfix.
Make your changes.
Submit a pull request.

Copyright Notice

Copyright Notice and License

Copyright (c) 2025 Cisco and/or its affiliates.

Contributors

Creative Commons Attribution 4.0 International
Created March 22, 2025
Updated March 22, 2025
Howe829/docs | GitHunt