diff options
author | HiDeoo | 2024-03-29 10:34:09 +0100 |
---|---|---|
committer | GitHub | 2024-03-29 10:34:09 +0100 |
commit | 9c11bb0f07eddaba90426c9550c33bea5f3c83e2 (patch) | |
tree | d4ff9b8ac62e3b4874be884740ed0b0e6e9972c7 | |
parent | fdf5508283a782d116f1d2fb64a6891186661f80 (diff) | |
download | IT.starlight-9c11bb0f07eddaba90426c9550c33bea5f3c83e2.tar.gz IT.starlight-9c11bb0f07eddaba90426c9550c33bea5f3c83e2.tar.bz2 IT.starlight-9c11bb0f07eddaba90426c9550c33bea5f3c83e2.zip |
Remove duplicate from showcase example in `contributing.md` (#1692)
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3dcc3356..275ead40 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -272,9 +272,9 @@ If you’ve built a documentation site with Starlight, adding it to the showcase - The `thumbnail` attribute must be the filename of the screenshot you added in step 2. ```diff - <Card title="Example" href="https://example.com" thumbnail="example.com.png" /> + <Card title="Example" href="https://example.net" thumbnail="example.net.png" /> <Card title="Last Example" href="https://example.org" thumbnail="example.org.png" /> - + <Card title="Example" href="https://example.com" thumbnail="example.com.png" /> + + <Card title="New Example" href="https://example.com" thumbnail="example.com.png" /> </FluidGrid> ``` |