docs: update examples wordings

# What's changed?

* Change example pages wordings
* Add Acknowledgement banner
This commit is contained in:
Braks
2022-04-11 16:43:07 +02:00
parent ae4cefefbc
commit d35eb96c1f
19 changed files with 109 additions and 27 deletions
+3 -2
View File
@@ -10,8 +10,9 @@ __Changes from 0.3.x to 0.4.x__
The "built-in" storage feature has been fully removed.
:::
Storing nodes and loading is easy to handle.
This example demonstrates a save & restore functionality using the `LocalStorage` of the browser.
There is no built-in storage feature, however creating a save & restore feature is simple.
This example demonstrates save & restore functionality using the `LocalStorage` of the browser.
You are of course free to implement your own logic (for example fetching the data from an API that's connected to a database).
<div class="mt-6">