Skip to content
This repository was archived by the owner on Jul 29, 2020. It is now read-only.

Commit 0fd6e9a

Browse files
matthiaswenzconceptdev
authored andcommitted
Misc fixes (MicrosoftDocs#414)
* Fix the order of items in the Android docs * Fix GitHub spelling * Fix Bitbucket spelling * Replace some remnants of Mobile Center era
1 parent 679c510 commit 0fd6e9a

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

Diff for: CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Contributing
22

3-
Thank you for your interest in contributing to the Mobile Center documentation!
3+
Thank you for your interest in contributing to the App Center documentation!
44

5-
In this topic, you'll see the basic process for adding or updating content in the [Mobile Center documentation site](https://docs.microsoft.com/mobile-center).
5+
In this topic, you'll see the basic process for adding or updating content in the [App Center documentation site](https://docs.microsoft.com/appcenter).
66

77
In this topic, we'll cover:
88

@@ -52,7 +52,7 @@ The Visual Studio team will review your PR and let you know if the change looks
5252

5353
The maintainers will merge your PR into the master branch once feedback has been applied and your change looks good.
5454

55-
On a certain cadence, we push all commits from master branch into the live branch and then you'll be able to see your contribution live at https://docs.microsoft.com/mobile-center/.
55+
On a certain cadence, we push all commits from master branch into the live branch and then you'll be able to see your contribution live at https://docs.microsoft.com/appcenter/.
5656

5757
## DOs and DON'Ts
5858

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Mobile Center Preview documentation
1+
# App Center documentation
22

3-
Welcome! This repo contains source files for the work-in-progress Mobile Center technical documentation. The topics are published on the [Mobile Center documentation site](https://docs.microsoft.com/mobile-center).
3+
Welcome! This repo contains source files for the work-in-progress App Center technical documentation. The topics are published on the [App Center documentation site](https://docs.microsoft.com/appcenter).
44

55
## Contributing to the documentation
66

77
To contribute to this documentation, please see the [Contributing guide](CONTRIBUTING.md).
8-
We welcome your contributions to help us improve the Mobile Center docs. All the articles in this repository use GitHub flavored markdown.
8+
We welcome your contributions to help us improve the App Center docs. All the articles in this repository use GitHub flavored markdown.
99

10-
Several feature areas of Mobile Center have their own folders in this repo, such as **build** for topics on Build, **crashes** for topics on the Crash Reporting service, and so forth. The **/images** subfolder in each folder contains art files for the topics. The [Contributing guide](CONTRIBUTING.md) has more information.
10+
Several feature areas of App Center have their own folders in this repo, such as **build** for topics on Build, **crashes** for topics on the Crash Reporting service, and so forth. The **/images** subfolder in each folder contains art files for the topics. The [Contributing guide](CONTRIBUTING.md) has more information.
1111

1212
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

Diff for: vs-mobile-center-docs/build/android/first-build.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ By default, a new build is triggered every time a developer pushes to a configur
3838
### 3.2. Build variant
3939
The available build variants will populate from the Build Types and Product Flavors specified in the build.gradle file. Select which build variant should be built.
4040

41-
### 3.4. Increment version number
41+
### 3.3. Increment version number
4242
When enabled, the version code in the AndroidManifest.xml of your app automatically increments for each build. The change happens during the actual build and won't be committed to your repository.
4343

44-
### 3.3. Code signing
44+
### 3.4. Code signing
4545
A successful build will produce an APK file. In order to release the build to the Play Store, it needs to be signed with a valid certificate stored in a keystore. To sign the builds produced from a branch, enable code signing in the configuration pane, upload your keystore to your repository, and provide the relevant credentials in the configuration pane. You can read more about code signing [here](~/build/android/code-signing.md).
4646

47-
### 3.4. Launch your successful build on a real device
47+
### 3.5. Launch your successful build on a real device
4848
Use your newly produced APK file to test if your app starts on a real device. This will add approximately 10 more minutes to the total build time. Read more about it [here](~/build/build-test-integration.md)
4949

50-
### 3.5. build.gradle File
50+
### 3.6. build.gradle File
5151
Specific information about your build will be collected from your Gradle file including dependencies, build tools version, build types, and product flavors.
5252

53-
### 3.6. Distribute to a distribution group
53+
### 3.7. Distribute to a distribution group
5454
You can configure each successful build from a branch to be distributed to a previously created distribution group. You can add a new distribution group from within the Distribute section. There is always a default distribution group called "Collaborators" that includes all the users who have access to the app.
5555

5656
Once you save the configuration, a new build will be kicked off automatically.

Diff for: vs-mobile-center-docs/dashboard/bugtracker/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: App Center bug tracker Documentation
3-
description: how to integrate App Center with bug trackers like Visual Studio Team Services (VSTS) and Github
3+
description: how to integrate App Center with bug trackers like Visual Studio Team Services (VSTS) and GitHub
44
keywords: app center, appcenter, visual studio app center, visual studio appcenter, bug tracker, bugtracker, documentation, hockeyapp, VSTS, github
55
author: amchew
66
ms.author: amchew
@@ -13,7 +13,7 @@ ms.assetid: 97b6f745-736f-4abc-a85b-8834da2b51d4
1313
# App Center bug tracker integration
1414
## Overview
1515

16-
App Center has bug tracker integration for the crashes service. Users can be quickly informed about critical App Center events within the tools that you use regularly in your day to day flow for a seamless experience. App Center supports bug trackers like Visual Studio Team Services (VSTS) and Github. Users need to have manage or developer permissions to be able to create and configure the bug tracker.
16+
App Center has bug tracker integration for the crashes service. Users can be quickly informed about critical App Center events within the tools that you use regularly in your day to day flow for a seamless experience. App Center supports bug trackers like Visual Studio Team Services (VSTS) and GitHub. Users need to have manage or developer permissions to be able to create and configure the bug tracker.
1717

1818
## Getting Started
1919

@@ -37,8 +37,8 @@ App Center has bug tracker integration for the crashes service. Users can be qui
3737

3838
1. For GitHub:
3939

40-
1. Login with your Github credentials and click **Authorize MobileCenter**.
41-
1. Select which Github repository to integrate the bug tracker with and click **Next**.
40+
1. Login with your GitHub credentials and click **Authorize MobileCenter**.
41+
1. Select which GitHub repository to integrate the bug tracker with and click **Next**.
4242
1. Under **Add Bug Tracker**, fill in fields for **Number of crashes** and click **Add**:
4343
- Number of crashses is a threshold you can set for the minimum number of crashes to happen in a crash group before an issue is created in GitHub.
4444

Diff for: vs-mobile-center-docs/distribution/codepush/migrationguide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ appcenter codepush deployment list MyApp
158158

159159

160160

161-
## Mobile Center CLI CodePush Cheat Sheet:
161+
## App Center CLI CodePush Cheat Sheet:
162162

163163
| Command | Description | Example |
164164
| ------------------------------------- | ---------------------------------------- | ---------------------- |

Diff for: vs-mobile-center-docs/general/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Create & manage your distribution groups, upload your release and distribute it
166166

167167
### **Mar 30, 2017**
168168
- Organizations: Share apps among your team members by creating and grouping them within an Organization. Find them under Settings.
169-
- Bitbucket: Connect to source code repositories using GitHub... and now BitBucket, too! VSTS support coming soon.
169+
- Bitbucket: Connect to source code repositories using GitHub... and now Bitbucket, too! VSTS support coming soon.
170170
- New Build commands in the CLI: Trigger a new build for pre-configured branches, view the build status of a branch, download logs for a build and get a list of branches for your app using CLI v0.7.0.
171171
- Build React Native apps with Yarn: Use the popular JavaScript package manager, Yarn, when building React Native apps. Dependency installs are now also faster and deterministic.
172172
- Release notes from your commits: When building, release notes now auto-populate with the corresponding commit message.

Diff for: vs-mobile-center-docs/quickstarts/android/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this tutorial, you will learn how to set up a sample Android app with App Cen
2121
- Create [GitHub account](https://github.com/join).
2222
- [Download Android Studio](https://developer.android.com/studio/index.html) and [install it on your local machine](https://developer.android.com/studio/install.html).
2323

24-
## Login to Github and fork the repository
24+
## Login to GitHub and fork the repository
2525
1. Login to your [GitHub account](https://github.com/join).
2626
2. Access the [sample app's GitHub repository](https://github.com/VSAppCenter/sampleapp-android).
2727
3. Click **Fork** at the top right hand corner of the page.

Diff for: vs-mobile-center-docs/quickstarts/ios/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this tutorial, you will learn how to set up a sample Swift app with App Cente
3030
- [GitHub account](https://github.com/join)
3131
- [Xcode](https://itunes.apple.com/us/app/xcode/id497799835?mt=12#)
3232

33-
## Login to Github and fork the repository
33+
## Login to GitHub and fork the repository
3434
1. Login to your [GitHub account](https://github.com/join).
3535

3636
2. Access the [sample app's GitHub repository](https://github.com/VSAppCenter/sampleapp-ios-swift).

Diff for: vs-mobile-center-docs/quickstarts/ios/push.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ First, follow the [getting started tutorial](getting-started.md) to set up the s
4141
If you encounter an error, your codesigning may not support Push Notifications. Go to the [Apple Developer portal](https://developer.apple.com/account/ios/identifier/bundle/) and edit the App ID to allow Push Notifications.
4242

4343
## Build and Distribute the app
44-
1. **Add, commit, and push the changes to Github.**
44+
1. **Add, commit, and push the changes to GitHub.**
4545

4646
2. Follow the [Build tutorial](build.md) and then the [Distribute tutorial](distribute.md) to deploy the app **onto your device**. The push notification will not appear on a simulator.
4747

Diff for: vs-mobile-center-docs/quickstarts/macOS/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this tutorial, you will learn how to set up a sample Swift app with App Cente
2424
- [GitHub account](https://github.com/join)
2525
- [Xcode](https://itunes.apple.com/us/app/xcode/id497799835?mt=12#)
2626

27-
## Login to Github and fork the repository
27+
## Login to GitHub and fork the repository
2828
1. Login to your [GitHub account](https://github.com/join).
2929

3030
2. Access the [sample app's GitHub repository](https://github.com/VSAppCenter/sampleapp-macos-swift).

Diff for: vs-mobile-center-docs/quickstarts/macOS/push.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ First, follow the [getting started tutorial](getting-started.md) to set up the s
3535
If you encounter an error, your codesigning may not support Push Notifications. Go to the [Apple Developer portal](https://developer.apple.com/account/mac/identifier/bundle/) and edit the App ID to allow Push Notifications.
3636

3737
## Build and Distribute the app
38-
1. **Add, commit, and push the changes to Github.**
38+
1. **Add, commit, and push the changes to GitHub.**
3939

4040
2. Follow the [Build tutorial](build.md) and then the [Distribute tutorial](distribute.md) to deploy the app **onto your device**.
4141

Diff for: vs-mobile-center-docs/sdk/getting-started/react-native.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ We **strongly** recommend integrating the SDK via CocoaPods as described above.
150150
151151
1. Download the [App Center SDK for React Native](https://github.com/Microsoft/appcenter-sdk-react-native/releases/latest) frameworks provided as a zip file.
152152

153-
2. From the release notes on Github, please also download the corresponding frameworks of the App Center SDK for iOS.
153+
2. From the release notes on GitHub, please also download the corresponding frameworks of the App Center SDK for iOS.
154154

155155
3. Unzip both archives and you will see a folder called **AppCenter-SDK-Apple/iOS** that contains different frameworks for each App Center service. The framework called `AppCenter` is required in the project as it contains code that is shared between the different modules. You will also see a folder named **AppCenterReactNativeShared** which contains a single framework for the React Native bridge for iOS which is also required.
156156

Diff for: vs-mobile-center-docs/test-cloud/preparing-for-upload/uitest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The command line parameters include the following pieces of information that is
4242
After the test run has been created, ensure that the following software is installed on the computer that will submit the tests:
4343

4444
1. Ensure that the computer has [Node.js](https://nodejs.org/en/) 6.3 installed.
45-
2. Install the [App Center CLI](~/cli/index.md). Instructions for [installing the App Center CLI](https://github.com/Microsoft/AppCenter-CLI#installation) maybe be found in the [README.md on Github](https://github.com/Microsoft/AppCenter-CLI).
45+
2. Install the [App Center CLI](~/cli/index.md). Instructions for [installing the App Center CLI](https://github.com/Microsoft/AppCenter-CLI#installation) maybe be found in the [README.md on GitHub](https://github.com/Microsoft/AppCenter-CLI).
4646

4747
## Preparing Xamarin.Android Apps
4848

0 commit comments

Comments
 (0)