Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Small changes #6455

Merged
merged 42 commits into from
Jan 24, 2020
Merged

Small changes #6455

merged 42 commits into from
Jan 24, 2020

Conversation

luanwebjump and others added 30 commits January 7, 2020 14:06
Resolve code error.
Added wrappers for notices about db_schema_whitelist.json file
Added a point mentioning to make texts translatable with an example
We do not need to add the Blank theme's CSS files again in our theme, since we are extending the file default_head_blocks.xml.
remove double quote to make code perfect usable
Update on include an external CSS code
Added a point for Theme development best practices
Change from:
   "mysql -h<db> -p<number> -u<username> -p<password>"
to:
   "mysql -h<db> -P<number> -u<username> -p<password>"

That is, change the first lowercase "-p" to an uppercase "-P". The lowercase "-p" is for the password (as seen in the second instance of "-p"). The first instance is supposed to be the option to set the port, which should be an uppercase "-P".
* Text edits in config-mq

* Amend confusing anchor text

* Typo

* Code sample typo
This PR is intended to fix a wrong code reference that points to a non-existing `view_model` argument mentioned in the docs.
Update code reference to view_model
adding information the find information about sendgrid
config-varnish-magento.md. Minor change as per standard.
config-varnish-advanced.md Minor Change.
inventory-api-reference.md Corrected broken tables.
jeff-matthews
jeff-matthews previously approved these changes Jan 24, 2020
Copy link
Contributor

@jeff-matthews jeff-matthews left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Content looks good, but a local test indicates a couple of trailing space linting errors:

rake test:md
Testing Markdown style with mdl ...
src/guides/v2.3/graphql/mutations/create-braintree-client-token.md:37: MD009 Trailing spaces
src/guides/v2.3/graphql/mutations/delete-payment-token.md:81: MD009 Trailing spaces

A detailed description of the rules is available at https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md

The Markdown linter detected 2 issue(s)

@dobooth
Copy link
Contributor Author

dobooth commented Jan 24, 2020

running tests

@dobooth dobooth merged commit 28e69a6 into master Jan 24, 2020
@ghost
Copy link

ghost commented Jan 24, 2020

Hi @dobooth, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.