Skip to content

Commit 1404d59

Browse files
committed
Update intro
1 parent 961350c commit 1404d59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/scribe.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,13 @@
237237
* Text to place in the "Introduction" section, right after the `description`. Markdown and HTML are supported.
238238
*/
239239
'intro_text' => <<<INTRO
240-
This documentation aims to provide all the information you need to work with our API.
240+
The SideProject API is a sample API, built to demonstrate Scribe's capabilities.
241+
242+
Lke many side projects, it is itself an unfinished API, but hopefully it should be enough to convince you to try Scribe out.😉 You can check out the source code [on GitHub](https://github.com/knuckleswtf/TheSideProjectAPI/).
241243
242244
<aside class="success">Example of aside with class=success.</aside>
243245
<aside class="warning">Example of aside with class=warning.</aside>
244246
245-
This is an unfinished API (get it?), but hopefully it should be enough to convince you to try Scribe out.😉
246-
247247
<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).
248248
You can switch the language used with the tabs at the top right (or from the nav menu at the top left on mobile).</aside>
249249
INTRO

0 commit comments

Comments
 (0)