Skip to content

Commit fc67077

Browse files
committed
Fix context/index.yaml schema.
1 parent b30fd1c commit fc67077

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

context/index.yaml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
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 fast, asynchronous, rack-compatible web server.
5+
metadata:
6+
documentation_uri: https://socketry.github.io/falcon/
7+
source_code_uri: https://github.com/socketry/falcon.git
8+
files:
9+
- path: getting-started.md
510
title: Getting Started
6-
order: 1
711
description: This guide gives an overview of how to use Falcon for running Ruby
812
web applications.
9-
rails-integration:
13+
- path: rails-integration.md
1014
title: Rails Integration
11-
order: 2
1215
description: This guide explains how to host Rails applications with Falcon.
13-
deployment:
16+
- path: deployment.md
1417
title: Deployment
15-
order: 3
1618
description: This guide explains how to use Falcon in production environments.
17-
performance-tuning:
19+
- path: performance-tuning.md
1820
title: Performance Tuning
19-
order: 4
2021
description: This guide explains the performance characteristics of Falcon.
21-
websockets:
22+
- path: websockets.md
2223
title: WebSockets
23-
order: 5
2424
description: This guide explains how to use WebSockets with Falcon.
25-
interim-responses:
25+
- path: interim-responses.md
2626
title: Interim Responses
27-
order: 6
2827
description: This guide explains how to use interim responses in Falcon to send
2928
early hints to the client.
30-
how-it-works:
29+
- path: how-it-works.md
3130
title: How It Works
32-
order: 10
3331
description: This guide gives an overview of how Falcon handles an incoming web
3432
request.

0 commit comments

Comments
 (0)