Skip to content

Commit 4697f39

Browse files
committed
Docs
1 parent 2cac72d commit 4697f39

File tree

10 files changed

+20
-2
lines changed

10 files changed

+20
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

configuration.md

Whitespace-only changes.

controllers.md

Whitespace-only changes.

documentation.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
- ## Getting Started
2+
- [Installation](/docs/{{version}}/installation)
3+
- [Configuration](/docs/{{version}}/configuration)
4+
- [Directory Structure](/docs/{{version}}/structure)
5+
- ## Architecture Concepts
6+
- [Request Lifecycle](/docs/{{version}}/lifecycle)
7+
- ## The Basics
8+
- [Routing](/docs/{{version}}/routing)
9+
- [Controllers](/docs/{{version}}/controllers)
10+
- [Views](/docs/{{version}}/views)
11+
12+
13+

installation.md

Whitespace-only changes.

lifecycle.md

Whitespace-only changes.

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# WpStarter Documentation
2+
3+
You can find the online version of the WpStarter documentation at [https://wpstarter.dev/docs](https://wpstarter.dev/docs)
4+
5+
## Contribution Guidelines
6+
7+
If you are submitting documentation for the **current stable release**, submit it to the corresponding branch. For example, documentation for WpStarter 1 would be submitted to the `1.x` branch. Documentation intended for the next release of Laravel should be submitted to the `master` branch.

routing.md

Whitespace-only changes.

structure.md

Whitespace-only changes.

views.md

Whitespace-only changes.

0 commit comments

Comments
 (0)