Skip to content
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

Added Porter Mixins and Plugins details in Readme.md #1640

Merged
merged 1 commit into from
Jun 21, 2021

Conversation

DARK-art108
Copy link
Member

What does this change

Added all the available Porter Mixins and Plugins in a Tabular format in Readme.md

What issue does it fix

Closes #1624

Notes for the reviewer

Put any questions or notes for the reviewer here.

Checklist

  • Unit Tests
  • Documentation
  • Schema (porter.yaml)

If this is your first pull request, please add your name to the bottom of our Contributors list. Thank you for making Porter better! 🙇‍♀️

@DARK-art108
Copy link
Member Author

@carolynvs Please take a look at it! :)

Copy link
Member

@carolynvs carolynvs left a comment

Choose a reason for hiding this comment

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

Looks great!

README.md Outdated
| Platform | Supported? |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------: |
| <img src="docs\static\images\mixins\docker_icon.png" width="20" height="20" vertical-align="middle" /> [Docker](https://porter.sh/mixins/docker/) | ✔️ |
| &nbsp;&nbsp;&nbsp; <img src="docs\static\images\mixins\docker-compose.png" width="20" height="20" vertical-align="middle" /> [Docker-Compose](https://porter.sh/mixins/docker-compose/) | ✔️ |
Copy link
Member

Choose a reason for hiding this comment

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

Looks like you forgot the leading whitespace on the first row in the table (for Docker and hashicorp below). Can you either remove the leading whitespace on the other rows, or add the same whitespace to the first row of each table?

Copy link
Member Author

Choose a reason for hiding this comment

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

Hello @carolynvs, I am not getting leading whitespaces, can you be more clear!

Copy link
Member

Choose a reason for hiding this comment

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

On line 24, in the first table cell you have this

<img src="docs\static\images\mixins\docker_icon.png" ...

On line 25 (and the remaining cells in the table), you have the HTML whitespace character &nbsp; (stands for non-breaking space) in front of the image, which shifts the image over to the right when the page is displayed.

&nbsp;&nbsp;&nbsp; <img src="docs\static\images\mixins\docker-compose.png"

If those whitespace characters &nbsp; were unintentional, would you please remove them from both tables?

Copy link
Member Author

Choose a reason for hiding this comment

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

@carolynvs I have pushed the changes do take a look at it!

@DARK-art108 DARK-art108 force-pushed the docs/DARK-art108/Readme branch 2 times, most recently from eefd569 to 3789a5c Compare June 18, 2021 17:20
Signed-off-by: Ritesh Yadav <daydreamingguy941@gmail.com>
@DARK-art108 DARK-art108 force-pushed the docs/DARK-art108/Readme branch from 3789a5c to 8b5a1b0 Compare June 18, 2021 17:21
Copy link
Member

@carolynvs carolynvs left a comment

Choose a reason for hiding this comment

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

This is a really nice addition to our readme. Thanks!

@carolynvs carolynvs merged commit 0fbb62d into getporter:main Jun 21, 2021
@carolynvs carolynvs mentioned this pull request Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding More Details about mixins and plugins with supported platform in README.md
2 participants