Skip to content

Commit 50714f1

Browse files
committed
feat: Add index.mtex.dev to services
1 parent f54924b commit 50714f1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'version' => 'v1.3.1',
4+
'version' => 'v1.3.2',
55
'services' => [
66
[
77
'address' => 'https://mtex.dev',
@@ -10,6 +10,13 @@
1010
'github' => 'https://github.com/MTEDdotDev/static-landingpage',
1111
'is_deployed' => true,
1212
],
13+
[
14+
'address' => 'https://index.mtex.dev',
15+
'name' => 'Service Index',
16+
'description' => 'Central directory and manifest of all mtex.dev domains and nodes.',
17+
'github' => 'https://github.com/MTEDdotDev/index.mtex.dev',
18+
'is_deployed' => true,
19+
],
1320
[
1421
'address' => 'https://legal.mtex.dev',
1522
'name' => 'Legal Center',

0 commit comments

Comments
 (0)