Skip to content

Commit 4d2890d

Browse files
committed
docfx project added
1 parent 82c7dd4 commit 4d2890d

File tree

12 files changed

+124
-1
lines changed

12 files changed

+124
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
docfx-project/api
2+
docfx-project/ios-native-api
3+
docfx-project/obj
4+
docfx-project/android-native-api

_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docfx-project/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Ultimate Mobile Pro
2+
Let me give you a quick introduction to Ultimate Mobile Pro. And explain why you should have this tool in your project if you are targeting mobile development with Unity.
3+
4+
**Note:** This repository only created for [Wiki](https://github.com/StansAssets/com.stansassets.ultimate-mobile/wiki) documentation. The plugin source code is fully open and available after the purchase on the [Unity Asset Store](https://assetstore.unity.com/packages/tools/integration/ultimate-mobile-pro-130345)
5+
6+
What the Ultimate Mobile is?
7+
----------------------------
8+
9+
This is a bundle that contains [Stan's Assets](https://stansassets.com/) best mobile native plugins inside wrapped with powerful unified API. The goal for the product is super simple. I want to cover all your native feature needs for the Mobile development with [Unity](https://assetstore.unity.com/top-assets/top-new?aid=1101l4aUM).
10+
If you miss something, never hesitate to get in touch with me. I am always happy to accept reasonable feature requests.
11+
Supported platforms and number of features will constantly grow. But we value stability over the number of features.
12+
13+
[Top Paid Asset Store products.](https://assetstore.unity.com/top-assets/top-paid?aid=1101l4aUM)

docfx-project/articles/details1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Details1
2+
------------
3+
4+
This is a detailed description.
5+
![Image](../images/details1_image.png)

docfx-project/articles/details2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Introduction
2+
------------
3+
4+
This is a introduction

docfx-project/articles/details3.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Introduction
2+
------------
3+
4+
This is a introduction

docfx-project/articles/intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
# Add your introductions here!

docfx-project/articles/toc.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
- name: Introduction
3+
href: intro.md
4+
- name: Details 1
5+
href: details1.md
6+
- name: Details 2
7+
href: details2.md
8+
- name: Details 3
9+
href: details3.md

docfx-project/docfx.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"metadata": [
3+
{
4+
"src": [
5+
{
6+
"files":"IOSNativePro/**.cs",
7+
"src":"../../Plugins/Assets/Plugins/StansAssets/NativePlugins/"
8+
}
9+
],
10+
"dest": "ios-native-api"
11+
},
12+
{
13+
"src": [
14+
{
15+
"files":"AndroidNativePro/**.cs",
16+
"src":"../../Plugins/Assets/Plugins/StansAssets/NativePlugins/"
17+
}
18+
],
19+
"dest": "android-native-api"
20+
}
21+
],
22+
"build": {
23+
"content": [
24+
{
25+
"files": [
26+
"ios-native-api/**.yml",
27+
"android-native-api/**.yml"
28+
]
29+
},
30+
{
31+
"files": [
32+
"articles/**.md",
33+
"articles/**/toc.yml",
34+
"toc.yml",
35+
"*.md"
36+
],
37+
"exclude": [
38+
"**/bin/**",
39+
"**/obj/**"
40+
]
41+
}
42+
],
43+
"resource": [
44+
{
45+
"files": [
46+
"images/**"
47+
],
48+
"exclude": [
49+
"**/bin/**",
50+
"**/obj/**"
51+
]
52+
}
53+
],
54+
"overwrite": [
55+
{
56+
"files": [
57+
"apidoc/**.md"
58+
],
59+
"exclude": [
60+
"**/bin/**",
61+
"**/obj/**"
62+
]
63+
}
64+
],
65+
"dest": "../../com.stansassets.ultimate-mobile__gh-pages",
66+
"template": [
67+
"default"
68+
]
69+
}
70+
}
1.42 KB
Loading

0 commit comments

Comments
 (0)