Skip to content

Commit

Permalink
Link to Global Scale Demo from Agones Examples page (#3064)
Browse files Browse the repository at this point in the history
* Header update in examples doc and added Global scale demo in the list

* small changes in doc for Create an Autopilot mode cluster for Agones

* Multi player link update in FAQ file

---------

Co-authored-by: Mark Mandel <markmandel@google.com>
  • Loading branch information
Kalaiselvi84 and markmandel committed Apr 4, 2023
1 parent cc21505 commit 3fd7b72
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion site/content/en/docs/Examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ These are all examples of simple game server implementations, that integrate the
- {{< ghlink href="examples/allocation-endpoint" >}}Allocation Endpoint Example{{< /ghlink >}} - An Agones clusters
aware proxy, built on Google Cloud.

## Integration with Open Match
## Integrations with other projects

* [googleforgames/space-agon](https://github.com/googleforgames/space-agon) - Space Agon is a demo of Agones and
Open Match with a browser based game.
* [googleforgames/global-multiplayer-demo](https://github.com/googleforgames/global-multiplayer-demo) - A demo of a global scale multiplayer game using Agones, Open Match, Unreal Engine 5 and multiple Google Cloud products.
6 changes: 3 additions & 3 deletions site/content/en/docs/FAQ/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ hard (impossible? 🤔) to run as optimally as a tailored solution such as Agone

## Ecosystem

### Is there an example of Agones and Open Match working together?
### Is there an example of Agones and other project working together?

Yes! There are several! Check out both our
[official]({{% ref "/docs/Examples/_index.md#integration-with-open-match" %}})
and [third party]({{% ref "/docs/Third Party Content/examples.md#integration-with-open-match" %}}) examples!
[official]({{% ref "/docs/Examples/_index.md#integrations-with-other-projects" %}})
and [third party]({{% ref "/docs/Third Party Content/examples.md#integrations-with-other-projects" %}}) examples!
4 changes: 2 additions & 2 deletions site/content/en/docs/Installation/Creating Cluster/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ Agones supports Autopilot clusters in [alpha]({{<ref "/docs/Guides/feature-stage
gcloud container get-server-config \
--region=[COMPUTE_REGION] \
--flatten="channels" \
--format="yaml(channels) \
--filter="(channels.channel~[RELEASE_CHANNEL]"
--format="yaml(channels)" \
--filter="channels.channel~[RELEASE_CHANNEL]"
```
Replace the following:

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/Third Party Content/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Community contributed Dedicated Game Server examples on Agones."
weight: 20
---

## Integration with Open Match
## Integrations with other projects

* [Octops/Agones x Open Match](https://github.com/Octops/agones-discover-openmatch) - How to implement a matchmaking
system using Agones and Open Match
Expand Down

0 comments on commit 3fd7b72

Please sign in to comment.