Skip to content

Commit

Permalink
Remove unused code (#455)
Browse files Browse the repository at this point in the history
Remove the `Tile`, `Logo`, `InlineCode`, and `RadioButton` components,
which are not used in any layouts or docs page bodies.

Remove the `remark-messaging.test.ts` test file, which we neglected to
remove when removing this linter.

Also removes Mintlify migration code.
  • Loading branch information
ptgott authored Apr 29, 2024
1 parent 48ad166 commit 196e445
Show file tree
Hide file tree
Showing 53 changed files with 1 addition and 2,026 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# mintlify
/migration-result

# dependencies
/node_modules

Expand Down
26 changes: 0 additions & 26 deletions components/InlineCode/InlineCode.module.css

This file was deleted.

9 changes: 0 additions & 9 deletions components/InlineCode/InlineCode.tsx

This file was deleted.

1 change: 0 additions & 1 deletion components/InlineCode/index.ts

This file was deleted.

5 changes: 0 additions & 5 deletions components/Logo/Logo.module.css

This file was deleted.

13 changes: 0 additions & 13 deletions components/Logo/Logo.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions components/Logo/assets/logo.svg

This file was deleted.

1 change: 0 additions & 1 deletion components/Logo/index.ts

This file was deleted.

83 changes: 0 additions & 83 deletions components/RadioButton/RadioButton.module.css

This file was deleted.

58 changes: 0 additions & 58 deletions components/RadioButton/RadioButton.stories.tsx

This file was deleted.

52 changes: 0 additions & 52 deletions components/RadioButton/RadioButton.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions components/RadioButton/index.ts

This file was deleted.

90 changes: 0 additions & 90 deletions components/Tile/TileList.module.css

This file was deleted.

Loading

0 comments on commit 196e445

Please sign in to comment.