Skip to content

Commit 0443e1d

Browse files
committed
Add context-affinity.md and threading.md to ex_doc config
1 parent e37b187 commit 0443e1d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rebar.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,25 @@
3838
<<"docs/getting-started.md">>,
3939
<<"docs/ai-integration.md">>,
4040
<<"docs/type-conversion.md">>,
41+
<<"docs/context-affinity.md">>,
4142
<<"docs/streaming.md">>,
4243
<<"docs/memory.md">>,
4344
<<"docs/scalability.md">>,
45+
<<"docs/threading.md">>,
4446
<<"docs/testing-free-threading.md">>
4547
]},
4648
{groups_for_extras, [
4749
{<<"Guides">>, [
4850
<<"docs/getting-started.md">>,
4951
<<"docs/ai-integration.md">>,
5052
<<"docs/type-conversion.md">>,
53+
<<"docs/context-affinity.md">>,
5154
<<"docs/streaming.md">>,
5255
<<"docs/memory.md">>
5356
]},
5457
{<<"Advanced">>, [
5558
<<"docs/scalability.md">>,
59+
<<"docs/threading.md">>,
5660
<<"docs/testing-free-threading.md">>
5761
]}
5862
]}

0 commit comments

Comments
 (0)