Files
vac.dev/docs/join-us.mdx
Jon fa67f6736a Create join us page (#134)
* adds join us page

* update custom page headers

* moves the community and join us page to the docs folder

* removes custom page container

* update preset package - fixes link underline css styles override
2023-11-15 21:12:16 +03:30

14 lines
290 B
Plaintext

---
title: Join Us
hide_title: true
pagination_prev: null
pagination_next: null
displayed_sidebar: null
hide_table_of_contents: true
---
import * as jobData from '/static/generated/jobs.json'
import { JobsPerDepartment } from '/src/components/mdx'
<JobsPerDepartment jobData={jobData} />