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

feat: Add Jan Hacker House event page to Docs #342

Merged
merged 5 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
46 changes: 46 additions & 0 deletions docs/docs/events/hcmc-oct23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: Jan HCMC Hacker House
slug: /events/hcmc-oct23
---

![](/img/hcmc-villa-1.jpeg)

## Saigon Hacker House

Jan's Hacker House is a four-day offline event where the Jan team gathers at a hacker house prior to a major release. We use the time to work on the release, bond as a team and get Jan across the finish line.

Jan hosts a series of talks, workshops and social events at night, inviting the local AI community to join us.

### Date & Time

- 24-27 October 2023

### Location

- Thao Dien, District 2, Ho Chi Minh City
- Exact location to be shared later

### OKRs

- Jan v1.0 should be bug-free and run on Windows, Max, Linux
- "Create Bot" feature w/ Saved Prompts
- **[Stretch Goal]** API for Plugins
- UI API
- Core Process API


## Agenda

To help us manage RSVPs, please use the Eventbrite links below to RSVP for each event.

| Day | Eventbrite Link |
| -------------- | -------------------------- |
| Mon (23 Oct) | [Jan Team & Partners Dinner](https://jan-partners-night-hcmc.eventbrite.com) |
| Tues (24 Oct) | AI Talks Day 1 |
| Wed (25 Oct) | AI Talks Day 2 |
| Thurs (26 Oct) | [VC Night](https://jan-hcmc-vc-night.eventbrite.com) |
| Fri (27 Oct) | [Jan Launch Party](https://jan-launch-party.eventbrite.com) |

## Photos

![](/img/hcmc-villa-2.jpeg)
2 changes: 1 addition & 1 deletion docs/docs/hardware/examples/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Jan uses a 2 x 4090 Workstation to run Codellama for internal use.[^1]
| **Total cost** | | $8,334 | |


[^1]: https://www.reddit.com/r/LocalLLaMA/comments/16lxt6a/case_for_dual_4090s/.
[^1]: https://www.reddit.com/r/LocalLLaMA/comments/16lxt6a/case_for_dual_4090s/. ideb
985 changes: 628 additions & 357 deletions docs/package-lock.json

Large diffs are not rendered by default.

18 changes: 15 additions & 3 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const sidebars = {
type: "category",
label: "About Jan",
collapsible: true,
collapsed: false,
collapsed: true,
link: { type: "doc", id: "about/about" },
items: [
"about/roadmap",
Expand All @@ -203,14 +203,26 @@ const sidebars = {
label: "Careers",
href: "https://janai.bamboohr.com/careers",
},
"about/brand-assets",
],
},
{
type: "category",
label: "Events",
collapsible: true,
collapsed: true,
items: [
{
type: "doc",
label: "Ho Chi Minh City (Oct 2023)",
id: "events/hcmc-oct23",
},
],
},
{
type: "category",
label: "Company Handbook",
collapsible: true,
collapsed: false,
collapsed: true,
link: { type: "doc", id: "handbook/handbook" },
items: ["handbook/remote-work"],
},
Expand Down
Binary file added docs/static/img/hcmc-villa-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/hcmc-villa-2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading