From fa8dfcc7cfb4a5fc5d643915e1cf5602aec912f0 Mon Sep 17 00:00:00 2001 From: KULDIP PIPALIYA Date: Wed, 12 Aug 2020 16:03:54 +0530 Subject: [PATCH] Formatting enhancements and Fixes (#6858) * Fix: formatting Signed-off-by: KULDIP PIPALIYA * Fix: formatting Signed-off-by: KULDIP PIPALIYA * Enhance: consistance formatting for NOTE Signed-off-by: KULDIP PIPALIYA * Enhance: consistance formatting for NOTE Signed-off-by: KULDIP PIPALIYA --- docs/3.0.0-beta.x/deployment/digitalocean.md | 2 +- docs/3.0.0-beta.x/deployment/heroku.md | 4 ++-- docs/3.0.0-beta.x/plugin-development/frontend-development.md | 2 +- docs/v3.x/deployment/digitalocean.md | 2 +- docs/v3.x/deployment/heroku.md | 4 ++-- docs/v3.x/plugin-development/frontend-development.md | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/3.0.0-beta.x/deployment/digitalocean.md b/docs/3.0.0-beta.x/deployment/digitalocean.md index 6fa62475b0..49ef472e35 100644 --- a/docs/3.0.0-beta.x/deployment/digitalocean.md +++ b/docs/3.0.0-beta.x/deployment/digitalocean.md @@ -109,7 +109,7 @@ git --version #### 2. **OPTIONAL:** Install Git. -:::note +::: tip NOTE Only do this step if _not installed_, as above. Please follow these directions on [how to install Git on Ubuntu 18.04](https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-18-04). ::: diff --git a/docs/3.0.0-beta.x/deployment/heroku.md b/docs/3.0.0-beta.x/deployment/heroku.md index a9db221466..80d403929e 100644 --- a/docs/3.0.0-beta.x/deployment/heroku.md +++ b/docs/3.0.0-beta.x/deployment/heroku.md @@ -58,7 +58,7 @@ Follow the instructions and return to your command line. Create a [new Strapi project](../getting-started/quick-start.md) (if you want to deploy an existing project go to step 4). -::: warning NOTE +::: tip NOTE If you plan to use **MongoDB** with your project, [refer to the create a Strapi project with MongoDB section of the documentation](../guides/databases.md#install-mongodb-locally) then, jump to step 4. @@ -131,7 +131,7 @@ heroku create You can use `heroku create custom-project-name`, to have Heroku create a `custom-project-name.heroku.com` URL. Otherwise, Heroku will automatically generate a random project name (and URL) for you. -::: warning NOTE +::: tip NOTE If you have a Heroku project app already created. You would use the following step to initialize your local project folder: `Path: ./my-project/` diff --git a/docs/3.0.0-beta.x/plugin-development/frontend-development.md b/docs/3.0.0-beta.x/plugin-development/frontend-development.md index e6a0f8a335..04aa341e46 100644 --- a/docs/3.0.0-beta.x/plugin-development/frontend-development.md +++ b/docs/3.0.0-beta.x/plugin-development/frontend-development.md @@ -82,7 +82,7 @@ Here are its properties: The component is generated by default when you create a new plugin. Use this component to execute some logic when the app is loading. When the logic has been executed this component should emit the `isReady` event so the user can interact with the application. -:::note +::: tip NOTE Below is the Initializer component of the content-type-builder plugin. It checks whether or not the autoreload feature is enabled and depending on this value changes the mainComponent of the plugin. diff --git a/docs/v3.x/deployment/digitalocean.md b/docs/v3.x/deployment/digitalocean.md index 855d5a0b20..3921106919 100644 --- a/docs/v3.x/deployment/digitalocean.md +++ b/docs/v3.x/deployment/digitalocean.md @@ -109,7 +109,7 @@ git --version #### 2. **OPTIONAL:** Install Git. -:::note +::: tip NOTE Only do this step if _not installed_, as above. Please follow these directions on [how to install Git on Ubuntu 18.04](https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-18-04). ::: diff --git a/docs/v3.x/deployment/heroku.md b/docs/v3.x/deployment/heroku.md index 5864a5058c..deca6dea47 100644 --- a/docs/v3.x/deployment/heroku.md +++ b/docs/v3.x/deployment/heroku.md @@ -58,7 +58,7 @@ Follow the instructions and return to your command line. Create a [new Strapi project](../getting-started/quick-start.md) (if you want to deploy an existing project go to step 4). -::: warning NOTE +::: tip NOTE If you plan to use **MongoDB** with your project, [refer to the create a Strapi project with MongoDB section of the documentation](../guides/databases.md#install-mongodb-locally) then, jump to step 4. @@ -131,7 +131,7 @@ heroku create You can use `heroku create custom-project-name`, to have Heroku create a `custom-project-name.heroku.com` URL. Otherwise, Heroku will automatically generate a random project name (and URL) for you. -::: warning NOTE +::: tip NOTE If you have a Heroku project app already created. You would use the following step to initialize your local project folder: `Path: ./my-project/` diff --git a/docs/v3.x/plugin-development/frontend-development.md b/docs/v3.x/plugin-development/frontend-development.md index dac0afc1d4..6bb6a7a96e 100644 --- a/docs/v3.x/plugin-development/frontend-development.md +++ b/docs/v3.x/plugin-development/frontend-development.md @@ -140,7 +140,7 @@ export default strapi => { The component is generated by default when you create a new plugin. Use this component to execute some logic when the app is loading. When the logic has been executed this component should emit the `isReady` event so the user can interact with the application. -:::note +::: tip NOTE Below is the Initializer component of the content-type-builder plugin. It checks whether or not the auto-reload feature is enabled and depending on this value changes the mainComponent of the plugin.