-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Release Candidate] v0.33 #3155
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Merge Master into Develop] Hotfix-v0.31.2
* Initial draft of guide
* Adding the example files archive
* Tech edit and copy edit
Re-grouped sections:
- Created a new Preparing the Vue App section
- Removed the What is component data and What is a component template
sections, and moved their content under the Creating your First
Component section
- Split the Creating your First Component section into two subsections:
Define the Component and Use the Component
- Renamed What are Component Props to Using Component Props, then split
the second half into a new Sharing Data section that focuses on the
v-bind syntax
- Renamed What are Slots into Using Slots, then created two subsections:
Nesting Slots and Named Slots
- Renamed What are Component Events to Using Component Events and created
a Passing a Parameter with Events subsection for the second half of it
Code updates:
- Added a horizontal rule after the global counter label in examples
where it appears
- Renamed the parentTitle object in the parent app's data to parentHeader
- This was done to avoid confusion with the existing title properties
- Renamed the title property of this object to label
- Renamed the counter property to globalCount to emphasize that it
represents the total count of all the component instances
- Changed all appearances of a rating title to use h1 tags (instead of h2
and h3 in some places), for consistency
- In the Nesting Slots example, moved the slot reference inside the
rating-title component template to inside the h1 tags. This allows
Someone to just pass a string inside the rating-title tags.
- In the Named Slots example, moved the h2 tags for the subtitle
out of the main HTML and into the template for the rating-counter
component.
- This could help better illustrate that the subtitle
slot will embed the content wherever it appears inside the template.
- In the previous version of this example, the title and subtitle
slots appear right next to each other both in the main HTML and in
the template, so there wasn't any sort of extra styling added by
the slot placement in the template.
- For the component event with parameter example, I added in a
Thumbs Down button and gave it the parameter value of -1. I thought
this could help show how someone could get back the functionality
of the previous rating-counter examples when using events instead.
- Also for the component event examples, I removed the parent prop and
the component data, as they were no longer being used.
Copy edits:
- Referenced line numbers of code examples where appropriate
- Updated file snippets to use the file shortcode syntax from our Hugo
- Changed some paragraphs of explanation for different examples into
bulleted lists. This is just to add a bit of structure to the reading
experience
- Put back-ticks around references to variable names
- Added some more explicit instructions for the user for each example;
e.g.: Create a file named ratingcounter.html
or: Load the file in your browser
- Moved the explanation of slot scopes into a disclosure-note shortcode
disclosure-notes are useful for longer explanations of concepts
that aren't necessarily core to the guide's content.
- Added links to the official VueJS documentation for different concepts
* Fix travis errors
* Fix line number references, typo fixes
Co-authored-by: Nathan Melehan <nmelehan@gmail.com>
…inode#3121) * Add guide directories * Add CentOS edits Add guides to sections * Update guides to with new directory structure. * Edits for Debian 9 version Some misc. copy edits for CentOS version * Add Ubuntu version Move original Ubuntu and Debian guide to two-factor section Minor copy edits * merge conflict fix * start tech edit * tech edit * spelling fix merge commit * front matter update Co-authored-by: hzoppetti <50596820+hzoppetti@users.noreply.github.com>
CentOS 8 is not supported by Longview as mentioned in the note at the beginning of the doc. Changing the reference to CentOS 8 later in the doc to CentOS 7 to minimize customer confusion.
* LAMP guides * added the sudo for mariadb * CentOS 8: Install LAMP stack tech edits Rename directories to follow guide retitling initiative * Debian 10: LAMP install tech edit * Update modified_by date * Update CentOS 7 version with steps from Centos 8 Update centos 7 URL, add alias Misc. copy edits * Update title and add h1_title * Fix alias missing a forward slash * updated the note about backup to apache2.conf on Debian * Fixes from final review Co-authored-by: leslitagordita <contact@lesliesalazar.com>
* [NEW] How to install MariaDB * [Update] How to install MariaDB * started tech edit * tech edit * front matter spelling fix * updated links * added sentence for installing with package manager Co-authored-by: hzoppetti <50596820+hzoppetti@users.noreply.github.com>
* Add How to Install Cassandra, Ubuntu, Debian, and CentOS * Fix metadata typo * tech/copy edit * ubuntu 18 * copy edits * requested changes Co-authored-by: rsyracuse <43050499+rsyracuse@users.noreply.github.com>
…e#2903) * Initial draft of how to create and use mysql stored procedures * Tech and copy edit * Resolve feedback Co-authored-by: Nathan Melehan <nmelehan@gmail.com>
* guides for basic nginx installation * updated folder names with version numbers * CentOS 8: Tech Edit Installing NGINX * Debian 10: Install nginx tech edits * Small edits to Centos8 and Debian10 guides * Ubuntu 18.04: Install NGINX tech edits Misc. edits * Fix 404 * More 404s fixed * Fixes from PR review. Co-authored-by: leslitagordita <contact@lesliesalazar.com>
* Initial draft of mysql database triggers * Tech and copy edits * Update description and publish date * Add h1_title * Travis fixes Co-authored-by: Nathan Melehan <nmelehan@gmail.com>
* fixed the 404 errors Recreating original PR 3143 * updated the location of the conf file * Add section _index.md * Add screenshots to debian and centos drupal install * CentOS 8: Install Drupal 8 Tech Edit * Debian 10: Drupal 10 install * More Debian 10 edits * Ubuntu 18.04: Install Drupal 8 other misc. copy edits * Move existing guide install Drupal 8 to Drupal section * Move Installing Drupal 7 guide to new section. * Move remaining Drupal guides to new Drupal section * Fix 404 * Fix httpd conf file location * Clarify step for settings.php file Co-authored-by: Rajakavitha1 <krajakavitha@gmail.com>
Contributor
|
Deploy preview for nostalgic-ptolemy-b01ab8 ready! Built with commit a56d1da https://deploy-preview-3155--nostalgic-ptolemy-b01ab8.netlify.com |
* [Update] GitHub Beginner's Guide Update instructions to include: - Branching from develop instead of master - Using Hugo archetypes - Using leaf bundles - Links to the Linode Writers Formatting Guide - Links to Hugo documentation - Link to the Write For Linode program page * Move GitHub Beginners Guide to Version Control section * Update with our guide retitling URL scheme Co-authored-by: leslitagordita <contact@lesliesalazar.com>
Renamed guide URLs to how-to-install-apache-cassandra-on-x Removed how-to-install-apache-cassandra section Moved all guides to existing section: databases/cassandra/
Guide: Working with Triggers in a MySQL Database
This guide provides steps for both Ubuntu and Debian guides. We now have updated individual guides for each distro. This commit deprecates the guide and adds a deprecation link to the Debian 10 guide
Since deprecation link can only provide one link, added a note to Debian 10 guide back to Drupal section so Ubuntu users who may have found old combo (debian and ubuntu) Drupal install guide can find the Ubuntu version.
7e3e322 to
a56d1da
Compare
andystevensname
approved these changes
Feb 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Guides: