# HG changeset patch # User Ludovic Chabant # Date 1437717635 25200 # Node ID 4505a1443358ee597abdcc2f1faa96cf337dacb4 # Parent 95b4e7f9a4508aac80f8b7cfb4f4d70a40559b4e docs: Make the "deploying" page consistent with "publishing". diff -r 95b4e7f9a450 -r 4505a1443358 docs/docs/11_deploying.md --- a/docs/docs/11_deploying.md Thu Jul 23 23:00:09 2015 -0700 +++ b/docs/docs/11_deploying.md Thu Jul 23 23:00:35 2015 -0700 @@ -2,10 +2,10 @@ title: Deploying --- -PieCrust can be used either as a static website generator or as a dynamic CMS. -This section is about deploying a PieCrust website as a dynamic CMS. For how to -bake a website and publish it statically, see the [publishing -documentation][publish]. +> PieCrust can be used either as a static website generator or as a dynamic CMS. +> **This section is about deploying a PieCrust website as a dynamic CMS.** For +> how to bake a website and publish it statically, see the [publishing +> documentation][publish]. Using PieCrust as a dynamic CMS requires setting up a web server to execute code and serve requests. PieCrust itself can be wrapped in a [WSGI