From 56a6240bf700ac307342ed494d8bfbabe5c822dc Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 19 Apr 2023 17:50:02 +0800 Subject: ✨docs init MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/theme.config.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/theme.config.tsx (limited to 'docs/theme.config.tsx') diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx new file mode 100644 index 0000000..88b8e2b --- /dev/null +++ b/docs/theme.config.tsx @@ -0,0 +1,18 @@ +import React from 'react' +import { DocsThemeConfig } from 'nextra-theme-docs' + +const config: DocsThemeConfig = { + logo: My Project, + project: { + link: 'https://github.com/shuding/nextra-docs-template', + }, + chat: { + link: 'https://discord.com', + }, + docsRepositoryBase: 'https://github.com/shuding/nextra-docs-template', + footer: { + text: 'Nextra Docs Template', + }, +} + +export default config -- cgit v1.2.3-70-g09d2