Skip to content

Commit 0eb0418

Browse files
committed
Fix TOCs
1 parent d45fe6a commit 0eb0418

File tree

4 files changed

+60
-60
lines changed

4 files changed

+60
-60
lines changed

doc/boards.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ title: Supported Hardware
33
---
44

55
## Table of contents
6-
* [Adafruit HUZZAH ESP8266 (ESP\-12)](#adafruit-huzzah-esp8266-esp-12)
7-
* [NodeMCU 0\.9 <a name="user\-content\-nodemcu\-0\-9"></a>](#nodemcu-09-)
8-
* [Pin mapping](#pin-mapping)
9-
* [NodeMCU 1\.0](#nodemcu-10)
10-
* [Olimex MOD\-WIFI\-ESP8266\-DEV](#olimex-mod-wifi-esp8266-dev)
11-
* [Olimex MOD\-WIFI\-ESP8266](#olimex-mod-wifi-esp8266)
12-
* [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
13-
* [SweetPea ESP\-210](#sweetpea-esp-210)
14-
* [Generic ESP8266 modules](#generic-esp8266-modules)
15-
* [Serial Adapter](#serial-adapter)
16-
* [Minimal Hardware Setup for Bootloading and Usage](#minimal-hardware-setup-for-bootloading-and-usage)
17-
* [ESP to Serial](#esp-to-serial)
18-
* [Minimal Hardware Setup for Bootloading only](#minimal-hardware-setup-for-bootloading-only)
19-
* [Minimal Hardware Setup for Running only](#minimal-hardware-setup-for-running-only)
20-
* [Minimal](#minimal)
21-
* [Improved Stability](#improved-stability)
22-
* [Boot Messages and Modes](#boot-messages-and-modes)
23-
* [rst cause](#rst-cause)
24-
* [boot mode](#boot-mode)
25-
* [WeMos D1](#wemos-d1)
26-
* [WeMos D1 mini](#wemos-d1-mini)
6+
* [Adafruit HUZZAH ESP8266 (ESP\-12)](#adafruit-huzzah-esp8266-esp-12)
7+
* [NodeMCU 0\.9 <a name="user\-content\-nodemcu\-0\-9"></a>](#nodemcu-09-)
8+
* [Pin mapping](#pin-mapping)
9+
* [NodeMCU 1\.0](#nodemcu-10)
10+
* [Olimex MOD\-WIFI\-ESP8266\-DEV](#olimex-mod-wifi-esp8266-dev)
11+
* [Olimex MOD\-WIFI\-ESP8266](#olimex-mod-wifi-esp8266)
12+
* [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
13+
* [SweetPea ESP\-210](#sweetpea-esp-210)
14+
* [Generic ESP8266 modules](#generic-esp8266-modules)
15+
* [Serial Adapter](#serial-adapter)
16+
* [Minimal Hardware Setup for Bootloading and Usage](#minimal-hardware-setup-for-bootloading-and-usage)
17+
* [ESP to Serial](#esp-to-serial)
18+
* [Minimal Hardware Setup for Bootloading only](#minimal-hardware-setup-for-bootloading-only)
19+
* [Minimal Hardware Setup for Running only](#minimal-hardware-setup-for-running-only)
20+
* [Minimal](#minimal)
21+
* [Improved Stability](#improved-stability)
22+
* [Boot Messages and Modes](#boot-messages-and-modes)
23+
* [rst cause](#rst-cause)
24+
* [boot mode](#boot-mode)
25+
* [WeMos D1](#wemos-d1)
26+
* [WeMos D1 mini](#wemos-d1-mini)
2727

2828
## Adafruit HUZZAH ESP8266 (ESP-12)
2929

doc/filesystem.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ title: File System
33
---
44

55
## Table of Contents
6-
* [Flash layout](#flash-layout)
7-
* [Uploading files to file system](#uploading-files-to-file-system)
8-
* [File system object (SPIFFS)](#file-system-object-spiffs)
9-
* [begin](#begin)
10-
* [format](#format)
11-
* [open](#open)
12-
* [exists](#exists)
13-
* [openDir](#opendir)
14-
* [remove](#remove)
15-
* [rename](#rename)
16-
* [info](#info)
17-
* [Filesystem information structure](#filesystem-information-structure)
18-
* [Directory object (Dir)](#directory-object-dir)
19-
* [File object](#file-object)
20-
* [seek](#seek)
21-
* [position](#position)
22-
* [size](#size)
23-
* [name](#name)
24-
* [close](#close)
6+
* [Flash layout](#flash-layout)
7+
* [Uploading files to file system](#uploading-files-to-file-system)
8+
* [File system object (SPIFFS)](#file-system-object-spiffs)
9+
* [begin](#begin)
10+
* [format](#format)
11+
* [open](#open)
12+
* [exists](#exists)
13+
* [openDir](#opendir)
14+
* [remove](#remove)
15+
* [rename](#rename)
16+
* [info](#info)
17+
* [Filesystem information structure](#filesystem-information-structure)
18+
* [Directory object (Dir)](#directory-object-dir)
19+
* [File object](#file-object)
20+
* [seek](#seek)
21+
* [position](#position)
22+
* [size](#size)
23+
* [name](#name)
24+
* [close](#close)
2525

2626

2727
## Flash layout

doc/libraries.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ title: Libraries
33
---
44

55
## Table of Contents
6-
* [WiFi(ESP8266WiFi library)](#wifiesp8266wifi-library)
7-
* [Ticker](#ticker)
8-
* [EEPROM](#eeprom)
9-
* [I2C (Wire library)](#i2c-wire-library)
10-
* [SPI](#spi)
11-
* [SoftwareSerial](#softwareserial)
12-
* [ESP\-specific APIs](#esp-specific-apis)
13-
* [OneWire](#onewire)
14-
* [mDNS and DNS\-SD responder (ESP8266mDNS library)](#mdns-and-dns-sd-responder-esp8266mdns-library)
15-
* [SSDP responder (ESP8266SSDP)](#ssdp-responder-esp8266ssdp)
16-
* [DNS server (DNSServer library)](#dns-server-dnsserver-library)
17-
* [Servo](#servo)
18-
* [Other libraries (not included with the IDE)](#other-libraries-not-included-with-the-ide)
6+
* [WiFi(ESP8266WiFi library)](#wifiesp8266wifi-library)
7+
* [Ticker](#ticker)
8+
* [EEPROM](#eeprom)
9+
* [I2C (Wire library)](#i2c-wire-library)
10+
* [SPI](#spi)
11+
* [SoftwareSerial](#softwareserial)
12+
* [ESP\-specific APIs](#esp-specific-apis)
13+
* [OneWire](#onewire)
14+
* [mDNS and DNS\-SD responder (ESP8266mDNS library)](#mdns-and-dns-sd-responder-esp8266mdns-library)
15+
* [SSDP responder (ESP8266SSDP)](#ssdp-responder-esp8266ssdp)
16+
* [DNS server (DNSServer library)](#dns-server-dnsserver-library)
17+
* [Servo](#servo)
18+
* [Other libraries (not included with the IDE)](#other-libraries-not-included-with-the-ide)
1919

2020
## WiFi(ESP8266WiFi library)
2121

doc/reference.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Reference
33
---
44

55
## Table of Contents
6-
* [Table of Contents](#table-of-contents)
7-
* [Digital IO](#digital-io)
8-
* [Analog input](#analog-input)
9-
* [Analog output](#analog-output)
10-
* [Timing and delays](#timing-and-delays)
11-
* [Serial](#serial)
12-
* [Progmem](#progmem)
6+
* [Table of Contents](#table-of-contents)
7+
* [Digital IO](#digital-io)
8+
* [Analog input](#analog-input)
9+
* [Analog output](#analog-output)
10+
* [Timing and delays](#timing-and-delays)
11+
* [Serial](#serial)
12+
* [Progmem](#progmem)
1313

1414
## Digital IO
1515

0 commit comments

Comments
 (0)