Skip to content

Commit

Permalink
'explore more'
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Dec 12, 2024
1 parent cd9089a commit e0ff124
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
out
node_modules
.cache
.DS_Store
11 changes: 8 additions & 3 deletions pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toc: false
import Image from 'next/image'
import { Bleed } from 'nextra-theme-docs'
import { Callout, Steps, Tabs, Cards } from 'nextra/components'
import { CodeIcon, PeopleIcon, SyncIcon, ServerIcon, CloudIcon, DownloadIcon } from '@primer/octicons-react'
import { CodeIcon, PeopleIcon, SyncIcon, ServerIcon, CloudIcon, DownloadIcon, RepoIcon, FileCodeIcon } from '@primer/octicons-react'

<Image src={require('../images/hero.png')} width={0} height={0} style={{ width: '100%', height: 'auto' }} alt="Colyseus Hero Image" />

Expand Down Expand Up @@ -157,8 +157,13 @@ async function connect() {
connect();
```

### Explore more features
### Explore more

...
Explore more about Colyseus by following the tutorials and example projects:

<Cards>
<Cards.Card icon={<FileCodeIcon/>} title="Tutorials" href="/tutorial" arrow />
<Cards.Card icon={<RepoIcon/>} title="Example Projects" href="/examples" arrow />
</Cards>

</Steps>
6 changes: 3 additions & 3 deletions pages/tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { Bleed } from 'nextra-theme-docs'
## Tutorials

<Cards>
<Cards.Card title="PlayCanvas" href="/tutorial/playcanvas" />
<Cards.Card title="Phaser" href="/tutorial/phaser" />
<Cards.Card title="BabylonJS" href="/tutorial/babylonjs" />
<Cards.Card title="PlayCanvas" href="/tutorial/playcanvas" arrow />
<Cards.Card title="Phaser" href="/tutorial/phaser" arrow />
<Cards.Card title="BabylonJS" href="/tutorial/babylonjs" arrow />
</Cards>

## Framework Overview
Expand Down
Binary file removed public/.DS_Store
Binary file not shown.

0 comments on commit e0ff124

Please sign in to comment.