Skip to content

Commit 2ea11f5

Browse files
committed
um documentation added.
1 parent 7447205 commit 2ea11f5

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ docfx-project/api
22
docfx-project/ios-native-api
33
docfx-project/obj
44
docfx-project/android-native-api
5+
docfx-project/ultimate-mobile-api

docfx-project/docfx.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,29 @@
33
{
44
"src": [
55
{
6-
"files":"IOSNativePro/**.cs",
7-
"src":"../../Plugins/Assets/Plugins/StansAssets/NativePlugins/"
6+
"files":"NativePlugins/IOSNativePro/**.cs",
7+
"src":"../../Plugins/Assets/Plugins/StansAssets/"
88
}
99
],
1010
"dest": "ios-native-api"
1111
},
1212
{
1313
"src": [
1414
{
15-
"files":"AndroidNativePro/**.cs",
16-
"src":"../../Plugins/Assets/Plugins/StansAssets/NativePlugins/"
15+
"files":"NativePlugins/AndroidNativePro/**.cs",
16+
"src":"../../Plugins/Assets/Plugins/StansAssets/"
1717
}
1818
],
1919
"dest": "android-native-api"
20+
},
21+
{
22+
"src": [
23+
{
24+
"files":"CrossPlatform/**.cs",
25+
"src":"../../Plugins/Assets/Plugins/StansAssets/"
26+
}
27+
],
28+
"dest": "ultimate-mobile-api"
2029
}
2130
],
2231
"build": {

docfx-project/toc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
- name: Articles
22
href: articles/
3-
- name: Api Documentation
4-
href: api/
5-
homepage: api/index.md
3+
- name: Ultimate Mobile
4+
href: ultimate-mobile-api/
5+
- name: iOS Native
6+
href: ios-native-api/
67
- name: Android Native
78
href: android-native-api/
89

0 commit comments

Comments
 (0)