Fix vale errors in source (#24086)
* backticks for javascript * Update sorting-search-results.md backticks asc * Update installing-github-enterprise-server-on-azure.md fixed vm az * Update searching-for-repositories.md backticks * Update searching-code.md backticks * Update searching-issues-and-pull-requests.md backticks * Update searching-issues-and-pull-requests.md * Update understanding-the-search-syntax.md * Update searching-for-packages.md * Update upgrading-from-dependabotcom-to-github-native-dependabot.md * fix errors in source * removed spaces * vale docs * link to md link * spacing for backticks * docs draft * remove space * removed spacing * drafting * drafting * draft * escape single quote * escape another single quote * fix broken link * vale guide * edge case * edge case ex * edge case ex link * grammer * grammer * Update vale-guide.md clarity * Update vale-guide.md small edit * clarity * sentence fix * Rubocop to RuboCop * Rubocop -> RuboCop * terms in backticks * pem in backtick * idp -> IdP * file names in backticks * public/private rsa in backticks * fix vale errors * fix vale errors * Update sending-enterprise-contributions-to-your-githubcom-profile.md fix dot-com links * Update metadata-syntax-for-github-actions.md * Update configuring-codeql-cli-in-your-ci-system.md * Update content/get-started/getting-started-with-git/associating-text-editors-with-git.md Co-authored-by: Vanessa <vgrl@github.com> * Update managing-deploy-keys.md public and private rsa key pair * Update libraries.md removed backticks for consistency * Update sorting-search-results.md removed backticks for consistency * Update metadata-syntax-for-github-actions.md removed backticks for consistency * Update metadata-syntax-for-github-actions.md removed backticks * delete vale config files Co-authored-by: Vanessa <vgrl@github.com> Co-authored-by: Amy Burns <timeyoutakeit@github.com>
This commit is contained in:
@@ -28,7 +28,7 @@ The Insights page displays these performance metrics, for the selected time peri
|
||||
|
||||
* **Subscription value:** Total possible revenue (in US dollars) for subscriptions. This value represents the possible revenue if no plans or free trials are cancelled and all credit transactions are successful. The subscription value includes the full value for plans that begin with a free trial in the selected time period, even when there are no financial transactions in that time period. The subscription value also includes the full value of upgraded plans in the selected time period but does not include the prorated amount. To see and download individual transactions, see "[GitHub Marketplace transactions](/marketplace/github-marketplace-transactions/)."
|
||||
* **Visitors:** Number of people that have viewed a page in your GitHub Apps listing. This number includes both logged in and logged out visitors.
|
||||
* **Pageviews:** Number of views the pages in your GitHub App's listing received. A single visitor can generate more than one pageview.
|
||||
* **Pageviews:** Number of views the pages in your GitHub App's listing received. A single visitor can generate more than one page view.
|
||||
|
||||
{% note %}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Once your app listing meets the {% data variables.product.prodname_marketplace %
|
||||
|
||||

|
||||
|
||||
2. To submit your your completed app listing, click **Request publish**.
|
||||
2. To submit your completed app listing, click **Request publish**.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ When a customer purchases your app, you must send the customer through the OAuth
|
||||
|
||||
* If your app is an {% data variables.product.prodname_oauth_app %}, begin the authorization flow as soon as {% data variables.product.product_name %} redirects the customer to the **Installation URL**. Follow the steps in "[Authorizing {% data variables.product.prodname_oauth_apps %}](/apps/building-oauth-apps/authorizing-oauth-apps/)."
|
||||
|
||||
For either type of app, the first step is to redirect the customer to https://github.com/login/oauth/authorize.
|
||||
For either type of app, the first step is to redirect the customer to [https://github.com/login/oauth/authorize](https://github.com/login/oauth/authorize).
|
||||
|
||||
After the customer completes the authorization, your app receives an OAuth access token for the customer. You'll need this token for the next step.
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ To encourage people to upgrade you can display an upgrade URL in your app's UI.
|
||||
|
||||
You can redirect users from your app's UI to upgrade on GitHub using an upgrade URL:
|
||||
|
||||
```
|
||||
```text
|
||||
https://www.github.com/marketplace/<LISTING_NAME>/upgrade/<LISTING_PLAN_NUMBER>/<CUSTOMER_ACCOUNT_ID>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user