feat: initial commit of trustlab-docs

This commit is contained in:
dyzulk
2026-01-08 15:03:32 +07:00
commit 6c5b0c53ae
31 changed files with 8109 additions and 0 deletions

15
theme.config.tsx Normal file
View File

@@ -0,0 +1,15 @@
import React from 'react'
import { DocsThemeConfig } from 'nextra-theme-docs'
const config: DocsThemeConfig = {
logo: <span>TrustLab Docs</span>,
project: {
link: 'https://github.com/dyzulk/trustlab-docs',
},
docsRepositoryBase: 'https://github.com/dyzulk/trustlab-docs/tree/main',
footer: {
text: 'TrustLab Documentation',
},
}
export default config