mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
chore: remove obsolete documentation and configuration files
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
import { defineConfig } from 'vitepress';
|
|
||||||
|
|
||||||
export default defineConfig({
|
|
||||||
lang: 'ru-RU',
|
|
||||||
title: "Toolkit",
|
|
||||||
description: "A collection of typescript and javascript development tools",
|
|
||||||
rewrites: {
|
|
||||||
'packages/:pkg/README.md': 'packages/:pkg/index.md',
|
|
||||||
},
|
|
||||||
themeConfig: {
|
|
||||||
sidebar: [
|
|
||||||
{
|
|
||||||
text: 'Пакеты',
|
|
||||||
items: [
|
|
||||||
{ text: '@robonen/tsconfig', link: '/packages/tsconfig/' },
|
|
||||||
{ text: '@robonen/renovate', link: '/packages/renovate/' },
|
|
||||||
{ text: '@robonen/stdlib', link: '/packages/stdlib/' },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
});
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
# https://vitepress.dev/reference/default-theme-home-page
|
|
||||||
layout: home
|
|
||||||
|
|
||||||
hero:
|
|
||||||
name: Toolkit
|
|
||||||
tagline: A collection of typescript and javascript development tools
|
|
||||||
actions:
|
|
||||||
- theme: brand
|
|
||||||
text: Get Started
|
|
||||||
link: /
|
|
||||||
- theme: alt
|
|
||||||
text: View on GitHub
|
|
||||||
link: /
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
import { defineConfig } from 'vitest/config';
|
|
||||||
|
|
||||||
export default defineConfig({
|
|
||||||
test: {
|
|
||||||
environment: 'jsdom',
|
|
||||||
},
|
|
||||||
});
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
import { defineConfig } from 'vitest/config';
|
|
||||||
|
|
||||||
export default defineConfig({
|
|
||||||
test: {
|
|
||||||
environment: 'jsdom',
|
|
||||||
},
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user