mirror of
https://github.com/bjarncraft/Searchcord-Docs.git
synced 2025-12-12 15:18:10 +00:00
first commit
This commit is contained in:
5
pages/_app.js
Normal file
5
pages/_app.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import 'nextra-theme-docs/style.css'
|
||||
|
||||
export default function Nextra({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
7
pages/index.mdx
Normal file
7
pages/index.mdx
Normal file
@@ -0,0 +1,7 @@
|
||||
# Search-Cord
|
||||
|
||||
**Search-Cord** is a free Service used to Archive Discord servers and make that data Publicly accessible.
|
||||
|
||||
You dont have to host anything. We do all the work for you!
|
||||
|
||||
[Get Started](/setup/get-started)
|
||||
3
pages/meta.json
Normal file
3
pages/meta.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"index": "Introduction"
|
||||
}
|
||||
4
pages/setup/get-started.mdx
Normal file
4
pages/setup/get-started.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
import Callout from 'nextra-theme-docs/callout'
|
||||
|
||||
## Step 1
|
||||
|
||||
Reference in New Issue
Block a user