-
Notifications
You must be signed in to change notification settings - Fork 72
/
eventcatalog.config.js
48 lines (48 loc) · 1.3 KB
/
eventcatalog.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module.exports = {
title: 'EventCatalog',
tagline: 'Discover, Explore and Document your Event Driven Architectures',
organizationName: 'Your Company',
projectName: 'Event Catalog',
editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
trailingSlash: true,
primaryCTA: {
label: 'Explore Events',
href: '/events'
},
secondaryCTA: {
label: 'Getting Started',
href:"https://www.eventcatalog.dev/"
},
logo: {
alt: 'EventCatalog Logo',
// found in the public dir
src: 'logo.svg',
},
footerLinks: [
{ label: 'Events', href: '/events' },
{ label: 'Services', href: '/services' },
{ label: 'Visualiser', href: '/visualiser' },
{ label: '3D Node Graph', href: '/overview' },
{ label: 'GitHub', href: 'https://github.com/boyney123/eventcatalog-demo/edit/master' }
],
users: [
{
id: 'dboyne',
name: 'David Boyne',
avatarUrl: 'https://pbs.twimg.com/profile_images/1262283153563140096/DYRDqKg6_400x400.png',
role: 'Developer',
},
{
id: 'mSmith',
name: 'Matthew Smith',
avatarUrl: 'https://randomuser.me/api/portraits/lego/3.jpg',
role: 'Developer',
},
{
id: 'Arkency',
name: 'Arkency',
avatarUrl: 'https://arkency.com/logo.svg',
role: 'Developer',
},
],
}