Stages allow you to try out new ideas and changes to your project structure without affecting your production environment.
If you want to overhaul your website or make some major changes, you can simply copy your current stage into a new one and test out your new idea.
Let's see how that looks.
Stage | Changes |
---|---|
Master | Initial Model |
Release Candidate | Add a dynamic Author Model |
Edge | Add a Sponsorship check |
With stages, you can work in a secure an efficient manner, always keeping your approved content structure protected from your latest idea and exploration.
By default, all projects have one stage called Master
which is the production environment for your content. If you have a live project running, any changes you make here will be live!
Head to the Working with Stages for guides on all things staging!