Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00e157a

Browse files
committed
remove example
1 parent 3bdee2f commit 00e157a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4
-5729
lines changed

viewer/packages/lowcoder/src/app.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ import { fetchHomeData } from "./redux/reduxActions/applicationActions";
5858

5959
const LazyUserAuthComp = React.lazy(() => import("pages/userAuth"));
6060
const LazyInviteLanding = React.lazy(() => import("pages/common/inviteLanding"));
61-
const LazyComponentDoc = React.lazy(() => import("pages/ComponentDoc"));
6261
const LazyComponentPlayground = React.lazy(() => import("pages/ComponentPlayground"));
6362
const LazyAppEditor = React.lazy(() => import("pages/editor/AppEditor"));
6463
const LazyAppFromTemplate = React.lazy(() => import("pages/ApplicationV2/AppFromTemplate"));
@@ -351,10 +350,6 @@ class AppIndex extends React.Component<AppIndexProps, any> {
351350
path={INVITE_LANDING_URL}
352351
component={LazyInviteLanding}
353352
/>
354-
<LazyRoute
355-
path={`${COMPONENT_DOC_URL}/:name`}
356-
component={LazyComponentDoc}
357-
/>
358353
<LazyRoute
359354
path={`/playground/:name/:dsl`}
360355
component={LazyComponentPlayground}

viewer/packages/lowcoder/src/pages/ComponentDoc/ExampleContext.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

viewer/packages/lowcoder/src/pages/ComponentDoc/common/BorderContext.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

viewer/packages/lowcoder/src/pages/ComponentDoc/common/Example.tsx

Lines changed: 0 additions & 273 deletions
This file was deleted.

viewer/packages/lowcoder/src/pages/ComponentDoc/common/ExampleGroup.tsx

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)