0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

fix: minor typos, formatting, and docs (#1512)

This commit is contained in:
welling guzmán 2019-10-06 20:07:36 +02:00 committed by Juan Picado @jotadeveloper
parent 1d1a6829db
commit 549f4743d0
7 changed files with 102 additions and 104 deletions

View file

@ -5,8 +5,8 @@ about: Create a report to help us improve
<!-- <!--
Hi folk, please read carefully the following points, all this information is what you need to share and make the process efficient Hi folk, please read carefully the following points, all this information is what you need to share and make the process efficient
so eveyrbody can understand your issue, please notice if you don't fill any of this points our friendly boot will remind you to do it or so everybody can understand your issue, please notice if you don't fill any of this points our friendly boot will remind you to do it or
close automatically the issue. Removing the sections you considere are irrelevant for your issue is totally ok. close automatically the issue. Removing the sections you consider are irrelevant for your issue is totally ok.
If you have questions, you might rather join use over Discord https://chat.verdaccio.org If you have questions, you might rather join use over Discord https://chat.verdaccio.org

View file

@ -5,7 +5,7 @@ about: Suggest an idea for this project
<!-- <!--
Verdaccio is a project addressed for voluntaries, if you appreciate this project considere to donate. Verdaccio is a project addressed for voluntaries, if you appreciate this project consider to donate.
1$/month - minimal contribution 1$/month - minimal contribution
5$/month - nice contribution 5$/month - nice contribution
500$ - help to promote this project, marketing, stickers. 500$ - help to promote this project, marketing, stickers.
@ -16,8 +16,8 @@ https://opencollective.com/verdaccio
As reminder, the Open Source must be sustainable. As reminder, the Open Source must be sustainable.
--> -->
**Is your feature request related to a problem? Please describe.** **Is your feature request related to a problem?**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Please describe a clear and concise description of what the problem is. E.g. I'm always frustrated when [...]
**Describe the solution you'd like** **Describe the solution you'd like**
A clear and concise description of what you want to happen. A clear and concise description of what you want to happen.

View file

@ -57,7 +57,7 @@ All notable changes to this project will be documented in this file. See [standa
* fixed user creation endpoint to properly import groups ([50e115f](https://github.com/verdaccio/verdaccio/commit/50e115f)) * fixed user creation endpoint to properly import groups ([50e115f](https://github.com/verdaccio/verdaccio/commit/50e115f))
* remove stub type definition for handlebars ([de8dc43](https://github.com/verdaccio/verdaccio/commit/de8dc43)) * remove stub type definition for handlebars ([de8dc43](https://github.com/verdaccio/verdaccio/commit/de8dc43))
* unpublish and add or remove star colision ([#1434](https://github.com/verdaccio/verdaccio/issues/1434)) ([c264f94](https://github.com/verdaccio/verdaccio/commit/c264f94)) * unpublish and add or remove star collision ([#1434](https://github.com/verdaccio/verdaccio/issues/1434)) ([c264f94](https://github.com/verdaccio/verdaccio/commit/c264f94))
* **deps:** add missing prod dependency ([849f5bc](https://github.com/verdaccio/verdaccio/commit/849f5bc)) * **deps:** add missing prod dependency ([849f5bc](https://github.com/verdaccio/verdaccio/commit/849f5bc))

View file

@ -156,10 +156,9 @@ fix: xxxxxxxxxx
``` ```
Commits types such as as `docs:`,`style:`,`refactor:`,`perf:`,`test:` Commits types such as as `docs:`,`style:`,`refactor:`,`perf:`,`test:`
and `chore:` are valid but have no effect on versioning. **It would be great and `chore:` are valid but have no effect on versioning. **It would be great if you use them.**
if you use them.**
Use `npm run commitmsg` to check your commit message format. All commits message are going to be validated when they are created using husky hooks.
**PRs that do not follow the commit message guidelines will not be merged.** **PRs that do not follow the commit message guidelines will not be merged.**

View file

@ -120,7 +120,7 @@ This will prompt you for user credentials which will be saved on the `verdaccio`
## Docker ## Docker
Below are the most commonly needed informations, Below are the most commonly needed information,
every aspect of Docker and verdaccio is [documented separately](https://www.verdaccio.org/docs/en/docker.html) every aspect of Docker and verdaccio is [documented separately](https://www.verdaccio.org/docs/en/docker.html)
@ -245,7 +245,7 @@ Thanks to the following companies to help us to achieve our goals providing free
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
[![contrubitors](https://opencollective.com/verdaccio/contributors.svg?width=890&button=true)](../../graphs/contributors) [![contributors](https://opencollective.com/verdaccio/contributors.svg?width=890&button=true)](../../graphs/contributors)
### FAQ / Contact / Troubleshoot ### FAQ / Contact / Troubleshoot

View file

@ -4,6 +4,6 @@ This directory host the default configuration file, but you can find more here:
* [https://verdaccio.org/docs/en/installation](https://verdaccio.org/docs/en/installation) * [https://verdaccio.org/docs/en/installation](https://verdaccio.org/docs/en/installation)
* [Chat with us](http://chat.verdaccio.org) <- You need a Discord account * [Chat with us](http://chat.verdaccio.org) <- You need a Discord account
* [Follou us on Twitter](https://twitter.com/verdaccio_npm) * [Follow us on Twitter](https://twitter.com/verdaccio_npm)
Enjoy Verdaccio ! Enjoy Verdaccio !

View file

@ -1,4 +1,3 @@
# Docs # Docs
Documentation was moved here [http://www.verdaccio.org](http://www.verdaccio.org/docs/en/installation.html) Documentation was moved to [https://www.verdaccio.org](https://www.verdaccio.org/docs/en/installation.html)