|
1 | 1 | <?php |
2 | 2 |
|
3 | 3 | return [ |
4 | | - 'version' => 'v1.3.3', |
| 4 | + 'version' => 'v1.4.0', |
| 5 | + 'gh_service_index' => 5, |
5 | 6 | 'services' => [ |
6 | 7 | [ |
7 | 8 | 'address' => 'https://mtex.dev', |
8 | 9 | 'name' => 'Landingpage', |
9 | 10 | 'description' => 'Our main landingpage', |
10 | 11 | 'github' => 'https://github.com/MTEDdotDev/static-landingpage', |
| 12 | + 'github_slug' => 'static-landingpage', |
11 | 13 | 'is_deployed' => true, |
12 | 14 | ], |
13 | 15 | [ |
14 | 16 | 'address' => 'https://index.mtex.dev', |
15 | 17 | 'name' => 'Service Index', |
16 | 18 | 'description' => 'Central directory and manifest of all mtex.dev domains and nodes.', |
17 | 19 | 'github' => 'https://github.com/MTEDdotDev/index.mtex.dev', |
| 20 | + 'github_slug' => 'index.mtex.dev', |
18 | 21 | 'is_deployed' => true, |
19 | 22 | ], |
20 | 23 | [ |
21 | 24 | 'address' => 'https://legal.mtex.dev', |
22 | 25 | 'name' => 'Legal Center', |
23 | 26 | 'description' => 'Multilingual hub for imprint, privacy policies, and legal documentation.', |
24 | 27 | 'github' => 'https://github.com/MTEXdotDev/legal.mtex.dev', |
| 28 | + 'github_slug' => 'legal.mtex.dev', |
25 | 29 | 'is_deployed' => true, |
26 | 30 | ], |
27 | 31 | [ |
28 | 32 | 'address' => 'https://tw.mtex.dev', |
29 | 33 | 'name' => 'Tailwind Components Libary', |
30 | 34 | 'description' => 'Our TailwindCSS component library for rapid UI development.', |
31 | 35 | 'github' => 'https://github.com/MTEDdotDev/tw.mtex.dev', |
| 36 | + 'github_slug' => 'tw.mtex.dev', |
32 | 37 | 'is_deployed' => true, |
33 | 38 | ], |
34 | 39 | [ |
35 | 40 | 'address' => 'https://nx.mtex.dev', |
36 | 41 | 'name' => 'MTEX Nexus', |
37 | 42 | 'description' => 'A lightweight JSON API gateway for seamless data exchange and rapid prototyping.', |
38 | 43 | 'github' => 'https://github.com/MTEDdotDev/nx.mtex.dev', |
| 44 | + 'github_slug' => 'nx.mtex.dev', |
| 45 | + 'is_deployed' => true, |
| 46 | + ], |
| 47 | + [ |
| 48 | + 'address' => 'https://gh.mtex.dev', |
| 49 | + 'name' => 'MTEX GitHub Redirect', |
| 50 | + 'description' => 'Redirects to the github-repos.', |
| 51 | + 'github' => 'https://github.com/MTEDdotDev/gh.mtex.dev', |
| 52 | + 'github_slug' => 'gh.mtex.dev', |
39 | 53 | 'is_deployed' => true, |
40 | 54 | ], |
41 | 55 | [ |
42 | 56 | 'address' => 'https://diff.mtex.dev', |
43 | 57 | 'name' => 'MTEX Diff', |
44 | 58 | 'description' => 'A visual comparison tool for JSON payloads and code.', |
45 | 59 | 'github' => 'https://github.com/MTEDdotDev/diff.mtex.dev', |
| 60 | + 'github_slug' => 'diff.mtex.dev', |
46 | 61 | 'is_deployed' => true, |
47 | 62 | ], |
48 | 63 | [ |
49 | 64 | 'address' => 'https://gimy.site', |
50 | 65 | 'name' => 'GimySite', |
51 | 66 | 'description' => 'Free static website hosting for modern developers.', |
52 | 67 | 'github' => 'https://github.com/MTEDdotDev/gimy.site', |
| 68 | + 'github_slug' => 'gimy.site', |
53 | 69 | 'is_deployed' => false, |
54 | 70 | ], |
55 | 71 | [ |
56 | 72 | 'address' => 'https://getmy.name', |
57 | 73 | 'name' => 'GetMyName', |
58 | 74 | 'description' => 'A headless API to power your personal portfolio data.', |
59 | 75 | 'github' => 'https://github.com/MTEDdotDev/getmy.name', |
| 76 | + 'github_slug' => 'getmy.name', |
60 | 77 | 'is_deployed' => true, |
61 | 78 | ], |
62 | 79 | [ |
63 | 80 | 'address' => 'https://getmy.blog', |
64 | 81 | 'name' => 'GetMyBlog', |
65 | 82 | 'description' => 'Lightweight blogging-api for the minimalist writer.', |
66 | 83 | 'github' => 'https://github.com/MTEDdotDev/getmy.blog', |
| 84 | + 'github_slug' => 'getmy.blog', |
67 | 85 | 'is_deployed' => false, |
68 | 86 | ], |
69 | 87 | ], |
|
0 commit comments