mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
add dokka link to docs page
This commit is contained in:
parent
ae6b4bb291
commit
ab158db7f1
1 changed files with 10 additions and 1 deletions
|
@ -8,6 +8,15 @@ const DocsPage = () => {
|
||||||
|
|
||||||
return <Layout>
|
return <Layout>
|
||||||
<div className="flex items-center w-full flex-col">
|
<div className="flex items-center w-full flex-col">
|
||||||
|
<article className="card bg-base-200 shadow-xl mx-10 mb-5 w-full md:w-2/3">
|
||||||
|
<div className="card-body">
|
||||||
|
<h2 className="card-title">Dokka</h2>
|
||||||
|
<p>Basically javadoc</p>
|
||||||
|
<div className="card-actions justify-end">
|
||||||
|
<a href="/dokka/" className="btn btn-primary">View</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
<StaticQuery
|
<StaticQuery
|
||||||
query={graphql`
|
query={graphql`
|
||||||
query {
|
query {
|
||||||
|
@ -51,4 +60,4 @@ export function Head() {
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue