1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-12 18:24:03 +02:00

Rename Slate and Editable to Slate Component and Editable Component in table of contents to improve discoverability

This commit is contained in:
Sunny Hirai
2023-04-13 09:14:48 -07:00
parent cc2000b583
commit db3e0f8a81
2 changed files with 4 additions and 4 deletions

View File

@@ -57,8 +57,8 @@
- [withReact](libraries/slate-react/with-react.md) - [withReact](libraries/slate-react/with-react.md)
- [ReactEditor](libraries/slate-react/react-editor.md) - [ReactEditor](libraries/slate-react/react-editor.md)
- [Hooks](libraries/slate-react/hooks.md) - [Hooks](libraries/slate-react/hooks.md)
- [Slate](libraries/slate-react/slate.md) - [Slate Component](libraries/slate-react/slate.md)
- [Editable](libraries/slate-react/editable.md) - [Editable Component](libraries/slate-react/editable.md)
- [Event Handling](libraries/slate-react/event-handling.md) - [Event Handling](libraries/slate-react/event-handling.md)
- [Slate History](libraries/slate-history/README.md) - [Slate History](libraries/slate-history/README.md)
- [withHistory](libraries/slate-history/with-history.md) - [withHistory](libraries/slate-history/with-history.md)

View File

@@ -5,6 +5,6 @@ This sub-library contains the React-specific logic for Slate.
- [withReact](./with-react.md) - [withReact](./with-react.md)
- [ReactEditor](./react-editor.md) - [ReactEditor](./react-editor.md)
- [Hooks](./hooks.md) - [Hooks](./hooks.md)
- [Slate](./slate.md) - [Slate Component](./slate.md)
- [Editable](./editable.md) - [Editable Component](./editable.md)
- [Event Handling](./event-handling.md) - [Event Handling](./event-handling.md)