Skip to content

Commit 16363f8

Browse files
Merge pull request #15 from exokitxr/update-community
Update community page
2 parents 2ae6b14 + 362b00d commit 16363f8

File tree

3 files changed

+8
-43
lines changed

3 files changed

+8
-43
lines changed

_config.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ slack:
160160

161161
discord:
162162
exokit:
163-
url: 'https://discord.gg/Apk6cZN'
163+
url: 'https://discord.gg/wm62cFN'
164164

165165
reddit:
166166
webvr:

src/community/index.md

Lines changed: 6 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ people who come together to make developing WebXR a rewarding experience.
1111

1212
## Getting Started
1313

14-
- [Documentation](../docs/) - Official documentation and guides. If you get
15-
stuck anywhere, let us know!
16-
- [GitHub](https://github.com/exokitxr/exokit) - Exokit GitHub repository. Also check out
14+
- [Documentation](../docs/) - Official documentation and guides.
15+
- [GitHub](https://github.com/exokitxr/exokit) - Exokit Engine GitHub repository. Also check out
1716
other projects in the [`exokitxr` GitHub organization](https://github.com/exokitxr). Star
1817
the project if you like it!
19-
- [Exokit GitHub Issues](https://github.com/exokitxr/exokit/issues) - Ask questions and get technical support. Please first search for whether your
20-
question has already been answered on the [FAQ](/faq/) or documentation,
21-
and put effort into the question by providing context and code samples.
18+
- [Exokit Engine GitHub Issues](https://github.com/exokitxr/exokit/issues) - Ask questions and get technical support. Please first search for whether your
19+
question has already been answered in documentation, and put effort into the question by providing context and reproducible code samples.
2220

2321

2422
## News
@@ -27,53 +25,20 @@ people who come together to make developing WebXR a rewarding experience.
2725
news, upcoming events, and cool projects that other people are working on.
2826
- [Twitter](https://twitter.com/exokitxr) - Keep up to date with awesome
2927
projects that people are doing and announcements.
30-
- [WebVR Subreddit](https://www.reddit.com/r/webvr) - General WebVR Subreddit.
31-
- [WebXR Subreddit](https://www.reddit.com/r/webxr) - General WebXR Subreddit.
3228

3329

3430
## Discord
3531

36-
[Join the Exokit Discord](https://discord.gg/Apk6cZN) to hang
32+
[Join the Exokit Discord](https://discord.gg/wm62cFN) to hang
3733
out and join the discussion.
3834

39-
## User Groups, Events, Meetups
40-
41-
Have a user group or do frequent meetups? This is a work-in-progress list
42-
so Let us know to list them here!
43-
44-
- [Bay Area Meetup Group](https://www.meetup.com/A-Frame/)
45-
- [Bay Area WebVR Meetup Group](https://www.meetup.com/Web-VR/)
46-
- [Discourse: WebVR-zh (中文討論區)](https://discourse.mozilla-community.org/c/communities/webvr-zh)
47-
- [Facebook Group](https://www.facebook.com/groups/aframevr/)
48-
- [Japan Facebook Group](https://www.facebook.com/groups/1250425238325010/)
49-
- [Mozilla Global VR Group](https://t.me/MozillaVR)
50-
- [New York Meetup Group](https://www.meetup.com/A-Frame-NYC/)
51-
- [Taipei WebGL & WebVR Meetup Group](https://www.meetup.com/TPE-WebGL-WebVR/)
52-
- [VR Karbala Group](https://telegram.me/VRKarbala)
53-
- [VRLab Brussels](https://vrlab-brussels.info/wiki/Main/WhatIsVRLabBrussels)
54-
- [WebVR India Group](https://github.com/webvr-india/volunteer-contributions/)
55-
- [WebXR London](https://www.meetup.com/web-xr/)
56-
57-
Are you holding an event? Below are some resources:
58-
59-
- [Presentation Kit (Slide Deck)](https://github.com/exokitxr/exokit-presentation-kit)
60-
61-
## WebVR
62-
63-
- [WebVR Directory](https://webvr.directory)
64-
- [webvr.info](https://webvr.info)
65-
- [W3C WebXR Spec](https://immersive-web.github.io/webxr/)
66-
67-
## Roadmap
68-
69-
- [Exokit Milestones](https://github.com/exokitxr/exokit/milestones)
7035

7136
## Contributing
7237

7338
Exokit has had many different contributors, a number that is continuing to grow. We'd love for you to join that list! See [Exokit's guide to
7439
contributing](https://github.com/exokitxr/exokit/blob/master/CONTRIBUTING.md).
7540

76-
A lot of discussion happens on GitHub. The [main
41+
A lot of discussion happens on GitHub. The [Exokit Engine
7742
repository](https://github.com/exokitxr/exokit) and [issue
7843
tracker](https://github.com/exokitxr/exokit/issues/) are the front lines of the
7944
implementation work. Our reviewers strive to be friendly and to help mentor

themes/exokit/layout/partials/secondary/sidebar_header.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var links = [
55
{url: 'community/', text: 'Community'},
66
{url: 'showcase/', text: 'Showcase'},
77
{url: config.github.exokit.url, text: 'GitHub', slug: 'github', title: 'Exokit Project Repository'},
8-
{url: 'https://discord.gg/Apk6cZN', text: 'Discord'}
8+
{url: 'https://discord.gg/wm62cFN', text: 'Discord'}
99
];
1010
links = links.map(function (link) {
1111
if (is_external_url(link.url)) {

0 commit comments

Comments
 (0)