mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-06 21:34:17 -05:00
* 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
14 lines
290 B
Plaintext
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} />
|