mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
chore: rename docs to resources
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
import React from "react"
|
||||
|
||||
import { DocsLayout } from "../components/DocsLayout"
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
function DocsPage() {
|
||||
return (
|
||||
<DocsLayout>
|
||||
<SEO title="Docs" />
|
||||
the docs
|
||||
</DocsLayout>
|
||||
)
|
||||
}
|
||||
|
||||
export default DocsPage
|
||||
@@ -0,0 +1,15 @@
|
||||
import React from "react"
|
||||
|
||||
import { ResourcesLayout } from "../components/ResourcesLayout"
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
function ResourcesPage() {
|
||||
return (
|
||||
<ResourcesLayout>
|
||||
<SEO title="Resources" />
|
||||
the resources
|
||||
</ResourcesLayout>
|
||||
)
|
||||
}
|
||||
|
||||
export default ResourcesPage
|
||||
Reference in New Issue
Block a user