Skip to content

Commit ca3f18a

Browse files
committed
Remove empty border space from LDK architecture
The empty border space makes the diagram text smaller than it otherwise would be. Remove it to make the diagram more readable. Also, move the file under docs/assets for consistency.
1 parent 39edb6e commit ca3f18a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/assets/ldk-architecture.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Throughout these docs, if any piece of code is used or mentioned, the most in-de
2525
found by searching [the Rust docs](https://docs.rs/lightning/0.0.12/lightning/index.html).
2626

2727
## Architecture
28-
<img alt="LDK Architecture" src={useBaseUrl('img/ldk_arch.svg')} />
28+
![LDK Architecture](assets/ldk-architecture.svg)
2929

3030
The big blue box in the center contains all of LDK's core objects.
3131

static/img/ldk_arch.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)