We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54924b commit 50714f1Copy full SHA for 50714f1
config.php
@@ -1,7 +1,7 @@
1
<?php
2
3
return [
4
- 'version' => 'v1.3.1',
+ 'version' => 'v1.3.2',
5
'services' => [
6
[
7
'address' => 'https://mtex.dev',
@@ -10,6 +10,13 @@
10
'github' => 'https://github.com/MTEDdotDev/static-landingpage',
11
'is_deployed' => true,
12
],
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
+ ],
20
21
'address' => 'https://legal.mtex.dev',
22
'name' => 'Legal Center',
0 commit comments