Skip to content

Commit fb94b30

Browse files
committed
fix symlink codeblock
1 parent c363109 commit fb94b30

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

v1/framework/06-deployment.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ To set up symlinks, follow this example structure:
7070
<!-- STEP 2 -->
7171
<x-converge::steps.step number="2" title="Create the Symlink" description="Create a symlink within your Laravel app that points to the cloned documentation repository. You can do this using the following command:">
7272

73-
```shell
74-
ln -s /path/to/docs /path/to/your/laravel-app/docs
75-
```
73+
<x-slot:description>
74+
```bash
75+
ln -s /path/to/docs /path/to/your/laravel-app/docs
76+
```
77+
</x-slot:description>
7678
</x-converge::steps.step>
7779

7880
<!-- STEP 3 -->

0 commit comments

Comments
 (0)