Skip to content

Commit 34b6009

Browse files
committed
adding the initial starting your first app section
1 parent fe59b33 commit 34b6009

File tree

13 files changed

+74
-16
lines changed

13 files changed

+74
-16
lines changed

SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* [Parse](getting-started/vs/parse.md)
1212
* [Pusher](getting-started/vs/pusher.md)
1313
* [Quick Start](getting-started/quick-start.md)
14-
* [Your First App](getting-started/your-first-app.md)
14+
* [Your First App](getting-started/your-first-app/readme.md)
1515
* [Services](services/readme.md)
1616
* [REST](providers/rest.md)
1717
* [Real-Time](providers/real-time/readme.md)
@@ -48,7 +48,7 @@
4848
* React and React Native
4949
* CanJS
5050
* [Help](help/readme.md)
51-
* [FAQ](faq.md)
51+
* [FAQ](help/faq.md)
5252
* [Contributing](contributing.md)
5353
* [Changelog](changelog.md)
5454
* [License](license.md)

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Just like Feathers itself, all of the documentation is open source and [availabl
44

55
## Contributing Guidelines
66

7-
The docs are all written in [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). If you've used GitHub, it's pretty likely you've encountered it before. You can become a pro in a few minutes by reading their [GFM Documenation page](https://help.github.com/articles/github-flavored-markdown/).
7+
The docs are all written in [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). If you've used GitHub, it's pretty likely you've encountered it before. You can become a pro in a few minutes by reading their [GFM Documentation page](https://help.github.com/articles/github-flavored-markdown/).
88

99
### Organizing Files
1010

getting-started/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Generate your app and follow the prompts.
1414

1515
`yo feathers`
1616

17-
Start your brand new app! :boom:
17+
Start your brand new app! 💥
1818

1919
`npm start`
2020

@@ -26,4 +26,4 @@ Start your brand new app! :boom:
2626

2727
In just a couple minutes we created a real-time API that is accessible via REST and websockets! Based on the options you chose it connected to your database, already provides CORs, authentication, sane rate limiting, pagination, logging, error handling, and a few other goodies.
2828

29-
This is a great start! Let's take this a bit further and [build your first real application](your-first-app.md).
29+
This is a great start! Let's take this a bit further and [build your first real application](your-first-app/readme.md).

getting-started/your-first-app.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
53.8 KB
Loading
37.1 KB
Loading
Loading
52.4 KB
Loading
95.6 KB
Loading
50.6 KB
Loading

0 commit comments

Comments
 (0)