From a15df52c7c1fb77cf4bd363c9e821dbc93f47cef Mon Sep 17 00:00:00 2001 From: Pham Tuan Date: Tue, 23 Jan 2024 18:17:35 +0700 Subject: [PATCH] wip --- docs/native/_category_.json | 7 +++++++ docs/native/android/_category_.json | 7 +++++++ docs/native/android/best-practices.md | 6 ++++++ docs/native/flutter/_category_.json | 7 +++++++ docs/native/flutter/coding-conventions.md | 1 + docs/native/iOS/_category_.json | 7 +++++++ docs/native/iOS/debugging.md | 1 + docs/native/overview.md | 7 +++++++ 8 files changed, 43 insertions(+) create mode 100644 docs/native/_category_.json create mode 100644 docs/native/android/_category_.json create mode 100644 docs/native/android/best-practices.md create mode 100644 docs/native/flutter/_category_.json create mode 100644 docs/native/flutter/coding-conventions.md create mode 100644 docs/native/iOS/_category_.json create mode 100644 docs/native/iOS/debugging.md create mode 100644 docs/native/overview.md diff --git a/docs/native/_category_.json b/docs/native/_category_.json new file mode 100644 index 0000000..75248c7 --- /dev/null +++ b/docs/native/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Native", + "position": 5, + "link": { + "type": "generated-index" + } +} diff --git a/docs/native/android/_category_.json b/docs/native/android/_category_.json new file mode 100644 index 0000000..345c113 --- /dev/null +++ b/docs/native/android/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Android", + "position": 2, + "link": { + "type": "generated-index" + } +} diff --git a/docs/native/android/best-practices.md b/docs/native/android/best-practices.md new file mode 100644 index 0000000..f8c98e9 --- /dev/null +++ b/docs/native/android/best-practices.md @@ -0,0 +1,6 @@ +--- +title: Best practices for android +sidebar_position: 1 +--- + +# Best practices \ No newline at end of file diff --git a/docs/native/flutter/_category_.json b/docs/native/flutter/_category_.json new file mode 100644 index 0000000..9be404c --- /dev/null +++ b/docs/native/flutter/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Flutter", + "position": 3, + "link": { + "type": "generated-index" + } +} diff --git a/docs/native/flutter/coding-conventions.md b/docs/native/flutter/coding-conventions.md new file mode 100644 index 0000000..a1b8e12 --- /dev/null +++ b/docs/native/flutter/coding-conventions.md @@ -0,0 +1 @@ +# Coding conventions \ No newline at end of file diff --git a/docs/native/iOS/_category_.json b/docs/native/iOS/_category_.json new file mode 100644 index 0000000..ec1f500 --- /dev/null +++ b/docs/native/iOS/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "iOS", + "position": 2, + "link": { + "type": "generated-index" + } +} diff --git a/docs/native/iOS/debugging.md b/docs/native/iOS/debugging.md new file mode 100644 index 0000000..9485329 --- /dev/null +++ b/docs/native/iOS/debugging.md @@ -0,0 +1 @@ +# Debugging \ No newline at end of file diff --git a/docs/native/overview.md b/docs/native/overview.md new file mode 100644 index 0000000..decedc5 --- /dev/null +++ b/docs/native/overview.md @@ -0,0 +1,7 @@ +--- +sidebar_position: 1 +--- + +# Tổng quan + +TODO \ No newline at end of file