Skip to content

Commit ffb7007

Browse files
committed
docs: update links
1 parent 660942c commit ffb7007

2 files changed

Lines changed: 23 additions & 5 deletions

File tree

demo/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@
3535
/>
3636
<link rel="canonical" href="https://itsjavi.com/dnd-manager" />
3737
<link rel="icon" type="image/png" href="/logo.png" />
38+
<!-- Privacy-friendly analytics by Plausible -->
39+
<script async src="https://ua.werkowl.com/js/pa-SjDdiR94Caj4Vc0c5CNkL.js"></script>
40+
<script>
41+
;((window.plausible =
42+
window.plausible ||
43+
function () {
44+
;(plausible.q = plausible.q || []).push(arguments)
45+
}),
46+
(plausible.init =
47+
plausible.init ||
48+
function (i) {
49+
plausible.o = i || {}
50+
}))
51+
plausible.init()
52+
</script>
3853
</head>
3954

4055
<body>

demo/src/app.tsx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ export default function App() {
8686
<pre className="inline-block max-w-full overflow-x-auto rounded-lg border border-slate-800 bg-slate-950/70 px-3 py-2 text-xs text-slate-200">
8787
<code>pnpm add dnd-manager</code>
8888
</pre>
89+
<pre className="inline-block max-w-full overflow-x-auto rounded-lg border border-slate-800 bg-slate-950/70 px-3 py-2 text-xs text-slate-200">
90+
<code>npx ctx7 skills install /itsjavi/dnd-manager</code>
91+
</pre>
8992
</div>
9093
<div className="relative z-10 mt-4 flex flex-wrap gap-3 text-sm">
9194
<a
@@ -94,23 +97,23 @@ export default function App() {
9497
target="_blank"
9598
rel="noreferrer"
9699
>
97-
GitHub Repository
100+
GitHub
98101
</a>
99102
<a
100103
className="rounded-lg border border-slate-600 bg-slate-900/70 px-3 py-2 text-slate-100 transition hover:border-slate-400 hover:text-white"
101-
href="https://github.com/itsjavi/dnd-manager/tree/main/demo/src"
104+
href="https://www.npmjs.com/package/dnd-manager"
102105
target="_blank"
103106
rel="noreferrer"
104107
>
105-
Examples
108+
npm
106109
</a>
107110
<a
108111
className="rounded-lg border border-slate-600 bg-slate-900/70 px-3 py-2 text-slate-100 transition hover:border-slate-400 hover:text-white"
109-
href="https://www.npmjs.com/package/dnd-manager"
112+
href="https://context7.com/itsjavi/dnd-manager"
110113
target="_blank"
111114
rel="noreferrer"
112115
>
113-
npm
116+
Context7 Docs
114117
</a>
115118
<a
116119
className="rounded-lg border border-transparent bg-transparent px-3 py-2 text-slate-100 underline decoration-dotted underline-offset-4 transition hover:border-slate-400 hover:text-white"

0 commit comments

Comments
 (0)