Skip to content

Fixing a wrong Note header. #1776

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

Closed

Conversation

kakabisht
Copy link

Description

The note heading in Vagrant Quick Start should be an infobox.

I have made the changes in all the versions of the docs.

Comment on lines +19 to +22
>**Note:** Vagrant requires plugins to create VirtualBox VMs. Install them with the following commands:

`vagrant plugin install vagrant-vboxmanage`

`vagrant plugin install vagrant-vbguest`
* `vagrant plugin install vagrant-vboxmanage`
* `vagrant plugin install vagrant-vbguest`
Copy link
Contributor

Choose a reason for hiding this comment

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

Docusaurus supports admonitions, which should be used instead. I can't add a suggestion directly due to the way the diff is rendered, but it should look like this:

:::note

Vagrant requires plugins to create VirtualBox VMs. Install them with the following commands:

- `vagrant plugin install vagrant-vboxmanage`
- `vagrant plugin install vagrant-vbguest`

:::

Also:

  • With the current suggestion, the list is disjointed from the blockquote. The list needs to be part of the blockquote.
  • This page already uses - for list items so we should keep it consistent. Not a hard requirement, but we generally use - instead of * for list items for readability for cases where the first word is bold or italicized.

@kakabisht
Copy link
Author

Closing this PR, since the commits are unverified. Refer to
#1778

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.

2 participants