mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 06:04:29 +00:00
Formatting enhancements and Fixes (#6858)
* Fix: formatting Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com> * Fix: formatting Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com> * Enhance: consistance formatting for NOTE Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com> * Enhance: consistance formatting for NOTE Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com>
This commit is contained in:
parent
1afbdd663f
commit
fa8dfcc7cf
@ -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).
|
||||
:::
|
||||
|
||||
|
||||
@ -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/`
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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).
|
||||
:::
|
||||
|
||||
|
||||
@ -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/`
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user