Skip to content

Commit

Permalink
Merge pull request #162 from TDesignOteam/release/0.0.1-alpha.2
Browse files Browse the repository at this point in the history
feat(alpha): 发布alpha测试版本
  • Loading branch information
duenyang authored Oct 18, 2024
2 parents d658b3c + 8b1646d commit eaf0036
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tencent/tdesign-web-components",
"name": "tdesign-web-components",
"purename": "tdesign",
"version": "0.0.1-beta.1",
"version": "0.0.1-alpha.2",
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions site/sidebar.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ export default [
path: '/getting-started',
component: () => import('@docs/getting-started.md'),
},
{
title: '自定义主题',
titleEn: 'Theme Customization',
name: 'custom-theme',
path: '/custom-theme',
component: () => import('@common/theme.md'),
},
{
title: '最佳实践',
titleEn: 'Starter Kit',
Expand Down

0 comments on commit eaf0036

Please sign in to comment.