Skip to content

Commit 44b4fcb

Browse files
committed
Add docs/logging.md to ex_doc extras configuration
The logging.md file existed but was missing from the ex_doc configuration, causing documentation build warnings about missing file references.
1 parent 55a521a commit 44b4fcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rebar.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<<"docs/context-affinity.md">>,
4242
<<"docs/streaming.md">>,
4343
<<"docs/memory.md">>,
44+
<<"docs/logging.md">>,
4445
<<"docs/scalability.md">>,
4546
<<"docs/threading.md">>,
4647
<<"docs/asyncio.md">>,
@@ -53,7 +54,8 @@
5354
<<"docs/type-conversion.md">>,
5455
<<"docs/context-affinity.md">>,
5556
<<"docs/streaming.md">>,
56-
<<"docs/memory.md">>
57+
<<"docs/memory.md">>,
58+
<<"docs/logging.md">>
5759
]},
5860
{<<"Advanced">>, [
5961
<<"docs/scalability.md">>,

0 commit comments

Comments
 (0)