Skip to content

Commit 89da86f

Browse files
najunanajuna
authored andcommitted
Release v1.1.0 with comprehensive custom app documentation
1 parent 3aee9c1 commit 89da86f

78 files changed

Lines changed: 15989 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/guides/quick-start-custom-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ synk app-bundle upload app-bundles/bundle-v1.0.0.zip --activate
545545
**Android:**
546546
```bash
547547
# Install APK via ADB
548-
adb install formulus-latest.apk
548+
npm run android
549549
550550
# Or install from Google Play Store (search "Formulus")
551551
```

versioned_docs/version-1.1.0/.gitkeep

Whitespace-only changes.

versioned_docs/version-1.1.0/community/.gitkeep

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"label": "Community",
3+
"position": 8
4+
}
5+
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# About Contributions
6+
7+
How to contribute to ODE.
8+
9+
## Overview
10+
11+
[Description placeholder]
12+
13+
## Ways to Contribute
14+
15+
[Description placeholder]
16+
17+
## Contribution Process
18+
19+
[Description placeholder]
20+
21+
## Related Content
22+
23+
- [First Time Contributors](/docs/community/contribute/first-time)
24+
- [Code of Conduct](/docs/community/contribute/code-of-conduct)
25+
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# Code of Conduct
6+
7+
Code of conduct for the ODE community.
8+
9+
## Overview
10+
11+
[Description placeholder]
12+
13+
## Our Standards
14+
15+
[Description placeholder]
16+
17+
## Enforcement
18+
19+
[Description placeholder]
20+
21+
## Related Content
22+
23+
- [About Contributions](/docs/community/contribute/about)
24+
- [First Time Contributors](/docs/community/contribute/first-time)
25+
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# First Time Contributors
6+
7+
Guide for first-time contributors to ODE.
8+
9+
## Overview
10+
11+
[Description placeholder]
12+
13+
## Getting Started
14+
15+
[Description placeholder]
16+
17+
## Next Steps
18+
19+
[Description placeholder]
20+
21+
## Related Content
22+
23+
- [About Contributions](/docs/community/contribute/about)
24+
- [Code of Conduct](/docs/community/contribute/code-of-conduct)
25+

0 commit comments

Comments
 (0)