mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #8914 from open-sausages/pulls/4/docs-publishall
DOCS Limitations of publishall
This commit is contained in:
commit
9d3337b7af
@ -61,7 +61,7 @@ handle the new code. Here are some specifics situations:
|
||||
|
||||
If you've set up your site and it used to be working, but now it's suddenly totally broken, you may have forgotten to
|
||||
publish your draft content. Go to the CMS and use the "publish" button. You can visit `admin/pages/publishall` to publish
|
||||
every page on the site, if that's easier.
|
||||
every page on the site, if that's easier. Note that this will only work on smaller websites.
|
||||
|
||||
## I can see unparsed PHP output in my browser
|
||||
|
||||
|
@ -59,7 +59,7 @@ Redirections](/developer_guides/controllers/redirection) for more information an
|
||||
| Site URL | | Action |
|
||||
| -------- | | ------ |
|
||||
| http://localhost**/dev/build** | | Rebuild the entire database and manifest, see below for additional URL Variables |
|
||||
| http://localhost**/admin/pages/publishall/** | | Publish all pages on the site
|
||||
| http://localhost**/admin/pages/publishall/** | | Publish all pages on the site. Only works reliably on smaller sites.
|
||||
|
||||
### /dev/build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user