-
-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update built-in README for new users (#757)
* feat: add getting_started, desktop_guide and mobile_guide json * feat: update built-in readme data * feat: support adding database as template * feat: support creating nested documents * chore: refactor code * chore: refactor code * chore: remove println * chore: update collab version * feat: update built-in readme and image ref * chore: remove template icon * feat: use database::create_with_view to create collab * chore: add template tests * chore: update collab version * chore: remove debug code * chore: add comment * chore: fix lint & test * fix: code review * fix: rust lint * chore: update comment * test: add default workspace test * test: add default user workspace test * chore: use workspace database body * chore: fix typo and clippy * fix: insert_folder_data_success test * fix: insert_folder_data_success test * feat: update content in gettting_started * chore: update to-dos json --------- Co-authored-by: nathan <[email protected]>
- Loading branch information
Showing
28 changed files
with
2,221 additions
and
475 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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 @@ | ||
{ | ||
"type": "page", | ||
"children": [{ "type": "paragraph", "data": { "delta": [] } }] | ||
} |
Oops, something went wrong.