-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61300c2
commit 2fd873c
Showing
9 changed files
with
339 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
import { defineConfig } from 'vitepress' | ||
|
||
// https://vitepress.dev/reference/site-config | ||
export default defineConfig({ | ||
title: "DistApp", | ||
description: "Manage and distribute Android or iOS app", | ||
themeConfig: { | ||
// https://vitepress.dev/reference/default-theme-config | ||
nav: [ | ||
{ text: 'Home', link: '/' }, | ||
{ text: 'DistApp Managed', link: 'https://distapp.lhf.my.id' }, | ||
{ text: 'CLI', link: '/cli/get-started-cli' }, | ||
], | ||
|
||
sidebar: [ | ||
{ | ||
text: 'Overview', | ||
items: [ | ||
{ | ||
text: 'What Is DistApp', | ||
link: '/overview/what-is-distapp', | ||
}, | ||
], | ||
}, | ||
{ | ||
text: 'CLI', | ||
items: [ | ||
{ | ||
text: 'Get Started CLI', | ||
link: '/cli/get-started-cli', | ||
}, | ||
], | ||
}, | ||
{ | ||
text: 'Self Hosted', | ||
items: [ | ||
{ | ||
text: 'Setup Self Hosted', | ||
link: '/self-hosted/setup-self-hosted', | ||
}, | ||
], | ||
}, | ||
], | ||
|
||
socialLinks: [ | ||
{ icon: 'github', link: 'https://github.com/yunusefendi52/distapp' } | ||
] | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Get Started CLI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: home | ||
|
||
hero: | ||
name: "DistApp" | ||
text: "Manage and distribute Android or iOS app" | ||
# tagline: Docs API | ||
actions: | ||
- theme: brand | ||
text: Overview | ||
link: /overview/what-is-distapp | ||
- theme: alt | ||
text: CLI | ||
link: /cli/get-started-cli | ||
- theme: alt | ||
text: Self Hosted | ||
link: /self-hosted/setup-self-hosted | ||
|
||
features: | ||
- title: Self Hosted | ||
details: You can self host in your own infrastructure. <a style="color:var(--vp-c-brand-2);" href="/self-hosted/setup-self-hosted">Learn More.</a> | ||
- title: Manage your apps | ||
details: Manage all of your apps in one place. Supports Android and iOS. More coming | ||
- title: Group and organization | ||
details: Create seperate group or organization for your apps | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# What is DistApp | ||
|
||
Manage and distribute your Android or iOS app. Useful for tester or self distribution. Alternative App Center Distribution. | ||
|
||
## Use Cases | ||
|
||
- **Continous Delivery** | ||
|
||
Integrate your development workflow with Continuous Deployment tools that can automate testing and deployment process. | ||
|
||
We have command line (CLI) to help you publish your app to DistApp. <a style="color:var(--vp-c-brand-1);" href="/cli/get-started-cli">Learn More.</a> | ||
|
||
- **Manage Apps in One Place** | ||
|
||
Streamline your apps in one place with separate organization or group tester for your apps. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Setup Self Hosted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters