Skip to content

Commit

Permalink
Add air package
Browse files Browse the repository at this point in the history
Add new documentation site including apm usage
  • Loading branch information
marchbold committed Feb 11, 2022
1 parent 0b9856b commit 2994cec
Show file tree
Hide file tree
Showing 78 changed files with 48 additions and 3,122 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [marchbold]
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

If you are reporting a bug please make sure you fill out the following information, otherwise delete this restartapp and ask your question.
If you are reporting a bug please make sure you fill out the following information, otherwise delete this template and ask your question.


##### Expected behaviour
Expand All @@ -19,4 +19,4 @@ If you are reporting a bug please make sure you fill out the following informati

##### Logs

Device logs if relevant
Device logs if relevant
9 changes: 3 additions & 6 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ As you are a subscribed user of our extensions there are several special support

## Check the documentation

### [Wiki](../../../wiki)
### [Documentation Site](https://docs.airnativeextensions.com/)

The best place to start is in the wiki. This forms the most up-to-date documentation for the extensions and is an important place to start using the extensions.
The best place to start is in the documentation. This forms the most up-to-date documentation for the extensions and is an important place to start using the extensions.

Common issues include
- Check you have all the required support extensions in the [Add the Extension](../../../wiki/i.Add-the-Extension) section;
- Check you have all the required support extensions in the "Add the Extension" section;
- Check you have correctly added and updated any manifest additions (Android) and Info Additions / Entitlements (iOS);
- Check you have called `init( APP_KEY );` with your application key

[Wiki Home](../../../wiki)


### Reference
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'Close stale issues and PR'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
stale-issue-label: 'stale'
exempt-issue-labels: 'enhancement'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
days-before-stale: 60
days-before-close: 5
days-before-pr-close: -1
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
###### 2022.02.11 [v3.0.14]

```
Add air package
Add new documentation site including apm usage
```



###### 2020.03.20 [v3.0.013]
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
built by [distriqt //](https://airnativeextensions.com)

>
> This extension is provided for **free**. If it helps you please consider sponsoring the developers to continue support and development of the extension:
>
> [:heart: Sponsor](https://github.com/sponsors/distriqt)
>

![](images/hero.png)

# RestartApp
Expand All @@ -19,7 +26,8 @@ The RestartApp extension gives you the ability to force a restart of your applic

## Documentation

Latest documentation can be found in the [wiki](https://github.com/distriqt/ANE-RestartApp/wiki)

The [documentation site](https://docs.airnativeextensions.com/docs/restartapp/) forms the best source of detailed documentation for the extension along with the [asdocs](https://docs.airnativeextensions.com/asdocs/restartapp/).

Quick Example:

Expand Down
4 changes: 0 additions & 4 deletions docs/.gitignore

This file was deleted.

35 changes: 0 additions & 35 deletions docs/CHANGELOG.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_config.yml

This file was deleted.

21 changes: 0 additions & 21 deletions docs/_includes/Sidebar.html

This file was deleted.

66 changes: 0 additions & 66 deletions docs/_layouts/default.html

This file was deleted.

129 changes: 0 additions & 129 deletions docs/asdocs/AC_OETags.js

This file was deleted.

19 changes: 0 additions & 19 deletions docs/asdocs/all-classes.html

This file was deleted.

Loading

0 comments on commit 2994cec

Please sign in to comment.