Skip to content

Commit

Permalink
Add documentation for new site + usage of apm
Browse files Browse the repository at this point in the history
  • Loading branch information
marchbold committed Feb 4, 2022
1 parent 22ed1e3 commit b12ae74
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2 deletions.
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
###### 2022.02.04 [v3.0.30]

```
Add documentation for new site + usage of apm
```

###### 2021.11.19 [v3.0.29]

```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ continually improving and updating the extensions for OS updates and feature req

## Documentation

The [Wiki](https://github.com/distriqt/ANE-Debug/wiki) forms the best source of detailed documentation for the extension along with the [asdocs](https://distriqt.github.io/ANE-Debug/asdocs).
The [Wiki](https://docs.airnativeextensions.com/docs/debug) forms the best source of detailed documentation for the extension along with the [asdocs](https://docs.airnativeextensions.com/asdocs/debug).

Quick Example:

Expand Down
2 changes: 1 addition & 1 deletion lib/VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

| Extension | Version | Android Lib | iOS Lib |
| --- | --- | --- | --- |
| com.distriqt.Debug | 3.0.29 | | |
| com.distriqt.Debug | 3.0.30 | | |
Binary file modified lib/com.distriqt.Debug.ane
Binary file not shown.
Binary file added lib/swc/com.distriqt.Debug.swc
Binary file not shown.

0 comments on commit b12ae74

Please sign in to comment.