Skip to content

docs plugin - #195

Open
brig wants to merge 3 commits into
masterfrom
brig/docs-plugin
Open

docs plugin#195
brig wants to merge 3 commits into
masterfrom
brig/docs-plugin

Conversation

@brig

@brig brig commented Apr 17, 2025

Copy link
Copy Markdown
Contributor
Screenshot 2025-04-16 at 22 04 59

concord.yaml.md:

# concord.yaml

## `myFlow`

**Description**:  
My flow description

**Inputs**:

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `param1` | string | ✓ | param1 description |
| `param2` | object |  |  |
| `param2.key` | string | ✓ | key description |

**Outputs**:

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `out1` | string | ✓ | out1 description |
| `out2` | string |  |  |

---

summary.md:

# Summary

  - [concord.yaml](./concord.yaml.md)

book.toml:

[book]
authors = ["concord-docs"]
language = "en"
src = "src"
title = "My Project Documentation"

@brig
brig requested review from a team and Copilot April 17, 2025 02:26

This comment was marked as resolved.

@brig brig added the need docs Documentation required label Apr 17, 2025
@walmartlabs walmartlabs deleted a comment from Copilot AI Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

need docs Documentation required

Development

Successfully merging this pull request may close these issues.

2 participants