mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-10-15 16:19:14 +03:00
api docs in separate folder
This commit is contained in:
@@ -1,18 +1,10 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
import { typedocPlugin } from 'vuepress-plugin-typedoc/next';
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
title: "NestJS Telegraf",
|
||||
description: "NestJS Telegraf documentation",
|
||||
srcDir: './docs',
|
||||
plugins: [
|
||||
typedocPlugin({
|
||||
// plugin options
|
||||
entryPoints: ['../src/index.ts'],
|
||||
tsconfig: '../tsconfig.typedoc.json',
|
||||
}),
|
||||
],
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: [
|
||||
|
Reference in New Issue
Block a user