mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-03 19:41:55 +02:00
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.
This commit is contained in:
@@ -2,17 +2,17 @@ Storage API
|
||||
***********
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:maxdepth: 1
|
||||
|
||||
SPI Flash and Partition APIs <spi_flash>
|
||||
SD/SDIO/MMC Driver <sdmmc>
|
||||
Non-Volatile Storage <nvs_flash>
|
||||
NVS Partition Generation Utility <nvs_partition_gen.rst>
|
||||
Virtual Filesystem <vfs>
|
||||
FAT Filesystem <fatfs>
|
||||
Wear Levelling <wear-levelling>
|
||||
SPIFFS Filesystem <spiffs>
|
||||
Mass Manufacturing Utility <mass_mfg.rst>
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user