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

Fix table of contents for doc related to Slate React

This commit is contained in:
Sunny Hirai
2023-04-12 22:47:16 -07:00
parent 0e34b35aed
commit 161c9d8f45
2 changed files with 3 additions and 3 deletions

View File

@@ -56,8 +56,8 @@
- [Slate React](libraries/slate-react/README.md) - [Slate React](libraries/slate-react/README.md)
- [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)
- [Editable](libraries/slate-react/editable.md)
- [Hooks](libraries/slate-react/hooks.md) - [Hooks](libraries/slate-react/hooks.md)
- [Editable](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

@@ -2,13 +2,13 @@
This sub-library contains the React-specific logic for Slate. This sub-library contains the React-specific logic for Slate.
- Usage (under construction)
- [Event Handling](./event-handling.md)
- [withReact](./with-react.md) - [withReact](./with-react.md)
- [ReactEditor](./react-editor.md) - [ReactEditor](./react-editor.md)
- [Hooks](./hooks.md) - [Hooks](./hooks.md)
- Slate (under construction) - Slate (under construction)
- [Editable](./editable.md) - [Editable](./editable.md)
- Usage (under construction)
- [Event Handling](./event-handling.md)
## Components ## Components