1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
Commit Graph

95 Commits

Author SHA1 Message Date
Guillaume Delacour
d6d1e4adb9 docs: fixes typo (#945) 2018-08-24 14:35:54 +02:00
Juan Picado @jotadeveloper
652003feed
feat: update logos & add new page for logos on website (#941)
* chore: update svg logos

* chore: update logo assets (png)

thanks lisa for this upgrade

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>

* feat: add logo page

logo dimensions are missing here, we will figure out that later

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>

* chore: update link

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>

* chore: update link text

Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>
2018-08-24 09:18:49 +02:00
Girish Ramakrishnan
c2016ac9d6 docs: Add Cloudron to install.md (#939)
This adds the Cloudron package link to the installation docs.
The source code for the cloudron package resides at
https://git.cloudron.io/cloudron/verdaccio-app/

Fixes #938
2018-08-22 22:49:51 +02:00
Matthew Peveler
7d70824cd0 docs: fix typo/grammar (#927) 2018-08-17 06:44:52 +02:00
Diego Louzán
24b6176521 docs: document package regex syntax
make explicit the syntax used in the package configuration directives by
linking to the minimatch npm package used for the implementation
2018-08-13 17:53:08 +02:00
Abraham Schilling
36b580c36a
docs: Add plugin to the plugin list.
Add `verdaccio-github-oauth-ui` to the plugin list.
2018-07-31 17:58:12 +02:00
Juan Picado @jotadeveloper
e008b22f0e
Merge branch 'master' into feat-webui-scope 2018-07-31 12:31:04 +02:00
Peter Cools
f9e9383688 feat: adds option to set scope in webui instructions header
If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header e.g. npm set @coolsp:registry http://localhost:4873.
Added as webui.scope option in .yaml.
> Note: in .yaml, escape @ with \\@.

See also feature request #593.

Corrected typo myscopy --> myscope
2018-07-31 10:58:43 +02:00
Ashish Surana
cee185e133 docs: changes gitter link to Discord
- changes in website footer also
2018-07-31 12:51:26 +05:30
Peter Cools
507a3c7a7d feat: adds option to set scope in webui instructions header
If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header e.g. npm set @coolsp:registry http://localhost:4873.
Added as webui.scope option in .yaml.
> Note: in .yaml, escape @ with \\@.

See also feature request #593.

Removed changes to website/translated_docs and website/versioned_docs
And update docs/web.md and config.md
2018-07-30 21:11:36 +02:00
Juan Picado @jotadeveloper
b82b8f12a3
docs: small improvements 2018-07-22 20:23:53 +02:00
Michiel De Mey
11dcf798cc feat: adds support for external plugin directory (#532) 2018-07-18 14:53:08 +02:00
tzachshabtay
87ea8959d7
Fix typos 2018-07-16 16:13:49 -04:00
Taehyun Kim
b43b0de8a1
add verdaccio-github-oauth 2018-07-08 02:25:27 +09:00
Xavier Priour
e2bafb3b49
Mention access restrictions
Indicate that access restrictions apply to web UI as well as npm access (to avoid #804)
2018-07-06 08:41:46 +02:00
ayusharma
d7108aeed9 docs: update broken link in plugins 2018-06-25 09:40:35 +02:00
Juan Picado @jotadeveloper
50db21c1c8
chore: update link 2018-06-23 16:44:33 +02:00
Juan Picado @jotadeveloper
5fde4284c2
docs: update unit testing doc 2018-06-23 16:43:25 +02:00
Juan Picado @jotadeveloper
78ef24d79b
chore: update website
* display tweets
* big github button
* display new users
2018-06-17 01:23:19 +02:00
Juan Picado @jotadeveloper
4245636576
feat: add published package support to template
The package published can be printed into the template
Improve error handling
Improve notification documentation
2018-06-14 07:25:09 +02:00
Juan Picado @jotadeveloper
9159e2075d
chore: add stride notifications example 2018-06-13 07:16:12 +02:00
Ilya Zaytsev
1ca5298707 feat: added information about package publisher for notifications 2018-06-12 16:37:15 +07:00
Matt Shindala
a1de77543d
Fix path to cli.js in Windows NSSM documentation
I believe the path here is wrong. When I install verdaccio with NPM, that `src` folder does not exist. However, there is a `build` folder with a `cli.js`. When I changed `src` to `build` on my machine, the instructions here worked.
2018-06-08 17:33:22 -05:00
Adam Horacek
0b461e5cab docs: add verdaccio-profile-api reference 2018-06-07 18:03:33 +02:00
jharris4
e2c9938f79 docs: fix typo 2018-06-07 10:43:09 -04:00
jharris4
39aabd3155 docs: add scope proxy example and cleanup grammar/wording. 2018-06-07 10:43:09 -04:00
wsy
697ac036a5 docs: fix full.yaml url for wget 2018-06-04 16:07:58 +08:00
Juan Picado @jotadeveloper
5c353fd10b
docs: typo improve information 2018-05-31 11:11:35 +02:00
Juan Picado @jotadeveloper
8df186c5d5
fix: enable audit by default
For docker and new installations
2018-05-31 10:41:00 +02:00
Juan Picado @jotadeveloper
a22b3a4415
docs: update beta to latest 2018-05-31 10:32:46 +02:00
Juan Picado @jotadeveloper
ea0f5df3c0
Merge branch 'master' into fix-default-max-body-size-at-docs 2018-05-30 14:11:56 +02:00
Juan Picado @jotadeveloper
aa83470f04
Merge branch 'master' into fix-plugins-typo 2018-05-30 07:06:20 +02:00
Derek Schaller
344449bed2 fix reference to htpasswd plugin in auth docs 2018-05-29 15:29:44 -07:00
Derek Schaller
4336dcb401 fix spelling of built in auth docs 2018-05-29 15:21:50 -07:00
Derek Schaller
1e8eb0f59d fix access spelling in auth docs 2018-05-29 15:18:09 -07:00
Derek
a77227a912
Fix spelling of authentication in plugins doc 2018-05-29 14:32:09 -07:00
oleg
2c888f2625 show correct max_body_size at docs 2018-05-29 15:28:23 +03:00
Juan Picado @jotadeveloper
fdb6fcd9fb
docs: update dev plugins 2018-05-28 23:47:15 +02:00
Juan Picado @jotadeveloper
ff4d884425
docs: update uplink page 2018-05-27 08:10:05 +02:00
Juan Picado @jotadeveloper
5beed940dc
docs: update plugin list and information 2018-05-27 00:33:37 +02:00
Juan Picado @jotadeveloper
cc018c6829
docs: update uplink 2018-05-26 17:39:11 +02:00
Juan Picado @jotadeveloper
15ede7062a
docs: update uplink 2018-05-26 17:37:49 +02:00
Juan Picado @jotadeveloper
ce742b58fd
docs: update uplink
add header to section and link
2018-05-26 17:37:24 +02:00
Juan Picado @jotadeveloper
82720425a8
docs: update uplink configuration
cache does not avoid, it caches
2018-05-26 17:34:31 +02:00
Jérôme Tamarelle
ac4c18fb4e docs: Add a notif example for Google Hangouts Chat 2018-05-24 11:23:32 +02:00
Brian Muenzenmeyer
01f7969f3f
fix(docs): clarify usage of uplink auth property 2018-05-18 11:21:23 -05:00
Juan Picado @jotadeveloper
90b90e2d7b
docs: fix broken link 2018-05-15 07:22:49 +02:00
Juan Picado @jotadeveloper
2b4b0a4abb
docs: fix typo 2018-05-10 14:46:00 +02:00
Juan Picado @jotadeveloper
2803dd8526
docs(website): better titles for devops 2018-05-10 14:37:45 +02:00
Juan Picado @jotadeveloper
144129ffe0
docs(webiste): add chef page 2018-05-10 14:34:04 +02:00