Skip to content

Commit

Permalink
[DOWNLOAD] Add cheat sheet link
Browse files Browse the repository at this point in the history
Fix #217
  • Loading branch information
RoiArthurB committed Jun 3, 2024
1 parent d914229 commit 1dcfc73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/pages/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export default function Download() {
<Button href={`/wiki/Changelog`} col="4" buttonColor="warning">What's new?</Button>
<Button href={`https://github.com/gama-platform/gama/releases/tag/${siteConfig.customFields.downloadVersion}`} col="4" buttonColor="danger">Other installation versions</Button>
<Button href={`https://github.com/gama-platform/gama/wiki/resources/pdf/docGAMAv193.pdf`} col="4" buttonColor="primary">PDF Documentation</Button>
<Button href={`https://docs.google.com/document/d/1n4-l6VmqSi6lFPyhdeCnowK9pG5gM773/edit?usp=sharing&ouid=101392264667256926559&rtpof=true&sd=true`} col="4" buttonColor="primary">Cheat Sheet GAML Documentation</Button>
</div>

</div>
Expand Down

0 comments on commit 1dcfc73

Please sign in to comment.