Skip to content

Commit 9aabc57

Browse files
committed
Fix context/index.yaml schema.
1 parent 41eccc7 commit 9aabc57

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

context/index.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# Automatically generated context index for Utopia::Project guides.
22
# Do not edit then files in this directory directly, instead edit the guides and then run `bake utopia:project:agent:context:update`.
33
---
4-
getting-started:
4+
description: A concurrency framework for Ruby.
5+
metadata:
6+
documentation_uri: https://socketry.github.io/async/
7+
funding_uri: https://github.com/sponsors/ioquatix/
8+
source_code_uri: https://github.com/socketry/async.git
9+
files:
10+
- path: getting-started.md
511
title: Getting Started
6-
order: 1
712
description: This guide shows how to add async to your project and run code asynchronously.
8-
scheduler:
13+
- path: scheduler.md
914
title: Scheduler
10-
order: 2
1115
description: This guide gives an overview of how the scheduler is implemented.
12-
tasks:
16+
- path: tasks.md
1317
title: Tasks
14-
order: 3
1518
description: This guide explains how asynchronous tasks work and how to use them.
16-
best-practices:
19+
- path: best-practices.md
1720
title: Best Practices
18-
order: 5
1921
description: This guide gives an overview of best practices for using Async.
20-
debugging:
22+
- path: debugging.md
2123
title: Debugging
22-
order: 6
2324
description: This guide explains how to debug issues with programs that use Async.
24-
thread-safety:
25+
- path: thread-safety.md
2526
title: Thread safety
26-
order: 10
2727
description: This guide explains thread safety in Ruby, focusing on fibers and threads,
2828
common pitfalls, and best practices to avoid problems like data corruption, race
2929
conditions, and deadlocks.

releases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## Unreleased
4+
5+
- Fix `context/index.yaml` schema.
6+
37
## v2.27.1
48

59
- Updated documentation and agent context.

0 commit comments

Comments
 (0)