OVMS3-idf/docs/en/api-reference/storage/index.rst
Darian Leung 75adefe437 docs: Alphbetically sort toctree
This commit sorts the entries of variuos toctrees
alphabetically. Indentation was also fixed. The order
of some toctrees were not modified if the existing
order had some form of suggested reading order.
2019-08-13 16:04:12 +08:00

19 lines
506 B
ReStructuredText

Storage API
***********
.. toctree::
:maxdepth: 1
FAT Filesystem <fatfs>
Mass Manufacturing Utility <mass_mfg.rst>
Non-Volatile Storage <nvs_flash>
NVS Partition Generation Utility <nvs_partition_gen.rst>
SD/SDIO/MMC Driver <sdmmc>
SPI Flash and Partition APIs <spi_flash>
SPIFFS Filesystem <spiffs>
Virtual Filesystem <vfs>
Wear Levelling <wear-levelling>
Code examples for this API section are provided in the :example:`storage` directory of ESP-IDF examples.