Skip to content

Commit 86bff3f

Browse files
committed
fix merge conflict
1 parent 4447e68 commit 86bff3f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/manifest.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"versions": ["main"],
2+
"versions": [
3+
"main"
4+
],
35
"routes": [
46
{
57
"title": "About",
@@ -229,11 +231,11 @@
229231
"state": "alpha"
230232
},
231233
{
232-
<<<<<<< HEAD
233234
"title": "Troubleshooting templates",
234235
"description": "Fix common template problems",
235236
"path": "./templates/troubleshooting.md"
236-
=======
237+
},
238+
{
237239
"title": "Terraform Modules",
238240
"description": "Reuse code across Coder templates",
239241
"path": "./templates/modules.md"
@@ -248,7 +250,6 @@
248250
"title": "Icons",
249251
"description": "Coder includes icons for popular cloud providers and programming languages for you to use",
250252
"path": "./templates/icons.md"
251-
>>>>>>> main
252253
}
253254
]
254255
},

0 commit comments

Comments
 (0)