Update Home page structure, add disclaimer to Home page
parent
f8946280a2
commit
a87d66fa9b
1 changed files with 4 additions and 3 deletions
7
Home.md
7
Home.md
|
@ -1,11 +1,12 @@
|
|||
# Loom Spinner
|
||||
> Please note, this package is currently unreleased, this Wiki is a work in progress for a package that is currently
|
||||
> under active development.
|
||||
|
||||
Welcome to the official documentation for **Loom Spinner**, the PHP development environment tool.
|
||||
|
||||
Spinner is a tool that helps you spin up and manage Docker containers for PHP development on a project-by-project basis.
|
||||
It is designed to be **highly configurable** whilst requiring _minimal configuration_.
|
||||
|
||||
## What's Included?
|
||||
# What's Included?
|
||||
|
||||
By default, a Spinner environment includes everything you need to start serving and debugging your PHP project locally.
|
||||
The default environment contains the following set of tools:
|
||||
|
@ -21,7 +22,7 @@ The default environment contains the following set of tools:
|
|||
- Nginx server with a proxy pass to your PHP container
|
||||
- Sets up a proxy pass to serve your projects `public` directory via `localhost`
|
||||
|
||||
## Documentation Navigation
|
||||
# Documentation Navigation
|
||||
|
||||
This Wiki is designed to be navigated by following the top level sidebar links in order, however feel free to read in
|
||||
any order you would prefer.
|
Loading…
Add table
Reference in a new issue