瀏覽代碼

Restructured sections

Björn Ritzl 6 年之前
父節點
當前提交
6b4449953d
共有 2 個文件被更改,包括 30 次插入16 次删除
  1. 17 12
      docs/en/en.json
  2. 13 4
      docs/ko/ko.json

+ 17 - 12
docs/en/en.json

@@ -418,30 +418,35 @@
             },
             {
                 "name": "EXTENSIONS",
+                "items": [
+                    {
+                        "path": "/manuals/iap",
+                        "name": "In-app purchases"
+                    },
+                    {
+                        "path": "/manuals/push",
+                        "name": "Push notifications"
+                    }
+                ]
+            },
+            {
+                "name": "NATIVE EXTENSIONS",
                 "items": [
                     {
                         "path": "/manuals/extensions",
-                        "name": "Native extensions"
+                        "name": "Introduction"
                     },
                     {
                         "path": "/manuals/extensions-details",
-                        "name": "Native extensions - Details"
+                        "name": "Details"
                     },
                     {
                         "path": "/manuals/extensions-best-practices",
-                        "name": "Native extensions - Best Practices"
+                        "name": "Best Practices"
                     },
                     {
                         "path": "/manuals/extensions-build-variants",
-                        "name": "Native extensions - Build Variants"
-                    },
-                    {
-                        "path": "/manuals/iap",
-                        "name": "In-app purchases"
-                    },
-                    {
-                        "path": "/manuals/push",
-                        "name": "Push notifications"
+                        "name": "Build Variants"
                     }
                 ]
             }

+ 13 - 4
docs/ko/ko.json

@@ -295,6 +295,10 @@
                     {
                         "path": "/manuals/html5",
                         "name": "HTML5"
+                    },
+                    {
+                        "path": "/manuals/facebook",
+                        "name": "Facebook"
                     }
                 ]
             },
@@ -305,10 +309,6 @@
                         "path": "/manuals/extensions",
                         "name": "Native extensions"
                     },
-                    {
-                        "path": "/manuals/facebook",
-                        "name": "Facebook"
-                    },
                     {
                         "path": "/manuals/iap",
                         "name": "In-app purchases"
@@ -318,6 +318,15 @@
                         "name": "Push notifications"
                     }
                 ]
+            },
+            {
+                "name": "NATIVE EXTENSIONS",
+                "items": [
+                    {
+                        "path": "/manuals/extensions",
+                        "name": "Introduction"
+                    }
+                ]
             }
         ]
     }