Skip to content

Commit

Permalink
GitBook: [#56] Added warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JaffaKetchup authored and gitbook-bot committed Nov 24, 2022
1 parent 8b10d02 commit 7c9c627
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ Many thanks to all my sponsors, not matter how much or how little they donated (
* [@huulbaek](https://github.com/huulbaek)
* [@andrewames](https://github.com/andrewames)
* [@ozzy1873](https://github.com/ozzy1873)
* _Anonymous Donor (via Ko-Fi, no username provided)_
* _Private Donor (via GitHub, chosen private)_
* _Private Donor (via GitHub, chosen private)_
* _+ 3 anonymous or private donors_
4 changes: 4 additions & 0 deletions usage/roots-and-stores/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ To use them, if available, just add 'Async' to the end of the method/getter. For
{% endcontent-ref %}

<table data-view="cards"><thead><tr><th></th><th data-type="select" data-multiple></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><code>access</code></td><td></td><td>Access the underlying file/directory structure as standard 'dart:io' objects (advanced)</td><td><a href="access.md">access.md</a></td></tr><tr><td><code>manage</code></td><td></td><td>Modify and control the structure itself, such as creation and deletion operations</td><td><a href="manage.md">manage.md</a></td></tr><tr><td><code>stats</code></td><td></td><td>Retrieve statistics about a structure, such as size and length</td><td><a href="statistics.md">statistics.md</a></td></tr><tr><td><code>recovery</code></td><td></td><td>Recover failed bulk downloads, and prepare them to restart</td><td><a href="recovery.md">recovery.md</a></td></tr><tr><td><code>migrator</code></td><td></td><td>Migrate the incompatible file/directory structure of a root from a previous version of FMTC to a newer version</td><td><a href="migrator.md">migrator.md</a></td></tr><tr><td><code>import</code></td><td></td><td>Import and prepare a store from a previously exported archive file</td><td><a href="../../import-and-export/importing.md">importing.md</a></td></tr><tr><td><code>download</code></td><td></td><td>Prepare, start, and manage a store's bulk downloads</td><td><a href="../../bulk-downloading/introduction.md">introduction.md</a></td></tr><tr><td><code>metadata</code></td><td></td><td>A simple key-value pair store designed for storing simple, store related information</td><td><a href="metadata.md">metadata.md</a></td></tr><tr><td><code>export</code></td><td></td><td>Export a store to an archive file, for future importing</td><td><a href="../../import-and-export/exporting.md">exporting.md</a></td></tr></tbody></table>

{% hint style="info" %}
If you receive warnings in your IDE about using internal members outside its package, you should use the chains listed above instead of directly using the indicated object.
{% endhint %}

0 comments on commit 7c9c627

Please sign in to comment.