Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding spoke, ce, and fixing mobile docs #434

Merged
merged 3 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions marketing/components/navigation/MainNav/MainNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@ const MainNav = ({
Docs
</a>

<a href="/spoke" className={styles.main_nav_link}>
Spoke
</a>

<a
href="https://github.com/mozilla/hubs-cloud/tree/master/community-edition"
target="_blank"
className={styles.main_nav_link}
>
Community Edition
</a>

<a
href="/E4e8oLx/hubs-demo-promenade"
target="_blank"
Expand Down
19 changes: 16 additions & 3 deletions marketing/components/navigation/MobileSideNav/MobileSideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,25 @@ const MobileSideNav = ({
</a>
</li>
<li>
<a className={styles.nav_link} href="/cloud">
Hubs Cloud
<a className={styles.nav_link} href="/docs">
Docs
</a>
</li>
<li>
<a className={styles.nav_link} href="/spoke">
Spoke
</a>
</li>
<li>
<a
className={styles.nav_link}
href="https://github.com/mozilla/hubs-cloud/tree/master/community-edition"
target="_blank"
>
Community Edition
</a>
</li>
<li>
{/* TODO get demo url? */}
<a
className={styles.nav_link}
href="/Pvg5MMt/hubs-demo"
Expand Down
Loading