Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/html
AgeCommit message (Collapse)Author
2019-11-05docs: migrate existing docs to gatsbyclaudiahdz
- chore(docs): remove html from docs build - feat(docs): migrate new Gatsby site to cli/docs - chore(docs): fix docs url path - chore(docs): add new build doc step - chore(docs): add static linking - chore(docs): add npm favicon - chore(docs): update files for tests - chore(docs): make relative paths absolute - chore(docs): fix routing on docs dependant tests - chore(docs): add prepublishOnly docs building step - chore(docs): add docs/public to .gitignore - chore(docs): rename dot json markdown files with hyphen names - chore(docs): clean package.json - chore(docs): highlight scripts in list - chore(docs): add strong styles - chore(docs): fix .json links on markdown - Added copy to the features page - Added an install page (copied from existing online docs) - Added a FeatureLink component to components/links.js - feat(docs): replace docs sh script with node - chore(docs): fix docs building process - chore(docs): docs folder cleanup PR-URL: https://github.com/npm/cli/pull/274 Credit: @claudiahdz Close: #274 Reviewed-by: @ruyadorno
2018-07-23docs: use https when possible. (#7)XhmikosR
PR-URL: https://github.com/npm/cli/pull/7 Credit: @XhmikosR Reviewed-By: @zkat
2018-07-18docs: update links in html (#19)Daijiro Wachi
PR-URL: https://github.com/npm/cli/pull/19 Credit: @watilde Reviewed-By: @zkat
2016-07-08html: optimize png images using zopflipngPeter Dave Hello
Credit: @PeterDaveHello PR-URL: https://github.com/npm/npm/pull/13250 Reviewed-By: @iarna
2016-07-08doc: fix html charset declarationKenan Yildirim
Fixes: https://github.com/npm/npm/issues/13225 PR-URL: https://github.com/npm/npm/pull/13315 Credit: @KenanY Reviewed-By: @iarna
2016-03-31html: update html/index.htmlDaijiro Wachi
+ Update Node.js download link + Update README link + Remove FAQ link + Remove Mailing List link + Fix typo: thorougly => thoroughly PR-URL: https://github.com/npm/npm/pull/12063 Credit: @watilde Reviewed-By: @zkat
2015-12-11doc: search.npmjs.org is outdatedMartin von Gagern
I can't reach a server called [`search.npmjs.org`](https://search.npmjs.org/), since there is no DNS record for it. I assume that these days one would use the search form on [`www.npmjs.com`](https://www.npmjs.com/). Credit: @gagern Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10700
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
This is a huge set of mostly mechanical changes. Going forward, all changes to the npm source base are expected to comply with `standard`, and it's been integrated into the test suite to enforce that. There are a few notes below about specific classes of changes that need to be handled specially for npm's code base. standard: "Expected error to be handled." `standard` only expects errors spelled "err" to be handled. `npm-registry-mock` never actually invokes its callback with an error, so in some cases I just changed it to be spelled "er" and called it good. standard: "Expected a "break" statement before 'case'." This behavior is actually on purpose, and I don't feel like rewriting the affected code right now (or, you know, ever). So I added code comments disabling the checks in the three applicable changes. standard: "x is a function." Rebinding functions created via declarations (as opposed to expressions) is a no-no? PR-URL: https://github.com/npm/npm/pull/8668
2015-01-09doc: replace "Node" Package Manger with "JavaScript"Lin Clark
2014-04-13doc: Add canonical urlisaacs
2014-03-18doc: include logo in footerisaacs
2014-02-26Move toc.js script into a fileisaacs
2014-02-07Replace references to isaacs/npm with npm/npm.Dylan Greene
2014-01-23Remove gubblebum blocky fontisaacs
It makes the headings in the html docs kind of hard to read, and also distributing the font file in this way has some awkward IP issues. (Using the font for the npm logo graphical asset is fine, only distributing the font file itself is problematic.)
2013-11-26Fixed typo in docs style.cssbitspill
2013-07-12doc: update build scripts for new structureisaacs
2012-10-04Fix #2850 Use https url for npmjs.org in docs etc.isaacs
2012-08-22Fix #2743 {list,ls}.html, pretty html help docsisaacs
2012-08-01Upload docs to new npm site as well as oldisaacs
2012-06-06Update Gubblebum Blocky license informationisaacs
Confirmed via email with Tardja Koster
2012-06-04Proper use of webfontisaacs
2012-04-30Some image cleanupsisaacs
2012-04-14s/one line install/zero line install/isaacs
2011-09-25Merge branch 'api-doc' into api-doc2isaacs
Conflicts: Makefile doc/cli/find.md lib/help.js man/man1/adduser.1 man/man1/bin.1 man/man1/build.1 man/man1/bundle.1 man/man1/cache.1 man/man1/changelog.1 man/man1/coding-style.1 man/man1/completion.1 man/man1/config.1 man/man1/developers.1 man/man1/docs.1 man/man1/faq.1 man/man1/find.1 man/man1/folders.1 man/man1/get.1 man/man1/global.1 man/man1/help-search.1 man/man1/home.1 man/man1/init.1 man/man1/install.1 man/man1/json.1 man/man1/link.1 man/man1/ln.1 man/man1/npm.1 man/man1/outdated.1 man/man1/prefix.1 man/man1/registry.1 man/man1/removing-npm.1 man/man1/rm.1 man/man1/root.1 man/man1/run-script.1 man/man1/scripts.1 man/man1/search.1 man/man1/semver.1 man/man1/set.1 man/man1/tag.1 man/man1/uninstall.1 man/man1/update.1 man/man1/version.1 man/man1/whoami.1 man/man3/author.3 man/man3/deprecate.3 man/man3/edit.3 man/man3/explore.3 man/man3/list.3 man/man3/ls.3 man/man3/owner.3 man/man3/pack.3 man/man3/prune.3 man/man3/publish.3 man/man3/rebuild.3 man/man3/restart.3 man/man3/start.3 man/man3/stop.3 man/man3/submodule.3 man/man3/test.3 man/man3/unpublish.3 man/man3/view.3 npm.js
2011-09-17Remove 'make doc' files from repoisaacs
2011-09-17Make doc for 1.0.29isaacs
2011-09-17make docisaacs
2011-09-13More thorough explanation on this point, for wikipediaisaacs
2011-09-10Document install algorithm better.isaacs
Thanks to @ded for the prod: https://twitter.com/ded/status/112215356692639744
2011-09-09Clearer 'where to sudo' instructionsisaacs
2011-09-09Remove some contrived SYNOPSISes, and just use the headingisaacs
2011-09-09Add some see-also links to npm-index(1)isaacs
2011-09-09Add README into index buildisaacs
2011-09-09make docisaacs
2011-09-09Build an index of all html documentation filesisaacs
2011-09-08Remove all reference to activate/deactivate from docs and commentsisaacs
2011-09-08Update version in docisaacs
2011-09-08Add 'curl|sudo sh' instructionsisaacs
2011-09-06Add gubblebum font locallyisaacs
2011-09-05more linkingisaacs
2011-09-05link adduser -> whoamiisaacs
2011-09-05help <-> help-searchisaacs
2011-09-05adduser <-> ownerisaacs
2011-09-05Doesn't feel finished without a footerisaacs
2011-09-05Add strict-ssl config, pass to requestisaacs
2011-09-05Add 'ca' configisaacs
2011-09-05Add the dash so the heading is formatted properisaacs
2011-09-04Don't underline the gubblebum text, but do highlight it on click/focusisaacs
2011-09-04Put style in a stylesheetisaacs
2011-09-04Move up the unpublish warningisaacs