From 27fd1c46193bcd4f6d428d57a3f189c7f625881a Mon Sep 17 00:00:00 2001 From: Anthony Ricaud Date: Wed, 6 Feb 2019 17:19:25 +0000 Subject: [PATCH] Use path instead of url And remove optional `"type": "markdown"` inside books --- docs.json | 869 ++++++++++++++++++------------------------------------ 1 file changed, 286 insertions(+), 583 deletions(-) diff --git a/docs.json b/docs.json index 09fb0afb86..e8d39c195c 100644 --- a/docs.json +++ b/docs.json @@ -15,8 +15,7 @@ "chapters": [{ "title": "Introduction", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/introduction/introduction.md" + "path": "docs/introduction/introduction.md" }, "sources": [] }, @@ -24,20 +23,17 @@ "title": "Versions and releases", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/mbed-os-2-vs-5.md" + "path": "docs/tutorials/mbed-os-2-vs-5.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/introduction/release_process.md" + "path": "docs/introduction/release_process.md" } ] }, { "title": "Glossary", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/introduction/terms.md" + "path": "docs/introduction/terms.md" }] } ], @@ -53,8 +49,7 @@ "chapters": [{ "title": "Introduction", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/quickstart/quick-start.md" + "path": "docs/tutorials/quickstart/quick-start.md" }, "sources": [] }, @@ -63,20 +58,17 @@ "sub_chapters": [{ "title": "Importing and compiling the code", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/quickstart/quick-start-compiler.md" + "path": "docs/tutorials/quickstart/quick-start-compiler.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/quickstart/example_walkthrough.md" + "path": "docs/tutorials/quickstart/example_walkthrough.md" } ] }, { "title": "Debugging with the Online Compiler", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/quickstart/quick-start-online-debug.md" + "path": "docs/tutorials/quickstart/quick-start-online-debug.md" }, "sources": [] } @@ -87,24 +79,20 @@ "sub_chapters": [{ "title": "Setting up and compiling the code", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/quickstart/cli_setting_up.md" + "path": "docs/tutorials/quickstart/cli_setting_up.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/quickstart/cli_code.md" + "path": "docs/tutorials/quickstart/cli_code.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/quickstart/example_walkthrough.md" + "path": "docs/tutorials/quickstart/example_walkthrough.md" } ] }, { "title": "Debugging with Mbed CLI", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/quickstart/quick-start-cli-debug.md" + "path": "docs/tutorials/quickstart/quick-start-cli-debug.md" }, "sources": [] } @@ -113,8 +101,7 @@ { "title": "Further reading", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/quickstart/further_reading.md" + "path": "docs/tutorials/quickstart/further_reading.md" }, "sources": [] } @@ -129,552 +116,425 @@ "chapters": [{ "title": "Full API list", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/api.md" + "path": "docs/api/api.md" }, "sources": [] }, { "title": "Platform", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/platform.md" + "path": "docs/api/platform/platform.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/Wait.md" + "path": "docs/api/platform/Wait.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/Callback.md" + "path": "docs/api/platform/Callback.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/DeepSleepLock.md" + "path": "docs/api/platform/DeepSleepLock.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/PowerManagement.md" + "path": "docs/api/platform/PowerManagement.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/IdleLoop.md" + "path": "docs/api/platform/IdleLoop.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/CriticalSectionLock.md" + "path": "docs/api/platform/CriticalSectionLock.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/Time.md" + "path": "docs/api/platform/Time.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/Rtc.md" + "path": "docs/api/platform/Rtc.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/Debug.md" + "path": "docs/api/platform/Debug.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/MemTrace.md" + "path": "docs/api/platform/MemTrace.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/Error.md" + "path": "docs/api/platform/Error.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/Assert.md" + "path": "docs/api/platform/Assert.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/NonCopyable.md" + "path": "docs/api/platform/NonCopyable.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/SharedPtr.md" + "path": "docs/api/platform/SharedPtr.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/Span.md" + "path": "docs/api/platform/Span.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/PlatformMutex.md" + "path": "docs/api/platform/PlatformMutex.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/CircularBuffer.md" + "path": "docs/api/platform/CircularBuffer.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/ATCmdParser.md" + "path": "docs/api/platform/ATCmdParser.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/MbedStats.md" + "path": "docs/api/platform/MbedStats.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/MpuManagement.md" + "path": "docs/api/platform/MpuManagement.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/ScopedRamExecutionLock.md" + "path": "docs/api/platform/ScopedRamExecutionLock.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/platform/ScopedRomWriteLock.md" + "path": "docs/api/platform/ScopedRomWriteLock.md" } ] }, { "title": "Drivers", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/drivers.md" + "path": "docs/api/drivers/drivers.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/AnalogIn.md" + "path": "docs/api/drivers/AnalogIn.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/AnalogOut.md" + "path": "docs/api/drivers/AnalogOut.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/DigitalIn.md" + "path": "docs/api/drivers/DigitalIn.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/DigitalOut.md" + "path": "docs/api/drivers/DigitalOut.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/DigitalInOut.md" + "path": "docs/api/drivers/DigitalInOut.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/BusIn.md" + "path": "docs/api/drivers/BusIn.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/BusOut.md" + "path": "docs/api/drivers/BusOut.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/BusInOut.md" + "path": "docs/api/drivers/BusInOut.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/PortIn.md" + "path": "docs/api/drivers/PortIn.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/PortOut.md" + "path": "docs/api/drivers/PortOut.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/PortInOut.md" + "path": "docs/api/drivers/PortInOut.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/PwmOut.md" + "path": "docs/api/drivers/PwmOut.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/InterruptIn.md" + "path": "docs/api/drivers/InterruptIn.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/Ticker.md" + "path": "docs/api/drivers/Ticker.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/TimeOut.md" + "path": "docs/api/drivers/TimeOut.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/Timer.md" + "path": "docs/api/drivers/Timer.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/LowPowerTicker.md" + "path": "docs/api/drivers/LowPowerTicker.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/LowPowerTimeout.md" + "path": "docs/api/drivers/LowPowerTimeout.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/LowPowerTimer.md" + "path": "docs/api/drivers/LowPowerTimer.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/FlashIAP.md" + "path": "docs/api/drivers/FlashIAP.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/RawSerial.md" + "path": "docs/api/drivers/RawSerial.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/Serial.md" + "path": "docs/api/drivers/Serial.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/SPI.md" + "path": "docs/api/drivers/SPI.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/SPISlave.md" + "path": "docs/api/drivers/SPISlave.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/QuadSPI.md" + "path": "docs/api/drivers/QuadSPI.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/I2C.md" + "path": "docs/api/drivers/I2C.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/I2CSlave.md" + "path": "docs/api/drivers/I2CSlave.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/CAN.md" + "path": "docs/api/drivers/CAN.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/drivers/MbedCRC.md" + "path": "docs/api/drivers/MbedCRC.md" } ] }, { "title": "RTOS", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/rtos.md" + "path": "docs/api/rtos/rtos.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/Thread.md" + "path": "docs/api/rtos/Thread.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/Mutex.md" + "path": "docs/api/rtos/Mutex.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/Semaphore.md" + "path": "docs/api/rtos/Semaphore.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/Queue.md" + "path": "docs/api/rtos/Queue.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/EventQueue.md" + "path": "docs/api/rtos/EventQueue.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/MemoryPool.md" + "path": "docs/api/rtos/MemoryPool.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/Mail.md" + "path": "docs/api/rtos/Mail.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/RtosTimer.md" + "path": "docs/api/rtos/RtosTimer.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/EventFlags.md" + "path": "docs/api/rtos/EventFlags.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/Event.md" + "path": "docs/api/rtos/Event.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/ConditionVariable.md" + "path": "docs/api/rtos/ConditionVariable.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/rtos/Kernel.md" + "path": "docs/api/rtos/Kernel.md" } ] }, { "title": "Network Socket", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networksocket/networksocket.md" + "path": "docs/api/networksocket/networksocket.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networksocket/socket.md" + "path": "docs/api/networksocket/socket.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networksocket/UDPSocket.md" + "path": "docs/api/networksocket/UDPSocket.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networksocket/TCPSocket.md" + "path": "docs/api/networksocket/TCPSocket.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networksocket/SocketAddress.md" + "path": "docs/api/networksocket/SocketAddress.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networksocket/DNS.md" + "path": "docs/api/networksocket/DNS.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networksocket/TLSSocket.md" + "path": "docs/api/networksocket/TLSSocket.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networksocket/DTLSSocket.md" + "path": "docs/api/networksocket/DTLSSocket.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networksocket/SocketStats.md" + "path": "docs/api/networksocket/SocketStats.md" } ] }, { "title": "Network interfaces", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networkinterfaces/networkinterface.md" + "path": "docs/api/networkinterfaces/networkinterface.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networkinterfaces/EthInterface.md" + "path": "docs/api/networkinterfaces/EthInterface.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networkinterfaces/WifiInterface.md" + "path": "docs/api/networkinterfaces/WifiInterface.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networkinterfaces/CellularInterface.md" + "path": "docs/api/networkinterfaces/CellularInterface.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networkinterfaces/MeshInterface.md" + "path": "docs/api/networkinterfaces/MeshInterface.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/networkinterfaces/NetworkStatus.md" + "path": "docs/api/networkinterfaces/NetworkStatus.md" } ] }, { "title": "Bluetooth", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/bluetooth/bluetooth.md" + "path": "docs/api/bluetooth/bluetooth.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/bluetooth/BLE.md" + "path": "docs/api/bluetooth/BLE.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/bluetooth/Gap.md" + "path": "docs/api/bluetooth/Gap.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/bluetooth/GattClient.md" + "path": "docs/api/bluetooth/GattClient.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/bluetooth/GattServer.md" + "path": "docs/api/bluetooth/GattServer.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/bluetooth/SecurityManager.md" + "path": "docs/api/bluetooth/SecurityManager.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/bluetooth/BatteryService.md" + "path": "docs/api/bluetooth/BatteryService.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/bluetooth/HeartRateService.md" + "path": "docs/api/bluetooth/HeartRateService.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/bluetooth/iBeacon.md" + "path": "docs/api/bluetooth/iBeacon.md" } ] }, { "title": "LoRaWAN", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/lorawan/lorawanintro.md" + "path": "docs/api/lorawan/lorawanintro.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/lorawan/lorawan.md" + "path": "docs/api/lorawan/lorawan.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/lorawan/loraradio.md" + "path": "docs/api/lorawan/loraradio.md" } ] }, { "title": "NFC", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/nfc/NDEF.md" + "path": "docs/api/nfc/NDEF.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/nfc/NFCController.md" + "path": "docs/api/nfc/NFCController.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/nfc/NFCEEPROM.md" + "path": "docs/api/nfc/NFCEEPROM.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/nfc/MessageParser.md" + "path": "docs/api/nfc/MessageParser.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/nfc/SimpleMessageParser.md" + "path": "docs/api/nfc/SimpleMessageParser.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/nfc/MessageBuilder.md" + "path": "docs/api/nfc/MessageBuilder.md" } ] }, { "title": "Security", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/security/security.md" + "path": "docs/api/security/security.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/security/psa.md" + "path": "docs/api/security/psa.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/security/TLS.md" + "path": "docs/api/security/TLS.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/security/Devicekey.md" + "path": "docs/api/security/Devicekey.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/security/trusted_storage.md" + "path": "docs/api/security/trusted_storage.md" } ] }, { "title": "Storage", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/storage.md" + "path": "docs/api/storage/storage.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/KVStoreAPI.md" + "path": "docs/api/storage/KVStoreAPI.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/KVStoreGlobalAPI.md" + "path": "docs/api/storage/KVStoreGlobalAPI.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/FileSystem.md" + "path": "docs/api/storage/FileSystem.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/Dir.md" + "path": "docs/api/storage/Dir.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/File.md" + "path": "docs/api/storage/File.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/LittleFileSystem.md" + "path": "docs/api/storage/LittleFileSystem.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/FATFileSystem.md" + "path": "docs/api/storage/FATFileSystem.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/BlockDevice.md" + "path": "docs/api/storage/BlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/HeapBlockDevice.md" + "path": "docs/api/storage/HeapBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/MBRBlockDevice.md" + "path": "docs/api/storage/MBRBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/ChainingBlockDevice.md" + "path": "docs/api/storage/ChainingBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/SlicingBlockDevice.md" + "path": "docs/api/storage/SlicingBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/ProfilingBlockDevice.md" + "path": "docs/api/storage/ProfilingBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/BufferedBlockDevice.md" + "path": "docs/api/storage/BufferedBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/FlashSimBlockDevice.md" + "path": "docs/api/storage/FlashSimBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/DataFlashBlockDevice.md" + "path": "docs/api/storage/DataFlashBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/FlashIAPBlockDevice.md" + "path": "docs/api/storage/FlashIAPBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/SDBlockDevice.md" + "path": "docs/api/storage/SDBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/SPIFBlockDevice.md" + "path": "docs/api/storage/SPIFBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/QSPIFBlockDevice.md" + "path": "docs/api/storage/QSPIFBlockDevice.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/api/storage/NVStore.md" + "path": "docs/api/storage/NVStore.md" } ] } @@ -691,103 +551,81 @@ "chapters": [{ "title": "Overview", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/reference.md" + "path": "docs/reference/reference.md" }, "sources": [] }, { "title": "Architecture", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/technology.md" + "path": "docs/reference/technology/technology.md" }, "sub_chapters": [{ "title": "Networking", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/connectivity/connectivity.md" + "path": "docs/reference/technology/connectivity/connectivity.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/connectivity/networking.md" + "path": "docs/reference/technology/connectivity/networking.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/connectivity/ethernet.md" + "path": "docs/reference/technology/connectivity/ethernet.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/connectivity/wifi.md" + "path": "docs/reference/technology/connectivity/wifi.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/connectivity/cellular.md" + "path": "docs/reference/technology/connectivity/cellular.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/mesh/quick_start_intro.md" + "path": "docs/reference/technology/mesh/quick_start_intro.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/mesh/thread_intro.md" + "path": "docs/reference/technology/mesh/thread_intro.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/mesh/quick_start_hw.md" + "path": "docs/reference/technology/mesh/quick_start_hw.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/mesh/thread_commissioning.md" + "path": "docs/reference/technology/mesh/thread_commissioning.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/mesh/thread_faq.md" + "path": "docs/reference/technology/mesh/thread_faq.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/mesh/02_N_arch.md" + "path": "docs/reference/technology/mesh/02_N_arch.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/mesh/04_N_networking.md" + "path": "docs/reference/technology/mesh/04_N_networking.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/connectivity/lora-tech.md" + "path": "docs/reference/technology/connectivity/lora-tech.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/connectivity/NFC.md" + "path": "docs/reference/technology/connectivity/NFC.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/connectivity/securesocket.md" + "path": "docs/reference/technology/connectivity/securesocket.md" } ] }, { "title": "Technologies", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/non-stack.md" + "path": "docs/reference/technology/non-stack.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/firmware_update.md" + "path": "docs/reference/technology/firmware_update.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/technology/storage.md" + "path": "docs/reference/technology/storage.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/runtime/Memory.md" + "path": "docs/reference/runtime/Memory.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/runtime/static_memory_optimization.md" + "path": "docs/reference/runtime/static_memory_optimization.md" } ] } @@ -796,16 +634,13 @@ { "title": "Mbed OS fundamentals", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/runtime/Execution.md" + "path": "docs/reference/runtime/Execution.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/runtime/Bootstrap.md" + "path": "docs/reference/runtime/Bootstrap.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/thread_safety.md" + "path": "docs/reference/thread_safety.md" } ] }, @@ -814,56 +649,44 @@ "sub_chapters": [{ "title": "Project structure", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/project-structure.md" + "path": "docs/reference/project-structure.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/build_rules.md" + "path": "docs/reference/build_rules.md" } ] }, { "title": "Configuration", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/configuration/configuration.md" + "path": "docs/reference/configuration/configuration.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/configuration/mbed_targets.md" + "path": "docs/reference/configuration/mbed_targets.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/configuration/Platform.md" + "path": "docs/reference/configuration/Platform.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/configuration/Drivers.md" + "path": "docs/reference/configuration/Drivers.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/configuration/RTOS.md" + "path": "docs/reference/configuration/RTOS.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/configuration/Connectivity.md" + "path": "docs/reference/configuration/Connectivity.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/configuration/mesh.md" + "path": "docs/reference/configuration/mesh.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/configuration/lorawanconfig.md" + "path": "docs/reference/configuration/lorawanconfig.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/configuration/Storage.md" + "path": "docs/reference/configuration/Storage.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/configuration/bootloader.md" + "path": "docs/reference/configuration/bootloader.md" } ] } @@ -879,8 +702,7 @@ "chapters": [{ "title": "Overview", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/tools_intro.md" + "path": "docs/tools/tools_intro.md" }, "sources": [] }, @@ -889,36 +711,29 @@ "sub_chapters": [{ "title": "Getting started", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/IDE/online_comp.md" + "path": "docs/tools/IDE/online_comp.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/IDE/oc_tut.md" + "path": "docs/tools/IDE/oc_tut.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/IDE/compiler_publishing_code.md" + "path": "docs/tools/IDE/compiler_publishing_code.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/IDE/updating_firmware.md" + "path": "docs/tools/IDE/updating_firmware.md" } ] }, { "title": "Source control", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/IDE/compiler_version_control.md" + "path": "docs/tools/IDE/compiler_version_control.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/IDE/compiler_pull_requests.md" + "path": "docs/tools/IDE/compiler_pull_requests.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/IDE/oc_pr_tut.md" + "path": "docs/tools/IDE/oc_pr_tut.md" } ] }, @@ -927,14 +742,12 @@ "sources": [ { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/IDE/compiler_multiple_authors.md" + "path": "docs/tools/IDE/compiler_multiple_authors.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/IDE/compiler_collab.md" + "path": "docs/tools/IDE/compiler_collab.md" } ] }, @@ -943,8 +756,7 @@ "sources": [ { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/IDE/ide_ref.md" + "path": "docs/tools/IDE/ide_ref.md" } ] } @@ -954,7 +766,6 @@ "title": "Developing: Mbed Studio", "sources": [ { - "type": "markdown", "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/5.11/docs/tools/Studio/mbed-studio.md" } ] @@ -962,50 +773,40 @@ { "title": "Developing: Mbed CLI", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/CLI/cli.md" + "path": "docs/tools/CLI/cli.md" }, "sub_chapters": [{ "title": "Installation and setup", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/CLI/cli-setup/cli-setup.md" + "path": "docs/tools/CLI/cli-setup/cli-setup.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/CLI/cli-setup/cli-reqs.md" + "path": "docs/tools/CLI/cli-setup/cli-reqs.md" } ] }, { "title": "Working with Mbed CLI", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/CLI/cli-create.md" + "path": "docs/tools/CLI/cli-create.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/CLI/cli-compile.md" + "path": "docs/tools/CLI/cli-compile.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/CLI/cli-device-management.md" + "path": "docs/tools/CLI/cli-device-management.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/CLI/cli-collaborate.md" + "path": "docs/tools/CLI/cli-collaborate.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/CLI/cli-test-debug.md" + "path": "docs/tools/CLI/cli-test-debug.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/CLI/build_profiles.md" + "path": "docs/tools/CLI/build_profiles.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/CLI/debug_builds_cli.md" + "path": "docs/tools/CLI/debug_builds_cli.md" } ] } @@ -1016,68 +817,54 @@ "sub_chapters": [{ "title": "Exporting", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/toolchains/export_to_third_party.md" + "path": "docs/tools/toolchains/export_to_third_party.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/toolchains/exporters.md" + "path": "docs/tools/toolchains/exporters.md" }] }] }, { "title": "Debugging", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/debug/debug_intro.md" + "path": "docs/tools/debug/debug_intro.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/debug/debugging_mbed_os_apps.md" + "path": "docs/tools/debug/debugging_mbed_os_apps.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/debug/local_debugging_toolchain.md" + "path": "docs/tools/debug/local_debugging_toolchain.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/debug/memap.md" + "path": "docs/tools/debug/memap.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/debug/DAP.md" + "path": "docs/tools/debug/DAP.md" } ] }, { "title": "Testing", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/testing/testing_intro.md" + "path": "docs/tools/testing/testing_intro.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/testing/unit_testing.md" + "path": "docs/tools/testing/unit_testing.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/testing/testing_greentea.md" + "path": "docs/tools/testing/testing_greentea.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/testing/testing_icetea.md" + "path": "docs/tools/testing/testing_icetea.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/testing/icetea.md" + "path": "docs/tools/testing/icetea.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/testing/utest.md" + "path": "docs/tools/testing/utest.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tools/fastmodels/fastmodels.md" + "path": "docs/tools/fastmodels/fastmodels.md" } ] } @@ -1094,127 +881,103 @@ "chapters": [{ "title": "Overview", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/tutorials_intro.md" + "path": "docs/tutorials/tutorials_intro.md" }, "sources": [] }, { "title": "Serial communication", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/serial/serial-overview.md" + "path": "docs/tutorials/serial/serial-overview.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/serial/serial_driver.md" + "path": "docs/tutorials/serial/serial_driver.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/serial/serial_communication.md" + "path": "docs/tutorials/serial/serial_communication.md" } ] }, { "title": "Using APIs", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/using_apis/how_to_api.md" + "path": "docs/tutorials/using_apis/how_to_api.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/using_apis/events_tutorial.md" + "path": "docs/tutorials/using_apis/events_tutorial.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/using_apis/flow_control.md" + "path": "docs/tutorials/using_apis/flow_control.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/using_apis/connectivity/cellular_tcp.md" + "path": "docs/tutorials/using_apis/connectivity/cellular_tcp.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/using_apis/ble_tutorial.md" + "path": "docs/tutorials/using_apis/ble_tutorial.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/using_apis/intro-to-lora.md" + "path": "docs/tutorials/using_apis/intro-to-lora.md" } ] }, { "title": "Debugging", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/debug/common_issues.md" + "path": "docs/tutorials/debug/common_issues.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/debug/debug_fault_exception.md" + "path": "docs/tutorials/debug/debug_fault_exception.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/run_and_compile_time_errors.md" + "path": "docs/tutorials/run_and_compile_time_errors.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/debug/debug_with_printf.md" + "path": "docs/tutorials/debug/debug_with_printf.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/debug/eclipse_pyocd.md" + "path": "docs/tutorials/debug/eclipse_pyocd.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/debug/keil_uvision.md" + "path": "docs/tutorials/debug/keil_uvision.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/debug/vs_code.md" + "path": "docs/tutorials/debug/vs_code.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/debug/debug_microbit.md" + "path": "docs/tutorials/debug/debug_microbit.md" } ] }, { "title": "Bootloader", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/bootloader.md" + "path": "docs/tutorials/bootloader.md" }] }, { "title": "Optimizing", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/optimize/memory/memory_intro.md" + "path": "docs/tutorials/optimize/memory/memory_intro.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/optimize/memory/runtime_mem_trace.md" + "path": "docs/tutorials/optimize/memory/runtime_mem_trace.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/optimize/memory/runtime_stats.md" + "path": "docs/tutorials/optimize/memory/runtime_stats.md" } ] }, { "title": "Integrating with Arm Treasure Data", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/treasure_data.md" + "path": "docs/tutorials/treasure_data.md" }, "sources": [] }, { "title": "Migrating to Mbed OS 5", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/tutorials/migrate-from-mbed-os-2-to-5.md" + "path": "docs/tutorials/migrate-from-mbed-os-2-to-5.md" }, "sources": [] } @@ -1231,7 +994,6 @@ "chapters": [{ "title": "Introduction", "intro": { - "type": "markdown", "url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.11/FE2P/intro.md" }, "sources": [] @@ -1239,34 +1001,27 @@ { "title": "Stage 1: Evaluation", "sources": [{ - "type": "markdown", "url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.11/FE2P/stage1.md" }] }, { "title": "Stage 2: Proof of concept", "intro": { - "type": "markdown", "url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.11/FE2P/stage_2/intro_s_2.md" }, "sources": [{ - "type": "markdown", "url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.11/FE2P/stage_2/1_hardware.md" }, { - "type": "markdown", "url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.11/FE2P/stage_2/3_connectivity.md" }, { - "type": "markdown", "url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.11/FE2P/stage_2/2_software.md" }, { - "type": "markdown", "url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.11/FE2P/stage_2/4_security.md" }, { - "type": "markdown", "url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.11/FE2P/stage_2/6_example.md" } @@ -1275,21 +1030,18 @@ { "title": "Stage 3: Prototype", "sources": [{ - "type": "markdown", "url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.11/FE2P/stage3.md" }] }, { "title": "Stage 4: Pilot", "sources": [{ - "type": "markdown", "url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.11/FE2P/stage4.md" }] }, { "title": "Stage 5: Production", "sources": [{ - "type": "markdown", "url": "https://github.com/ARMmbed/evaluation-to-production/blob/5.11/FE2P/stage5.md" }] } @@ -1301,28 +1053,22 @@ "slug": "contributing", "type": "markdown", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/contributing/guidelines/guidelines.md" + "path": "docs/reference/contributing/guidelines/guidelines.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/contributing/guidelines/license.md" + "path": "docs/reference/contributing/guidelines/license.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/contributing/guidelines/style.md" + "path": "docs/reference/contributing/guidelines/style.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/contributing/guidelines/design_guidelines.md" + "path": "docs/reference/contributing/guidelines/design_guidelines.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/contributing/guidelines/workflow.md" + "path": "docs/reference/contributing/guidelines/workflow.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/reference/contributing/guidelines/ci.md" + "path": "docs/reference/contributing/guidelines/ci.md" } ] }, @@ -1334,32 +1080,27 @@ "chapters": [{ "title": "Porting process", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/porting_full_process/porting_start.md" + "path": "docs/porting/porting_full_process/porting_start.md" }, "sub_chapters": [{ "title": "Setting up", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/porting_full_process/porting_reqs.md" + "path": "docs/porting/porting_full_process/porting_reqs.md" }] }, { "title": "Porting", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/porting_full_process/porting.md" + "path": "docs/porting/porting_full_process/porting.md" }] }, { "title": "Testing", "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/porting_full_process/built_in_tests.md" + "path": "docs/porting/porting_full_process/built_in_tests.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/porting_full_process/demo_testing.md" + "path": "docs/porting/porting_full_process/demo_testing.md" } ] } @@ -1368,139 +1109,107 @@ { "title": "Porting targets", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/target.md" + "path": "docs/porting/target/target.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/serial.md" + "path": "docs/porting/target/serial.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/lp_ticker.md" + "path": "docs/porting/target/lp_ticker.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/us_ticker.md" + "path": "docs/porting/target/us_ticker.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/gpio.md" + "path": "docs/porting/target/gpio.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/rtc.md" + "path": "docs/porting/target/rtc.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/QuadSPI.md" + "path": "docs/porting/target/QuadSPI.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/entropy.md" + "path": "docs/porting/target/entropy.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/flash.md" + "path": "docs/porting/target/flash.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/bootloader.md" + "path": "docs/porting/target/bootloader.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/thread_porting.md" + "path": "docs/porting/target/thread_porting.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/hw-accelerated-crypto.md" + "path": "docs/porting/target/hw-accelerated-crypto.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/tickless.md" + "path": "docs/porting/target/tickless.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/sleep.md" + "path": "docs/porting/target/sleep.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/ResetReason.md" + "path": "docs/porting/target/ResetReason.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/Watchdog.md" + "path": "docs/porting/target/Watchdog.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/itm.md" + "path": "docs/porting/target/itm.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/mpu.md" + "path": "docs/porting/target/mpu.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/usb.md" + "path": "docs/porting/target/usb.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/crc.md" + "path": "docs/porting/target/crc.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/psa/spm.md" + "path": "docs/porting/psa/spm.md" } ] }, { "title": "Porting storage", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/storage/storage.md" + "path": "docs/porting/storage/storage.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/storage/BlockDevice.md" + "path": "docs/porting/storage/BlockDevice.md" }] }, { "title": "Porting connectivity", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/connectivity/connectivity.md" + "path": "docs/porting/connectivity/connectivity.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/connectivity/ethernet.md" + "path": "docs/porting/connectivity/ethernet.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/connectivity/WifiInterface.md" + "path": "docs/porting/connectivity/WifiInterface.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/connectivity/NetworkStack.md" + "path": "docs/porting/connectivity/NetworkStack.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/connectivity/CellularInterface.md" + "path": "docs/porting/connectivity/CellularInterface.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/connectivity/MeshInterface.md" + "path": "docs/porting/connectivity/MeshInterface.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/connectivity/MeshMAC.md" + "path": "docs/porting/connectivity/MeshMAC.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/connectivity/LoRaPortingGuide.md" + "path": "docs/porting/connectivity/LoRaPortingGuide.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/connectivity/NFCEEPROMDriver.md" + "path": "docs/porting/connectivity/NFCEEPROMDriver.md" } ] }, @@ -1508,32 +1217,26 @@ { "title": "Porting exporter targets", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/target/exporter.md" + "path": "docs/porting/target/exporter.md" }, "sources": [] }, { "title": "Porting tools", "intro": { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/tools/tools.md" + "path": "docs/porting/tools/tools.md" }, "sources": [{ - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/tools/build.md" + "path": "docs/porting/tools/build.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/tools/mbedls.md" + "path": "docs/porting/tools/mbedls.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/tools/exporter.md" + "path": "docs/porting/tools/exporter.md" }, { - "type": "markdown", - "url": "https://github.com/ARMmbed/mbed-os-5-docs/blob/development/docs/porting/tools/hdk.md" + "path": "docs/porting/tools/hdk.md" } ] } @@ -1565,7 +1268,7 @@ "type": "doxygen", "source": "https://github.com/ARMmbed/mbed-os", "branch": "feature-hal-spec-spi" - }, + }, { "title": "feature-hal-spec-watchdog doxygen", "description": "The full mbed OS API documentation in doxygen format",