Skip to content

Commit

Permalink
Docusaurus website
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Aug 25, 2024
1 parent e0a12b0 commit a1bb70f
Show file tree
Hide file tree
Showing 158 changed files with 4,465 additions and 248 deletions.
52 changes: 25 additions & 27 deletions docs/table-of-contents.json
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"
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "@cmfcmf/docusaurus-search-local",
"id": "default"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "@cmfcmf/docusaurus-search-local",
"id": "default"
}
5 changes: 5 additions & 0 deletions website/.docusaurus/DONT-EDIT-THIS-FOLDER
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.
Loading

0 comments on commit a1bb70f

Please sign in to comment.