mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 15:26:17 +00:00
32 lines
993 B
JavaScript
32 lines
993 B
JavaScript
|
|
||
|
module.exports = exports = [
|
||
|
{
|
||
|
output: '/gdb/printable.md',
|
||
|
sources: [
|
||
|
'public/gdb/index.md',
|
||
|
'public/gdb/what-is-gender.md',
|
||
|
'public/gdb/history.md',
|
||
|
'public/gdb/euphoria.md',
|
||
|
'public/gdb/physical-dysphoria.md',
|
||
|
'public/gdb/biochemical-dysphoria.md',
|
||
|
'public/gdb/social-dysphoria.md',
|
||
|
'public/gdb/societal-dysphoria.md',
|
||
|
'public/gdb/sexual-dysphoria.md',
|
||
|
'public/gdb/presentational-dysphoria.md',
|
||
|
'public/gdb/historical-dysphoria.md',
|
||
|
'public/gdb/managed-dysphoria.md',
|
||
|
'public/gdb/impostor-syndrome.md',
|
||
|
'public/gdb/diagnoses.md',
|
||
|
'public/gdb/treatment.md',
|
||
|
'public/gdb/causes.md',
|
||
|
'public/gdb/chromosomes.md',
|
||
|
'public/gdb/conclusion.md',
|
||
|
],
|
||
|
meta: {
|
||
|
title: 'The Gender Dysphoria Bible',
|
||
|
description: 'A dive into the multitude of ways that gender dysphoria manifests and what it means to be transgender.',
|
||
|
classes: [ 'longform' ],
|
||
|
},
|
||
|
},
|
||
|
];
|