-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0a12b0
commit a1bb70f
Showing
158 changed files
with
4,465 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,25 @@ | ||
{ | ||
"id": "table-of-contents", | ||
"chapters": [ | ||
{ | ||
"title": "Overview", | ||
"entries": [ | ||
{"entry": "docs"}, | ||
{"entry": "docs/get-started"}, | ||
{"entry": "docs/whats-new"}, | ||
{"entry": "docs/upgrade-guide"} | ||
] | ||
}, | ||
{ | ||
"title": "API Reference", | ||
"entries": [ | ||
{"entry": "docs/api-reference/event-manager"}, | ||
{"entry": "docs/api-reference/pan"}, | ||
{"entry": "docs/api-reference/pinch"}, | ||
{"entry": "docs/api-reference/press"}, | ||
{"entry": "docs/api-reference/rotate"}, | ||
{"entry": "docs/api-reference/swipe"}, | ||
{"entry": "docs/api-reference/tap"}, | ||
{"entry": "docs/api-reference/types"} | ||
] | ||
} | ||
] | ||
} | ||
[ | ||
{ | ||
"type": "category", | ||
"label": "Overview", | ||
"items": [ | ||
"README", | ||
"whats-new", | ||
"upgrade-guide" | ||
] | ||
}, | ||
{ | ||
"type": "category", | ||
"label": "API Reference", | ||
"items": [ | ||
"api-reference/event-manager", | ||
"api-reference/pan", | ||
"api-reference/pinch", | ||
"api-reference/press", | ||
"api-reference/rotate", | ||
"api-reference/swipe", | ||
"api-reference/tap", | ||
"api-reference/types" | ||
] | ||
} | ||
] |
4 changes: 4 additions & 0 deletions
4
website/.docusaurus/@cmfcmf/docusaurus-search-local/default/__plugin.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "@cmfcmf/docusaurus-search-local", | ||
"id": "default" | ||
} |
4 changes: 4 additions & 0 deletions
4
.../.docusaurus/@cmfcmf/docusaurus-search-local/default/plugin-route-context-module-100.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "@cmfcmf/docusaurus-search-local", | ||
"id": "default" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
This folder stores temp files that Docusaurus' client bundler accesses. | ||
|
||
DO NOT hand-modify files in this folder because they will be overwritten in the | ||
next build. You can clear all build artifacts (including this folder) with the | ||
`docusaurus clear` command. |
Oops, something went wrong.