mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
Docs (#15)
* feat(docs): update Vitepress config to include @robonen/renovate and @robonen/stdlib packages * chore(packages/renovate): mark package.json private to true
This commit is contained in:
@@ -5,7 +5,7 @@ export default defineConfig({
|
||||
title: "Tools",
|
||||
description: "A set of tools and utilities for web development",
|
||||
rewrites: {
|
||||
'packages/:pkg/README.md': 'packages/:pkg/index.md'
|
||||
'packages/:pkg/README.md': 'packages/:pkg/index.md',
|
||||
},
|
||||
themeConfig: {
|
||||
sidebar: [
|
||||
@@ -13,6 +13,8 @@ export default defineConfig({
|
||||
text: 'Пакеты',
|
||||
items: [
|
||||
{ text: '@robonen/tsconfig', link: '/packages/tsconfig/' },
|
||||
{ text: '@robonen/renovate', link: '/packages/renovate/' },
|
||||
{ text: '@robonen/stdlib', link: '/packages/stdlib/' },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user