You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/scribe.php
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
<?php
2
2
3
+
/*
4
+
* This file is part of Cachet.
5
+
*
6
+
* (c) Alt Three Services Limited
7
+
*
8
+
* For the full copyright and license information, please view the LICENSE
9
+
* file that was distributed with this source code.
10
+
*/
11
+
3
12
useKnuckles\Scribe\Extracting\Strategies;
4
13
5
14
return [
@@ -74,7 +83,7 @@
74
83
],
75
84
76
85
'external' => [
77
-
'html_attributes' => []
86
+
'html_attributes' => [],
78
87
],
79
88
80
89
'try_it_out' => [
@@ -122,7 +131,7 @@
122
131
],
123
132
124
133
// Text to place in the "Introduction" section, right after the `description`. Markdown and HTML are supported.
125
-
'intro_text' => <<<INTRO
134
+
'intro_text' => <<<'INTRO'
126
135
This documentation aims to provide all the information you need to work with our API.
127
136
128
137
<aside>As you scroll, you'll see code examples for working with the API in different programming languages in the dark area to the right (or as part of the content on mobile).
0 commit comments