mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 16:06:12 +02:00
feat: link to docs from sidebar
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import React from "react"
|
||||
|
||||
import DocsLayout from "../components/DocsLayout"
|
||||
import SEO from "../components/SEO"
|
||||
|
||||
const DocsPage = () => (
|
||||
<DocsLayout>
|
||||
<SEO title="Docs" />
|
||||
the docs
|
||||
</DocsLayout>
|
||||
)
|
||||
|
||||
export default DocsPage
|
||||
Reference in New Issue
Block a user