Skip to content

Commit

Permalink
DOCS Limitations of publishall
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Apr 9, 2019
1 parent f50fdd7 commit fcdc146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fcdc146

Please sign in to comment.