Skip to content

Commit

Permalink
feat: expose /memo badge in help page
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Feb 5, 2025
1 parent 7e4189c commit 6b39978
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions components/help-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,18 @@ export default function HomeIntro ({ isFlat = false }) {

<h3>Advanced usage</h3>
<ul>
<li>
<a href='/runkit'><code>/runkit</code></a>
create arbitrary live badge with RunKit's online IDE.
</li>
<li>
<a href='/https'><code>/https</code></a>
turn an api endpoint into a svg live badge.
</li>
<li>
<a href='/memo'><code>/memo</code></a>
a memo badge can be updated through a PUT request regularly.
</li>
<li>
<a href='/runkit'><code>/runkit</code></a>
create arbitrary live badge with RunKit's online IDE.
</li>
</ul>

<style jsx>{`
Expand Down

0 comments on commit 6b39978

Please sign in to comment.