Skip to content

Commit ad02b24

Browse files
committed
chore: update docs config
1 parent 150aa93 commit ad02b24

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

apps/api/src/main.ts

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,23 @@ import { ConfiguredAuthModule } from './vendor/configured.auth.module';
1515

1616
export default AppContainer.create({
1717
docs: {
18-
config: {
19-
contact: {
20-
21-
name: 'Douglas Neuroinformatics',
22-
url: 'https://douglasneuroinformatics.ca'
23-
},
24-
description: 'Documentation for the REST API for Open Data Capture',
25-
externalDoc: {
26-
description: 'Homepage',
27-
url: 'https://opendatacapture.org'
28-
},
29-
license: {
30-
name: 'Apache-2.0',
31-
url: 'https://www.apache.org/licenses/LICENSE-2.0'
32-
},
33-
tags: ['Authentication', 'Groups', 'Instruments', 'Instrument Records', 'Subjects', 'Users'],
34-
title: 'Open Data Capture'
18+
contact: {
19+
20+
name: 'Douglas Neuroinformatics',
21+
url: 'https://douglasneuroinformatics.ca'
3522
},
36-
path: '/spec.json'
23+
description: 'Documentation for the REST API for Open Data Capture',
24+
externalDoc: {
25+
description: 'Homepage',
26+
url: 'https://opendatacapture.org'
27+
},
28+
license: {
29+
name: 'Apache-2.0',
30+
url: 'https://www.apache.org/licenses/LICENSE-2.0'
31+
},
32+
path: '/',
33+
tags: ['Authentication', 'Groups', 'Instruments', 'Instrument Records', 'Subjects', 'Users'],
34+
title: 'Open Data Capture'
3735
},
3836
envSchema: $Env,
3937
imports: [

0 commit comments

Comments
 (0)