From 6949ad2262cfceb03a32c525094412dacdd9e4c3 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Fri, 5 Dec 2025 11:40:59 +0900 Subject: [PATCH] Add toc.md for HAL guide --- docs/platform/HAL/toc.md | 8 ++++++++ docs/platform/toc_all.md | 13 ++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 docs/platform/HAL/toc.md diff --git a/docs/platform/HAL/toc.md b/docs/platform/HAL/toc.md new file mode 100644 index 0000000000..00df3be5f6 --- /dev/null +++ b/docs/platform/HAL/toc.md @@ -0,0 +1,8 @@ +# [Overview](overview.md "source:https://github.com/Samsung/tizen-docs/blob/master/docs/platform/HAL/overview.md, tags:['HAL'], authors:['cw00.choi@samsung.com']") +# [Connectivity](connectivity.md "source:https://github.com/Samsung/tizen-docs/blob/master/docs/platform/HAL/connectivity.md, tags:['HAL', 'Connectivity', 'Bluetooth', 'WLAN', 'NFC'], authors:['jiung.yu@samsung.com']") +# [Display & Graphics](displaygraphics.md "source:https://github.com/Samsung/tizen-docs/blob/master/docs/platform/HAL/displaygraphics.md, tags:['HAL', 'TDM', 'TBM'], authors:['jinbong.lee@samsung.com', 'gl77.lee@samsung.com']") +# [Location](location.md "source:https://github.com/Samsung/tizen-docs/blob/master/docs/platform/HAL/location.md, tags:['HAL', 'Location'], authors:['jkjo92@samsung.com']") +# [Machine Learning](ml.md "source:https://github.com/Samsung/tizen-docs/blob/master/docs/platform/HAL/ml.md, tags:['HAL', 'ML', 'Machine Learning'], authors:['jkjo92@samsung.com']") +# [Multimedia](multimedia.md "source:https://github.com/Samsung/tizen-docs/blob/master/docs/platform/HAL/multimedia.md, tags:['HAL', 'Audio', 'Camera', 'Codec', 'DRM', 'HDCP'], authors:['ym80.yang@samsung.com']") +# [Security](security.md "source:https://github.com/Samsung/tizen-docs/blob/master/docs/platform/HAL/security.md, tags:['HAL', 'Auth', 'Certs', 'Keys'], authors:['ds73.lee@samsung.com', 'dongik.lee@samsung.com']") +# [System](system.md "source:https://github.com/Samsung/tizen-docs/blob/master/docs/platform/HAL/system.md, tags:['HAL', 'Battery', 'Bezel', 'Board', 'Display', 'External Connection', 'Haptic', 'Input', 'IR', 'LED', 'Memory', 'Power', 'Thermal', 'Touchscreen', 'Sensor Resource Management'], authors:['cw00.choi@samsung.com']") diff --git a/docs/platform/toc_all.md b/docs/platform/toc_all.md index 01b47df461..6d6b1679dc 100644 --- a/docs/platform/toc_all.md +++ b/docs/platform/toc_all.md @@ -36,17 +36,16 @@ # Porting ## HAL ### [Overview](/platform/HAL/overview.md) -### [System](/platform/HAL/system.md) -### [Display & Graphics](/platform/HAL/displaygraphics.md) -### [Security](/platform/HAL/security.md) -### [Multimedia](/platform/HAL/multimedia.md) ### [Connectivity](/platform/HAL/connectivity.md) -### [Machine Learning](/platform/HAL/ml.md) +### [Display & Graphics](/platform/HAL/displaygraphics.md) ### [Location](/platform/HAL/location.md) - +### [Machine Learning](/platform/HAL/ml.md) +### [Multimedia](/platform/HAL/multimedia.md) +### [Security](/platform/HAL/security.md) +### [System](/platform/HAL/system.md) ### API Reference -#### [1.0](/platform/HAL/api/1.0/index.html){:target="_blank"} +#### [1.0](/platform/HAL/api/1.0/index.md){:target="_blank"} ## Archive ### [Overview](/platform/porting/overview.md) ### [Kernel](/platform/porting/kernel.md)