Skip to content

Commit

Permalink
fix(website): update navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Jan 31, 2024
1 parent cc54e4f commit ee679f8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 196 deletions.
178 changes: 0 additions & 178 deletions src/layouts/just-navigation/index.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions src/layouts/main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ const links = [
path: 'schema',
icon: <BiCodeBlock />,
},
{
title: i18nLocale.t('playground'),
path: 'playground',
icon: <BiCubeAlt />,
},
{
title: 'LabelU-kit',
path: 'https://github.com/opendatalab/labelU-kit#readme',
Expand Down
5 changes: 3 additions & 2 deletions src/pages/guide.introduction/markdown_zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
### 产品介绍

LabelU是一个开源的数据标注工具,它可以帮助用户快速、准确、高效地对数据进行标注,从而提高机器学习模型的性能和质量。LabelU支持多种标注类型,包括标签分类、文本描述、拉框、多边形、点、线、立体框、时间戳、片段分割等,满足不同场景和需求的标注任务。
体验产品可通过以下两种方式:
- 在线体验:[https://labelu.shlab.tech/](https://labelu.shlab.tech/)
体验产品可通过以下方式:
- 标注工具:[https://opendatalab.github.io/labelU-Kit/](https://opendatalab.github.io/labelU-Kit/)
- LabelU 在线体验:[https://labelu.shlab.tech/](https://labelu.shlab.tech/)
- 本地部署:[https://opendatalab.github.io/labelU/#/guide/install](https://opendatalab.github.io/labelU/#/guide/install)

### 功能特性
Expand Down
11 changes: 0 additions & 11 deletions src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ import PolygonSchema from './pages/schema.image.polygon';
import CuboidSchema from './pages/schema.image.cuboid';
import AudioSegmentSchema from './pages/schema.audio.segment';
import AudioFrameSchema from './pages/schema.audio.frame';
import Playground from './pages/playground';
import JustNavigation from './layouts/just-navigation';

export interface RouteWithName extends NonIndexRouteObject {
name?: string;
Expand Down Expand Up @@ -299,15 +297,6 @@ const routes = [
},
],
},
{
path: '/playground',
element: <JustNavigation><Playground /></JustNavigation>,
handle: {
crumb: () => {
return i18n.t('playground');
},
},
},
{
path: '*',
element: <NoMatch />,
Expand Down

0 comments on commit ee679f8

Please sign in to comment.