File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed
Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ docfx-project/api
22docfx-project /ios-native-api
33docfx-project /obj
44docfx-project /android-native-api
5+ docfx-project /ultimate-mobile-api
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments