Skip to content

Commit

Permalink
Documentation fixes and integration with defold.com
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Aug 1, 2020
1 parent 34e3449 commit 519a05d
Show file tree
Hide file tree
Showing 34 changed files with 179 additions and 3,000 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
@@ -0,0 +1,3 @@
github: defold
patreon: Defold
custom: ['https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NBNBHTUW4GS4C']
19 changes: 19 additions & 0 deletions .github/workflows/trigger-site-rebuild.yml
@@ -0,0 +1,19 @@
name: Trigger site rebuild

on: [push]

jobs:
site-rebuild:
runs-on: ubuntu-latest

steps: [
{
name: 'Repository dispatch',
uses: defold/repository-dispatch@1.2.1,
with: {
repo: 'defold/defold.github.io',
token: '${{ secrets.SERVICES_GITHUB_TOKEN }}',
user: 'services@defold.se',
action: 'extension-gpgs'
}
}]
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -2,5 +2,4 @@

Defold [native extension](https://www.defold.com/manuals/extensions/) which provides access to Google Play Game Services functionality on Android devices.

## API and installation
[API and setup instructions](https://defold.github.io/extension-gpgs).
[Manual, API and setup instructions](https://www.defold.com/extension-gpgs/) is available on the official Defold site.
1 change: 0 additions & 1 deletion docs/_config.yml

This file was deleted.

0 comments on commit 519a05d

Please sign in to comment.