-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for Page draft #353
Conversation
docs/components/landing_pages.rst
Outdated
.. image:: images/landing_pages/save-draft.png | ||
:width: 400 | ||
:alt: Screenshot showing the 'Save as Draft' button on the Landing Page edit page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RCheesley I'm not sure how to deal with this Vale warning
Is this referring to a Mautic feature? If so, use 'Landing Page' instead of 'page'.
It should be lower case p
. Do we have to ignore the Vale check on this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're referring to a Mautic Landing Page then both words are capitalised.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi folks,
A few things which I've fixed in this PR so we can merge it:
- You must always ensure that the headings are the same underline length as the text above them - if you run the command
make html
in your /docs folder it will flag up such warnings to you, tab complete when you start typing if you use VSCode usually does it right but sometimes misses the odd character! - I think the heading should be H2 instead of H3 so I changed those.
- There was some inconsistency with draft v Draft, I've matched the UI with using the capitalised version
- An Landing Page Draft allows changes to the content of the Landing Page only. > changed to active voice: You can only change the content of the Landing Page itself when it's in Draft.
- An Landing Page Draft may be previewed by appending > changed to active voice: You can preview a Landing Page Draft by appending
- a Draft Preview URL will be > a Draft Preview URL is
- There was a typo on line 49 which I fixed (val on rather than vale on) which was hiding some of the later errors.
This PR adds documentation for the Page Draft feature found in mautic/mautic#13937