mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
feat(docs): add auto generated doc based on readme
This commit is contained in:
20
.vitepress/config.ts
Normal file
20
.vitepress/config.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { defineConfig } from 'vitepress';
|
||||
|
||||
export default defineConfig({
|
||||
lang: 'ru-RU',
|
||||
title: "Tools",
|
||||
description: "A set of tools and utilities for web development",
|
||||
rewrites: {
|
||||
'packages/:pkg/README.md': 'packages/:pkg/index.md'
|
||||
},
|
||||
themeConfig: {
|
||||
sidebar: [
|
||||
{
|
||||
text: 'Пакеты',
|
||||
items: [
|
||||
{ text: '@robonen/tsconfig', link: '/packages/tsconfig/' },
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user