Added docs to sidebar in-app
This commit is contained in:
parent
e810324d72
commit
8566c33342
1 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,12 @@
|
||||||
<section>
|
<section>
|
||||||
<nav class="px-4 py-4 lg:px-6">
|
<nav class="px-4 py-4 lg:px-6">
|
||||||
<ul class="mb-6 flex flex-col gap-1.5">
|
<ul class="mb-6 flex flex-col gap-1.5">
|
||||||
|
<.sidebar_item
|
||||||
|
icon="hero-book-open"
|
||||||
|
text="Docs"
|
||||||
|
target="_blank"
|
||||||
|
href="https://github.com/kieraneglin/pinchflat/wiki"
|
||||||
|
/>
|
||||||
<.sidebar_item
|
<.sidebar_item
|
||||||
icon="hero-code-bracket"
|
icon="hero-code-bracket"
|
||||||
text="Github"
|
text="Github"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue