Skip to content

Commit

Permalink
Collapse and minimize how it works in issues backing
Browse files Browse the repository at this point in the history
Landing on this page with a lot of very technical implementation details is a bit daunting. Keep it smaller and collapsed just in case someone is actually interested in going down the rabbit whole.
  • Loading branch information
kzu committed Sep 29, 2024
1 parent eab4d3e commit 75f1a17
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/github/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ excites you. Pretty neat, huh?
<div id="user"></div>
<div id="issues"></div>

## How it works
<details close markdown="block">
<summary>
<small>How this works (in-depth)</small>
</summary>

Any GitHub account can be SponsorLink-enabled by following the instructions in the
[sponsorable setup]({{ site.baseurl }}/github/#sponsorable-setup) guide. Once enabled,
Expand All @@ -73,5 +76,7 @@ of the backend reference implementation of SponsorLink, does not have any visibi
into the sponsorships or the sponsorable's GitHub account since it's all
[self-hosted]({{ site.baseurl }}/github/#sponsorable-backend-self-hosting) by each
project owner.

</details>

<script src="{{ '/assets/js/issues.js' | relative_url }}"></script>

0 comments on commit 75f1a17

Please sign in to comment.