Stefanie Fluin
fe4447d568
feat(docs-infra): simplify image styles and remove figure references ( #33748 )
...
Reference #33259
Removes figures elements as AIO is not typically using captions or image groups where figures would be necessary or appropriate
PR Close #33748
2019-11-14 09:27:02 -08:00
Németh Tamás
b97577bd94
docs: grammar fix ( #33170 )
...
PR Close #33170
2019-11-08 14:40:58 -08:00
Németh Tamás
4385cbaa65
docs: add missing word ( #33170 )
...
PR Close #33170
2019-11-08 14:40:58 -08:00
Santosh Yadav
0ca2a390d5
docs: app-name not rendering on browser ( #33613 )
...
Fixes #33612
PR Close #33613
2019-11-07 20:31:48 +00:00
TheMushr00m
66ab701606
docs: add example of a server in ruby for deployment ( #33418 )
...
PR Close #33418
2019-10-31 22:22:01 +00:00
thanhpd
2f6c97e93c
docs: remove redundant whitespaces and fix minor typos ( #33422 )
...
PR Close #33422
2019-10-29 11:39:17 -07:00
Andrus Diaz
2f3812a1ef
docs: add example of a server in golang for deployment ( #33092 )
...
PR Close #33092
2019-10-24 09:51:05 -07:00
Stefanie Fluin
ba29e4d953
feat(docs-infra): implement figure styles ( #33259 )
...
PR#28396 originally addressed an update via issue #23983 to make images more visible with a white background (implementation of gray "lightbox").
This PR implements those styles defined in PR#28396.
PR Close #33259
2019-10-23 12:59:34 -07:00
Diego Juliao
160547dad6
docs: update deployers table with ngx-deploy-npm ( #33269 )
...
ngx-deploy-npm is a custom deployer to publish Angular libraries to NPM
PR Close #33269
2019-10-21 11:28:18 -04:00
john li
5ae48d52e6
docs: fix typo in deployment guide ( #32777 )
...
The typo causes most of the callout to not appear on the page. The issue
appears at the bottom of the "Lazy loading" section on the live site:
https://angular.io/guide/deployment#lazy-loading
PR Close #32777
2019-09-27 10:32:38 -07:00
Santosh Yadav
9bbe67f286
docs: add clarification regarding development in older browsers in Deployment guide ( #32210 )
...
Fixes #32199
PR Close #32210
2019-08-30 13:53:11 -04:00
Ankit Prajapati
7c7fcd7ab8
docs: change lite-server baseDir path to output folder ( #32164 )
...
In lite-server baseDir, path should be the output folder path, So need to change `baseDir="dist"` to `baseDir="dist/project-name"`
PR Close #32164
2019-08-27 15:53:37 -07:00
mgechev
21bb74d16f
docs: improve structure ( #32227 )
...
PR Close #32227
2019-08-22 13:29:48 -07:00
mgechev
1d1ab37546
docs: fix typo ( #32227 )
...
PR Close #32227
2019-08-22 13:29:48 -07:00
mgechev
a00824c986
docs: restructure the ng deploy section ( #32227 )
...
PR Close #32227
2019-08-22 13:29:48 -07:00
mgechev
d5aca7ef51
docs: address comments in the ng deploy guide ( #32227 )
...
PR Close #32227
2019-08-22 13:29:47 -07:00
mgechev
47cc92f004
docs: fix broken links to deployment packages ( #32227 )
...
PR Close #32227
2019-08-22 13:29:47 -07:00
mgechev
e21e01ca22
docs: add ng deploy to the deployment guide ( #32227 )
...
PR Close #32227
2019-08-22 13:29:47 -07:00
George Kalpakas
a86850e3f2
refactor(docs-infra): remove obsolete `format` attribute from code examples ( #31674 )
...
The `format` attribute is an artifact of an old version of the docs
tooling (before moving it into the angular/angular repo) and no longer
does anything. People are still copy-pasting it from existing examples.
This commit removes all occurrences of the `format` attribute on code
examples.
PR Close #31674
2019-07-24 14:38:54 -07:00
George Kalpakas
1bcd58cee8
refactor(docs-infra): remove `linenums=false` since it is now the default ( #31674 )
...
PR Close #31674
2019-07-24 14:38:54 -07:00
Judy Bogart
fde016bc38
docs: fix typo in deployment page ( #31369 )
...
PR Close #31369
2019-07-02 11:29:11 -07:00
Alan
6c0cca093a
docs: couple of small UI fixes throughout some documents ( #31155 )
...
PR Close #31155
2019-06-27 09:51:28 -07:00
Romain Freydiger
1e7e065423
docs: correct indention for code example in deployment guide ( #31255 )
...
PR Close #31255
2019-06-25 14:44:34 -07:00
Judy Bogart
c5d1e1a3da
docs: fix bad tag ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
Judy Bogart
b1fe1aa8fa
docs: fix bad anchors ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
Judy Bogart
9177ffaf58
docs: fix code example formats ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
Judy Bogart
f4fe1f65be
docs: add instructions for es5 serve and test targets ( #31115 )
...
PR Close #31115
2019-06-19 15:52:46 -07:00
jenniferfell
1c3ee41902
docs: move old quick start content into new local setup guide ( #29651 )
...
PR Close #29651
2019-05-20 10:16:23 -07:00
dsychin
44cf981407
docs: remove mention of chrome 41 from differential loading ( #30390 )
...
PR Close #30390
2019-05-10 11:55:12 -07:00
Brandon Roberts
57c8f78c8f
docs: add Differential Loading section to deployment guide ( #29932 )
...
PR Close #29932
2019-04-22 16:30:20 -07:00
Judy Bogart
27ba4ac982
docs: reorg deployment guide with serve-from-disk info from CLI story ( #28217 )
...
PR Close #28217
2019-03-28 15:30:50 -07:00
Sasidhar Vanga
5e6e96d844
docs: fix GitHub pages deployment command ( #26896 )
...
closes #26803
PR Close #26896
2019-01-14 10:32:31 -08:00
Johannes Hoppe
96f4969a2b
docs: fix broken html for deployment.md ( #27851 )
...
without the closing quote the text and link are not displayed correctly
PR Close #27851
2019-01-10 17:03:54 -08:00
Igor Minar
62b4ff5250
docs: fixup deployment guide ( #26486 )
...
- remove sections that were not relevant (all the development stuff)
- fix incorrect info
PR Close #26486
2018-10-30 16:29:04 -04:00
Alan
c3643615fc
docs: replace `alert-is-helpful` with `alert is-helpful` ( #26497 )
...
PR Close #26497
2018-10-17 11:24:19 -07:00
jenniferfell
beebf7fe14
docs: change links to cli wiki to link to new aio docs ( #26489 )
...
PR Close #26489
2018-10-17 11:06:34 -07:00
jenniferfell
1657c997cd
docs: fix tbd link and minor edits ( #26404 )
...
PR Close #26404
2018-10-11 14:10:01 -07:00
thanhpd
4006c9b6e6
docs: fix spelling errors ( #26213 )
...
PR Close #26213
2018-10-05 14:18:19 -07:00
Judy Bogart
f455518d80
docs: integrate cli doc from wiki into main doc ( #25776 )
...
PR Close #25776
2018-09-27 15:33:47 -07:00
Stefanie Fluin
d523630ea2
docs(aio): cleanup aalert, callout, subsection use and author style ( #24986 )
...
PR Close #24986
2018-07-24 08:22:14 -07:00
Ricardo Varanda
fe8fe9ba9e
docs: update Angular CLI option for sourcemaps ( #24437 )
...
PR Close #24437
2018-06-25 07:53:26 -07:00
Brandon Roberts
fd9d1888ce
build(aio): align stackblitz files with Angular CLI V6 ( #23521 )
...
Also cleans up legacy references to `.angular-cli.json`
PR Close #23521
2018-05-02 15:00:57 -07:00
Kapunahele Wong
9eecb0b27f
docs: fix deployment sample path ( #22048 )
...
PR Close #22048
2018-02-22 13:40:57 -08:00
Anton Strogonoff
27196b676b
docs(aio): fix punctuation for clarity ( #21325 )
...
PR Close #21325
2018-01-08 16:12:24 -08:00
Ward Bell
03f080b7da
docs: Deployment guide for CLI ( #19839 )
2017-11-03 11:10:53 -07:00
Sergey Koshechkin
548a809a05
docs(aio): fix typo
...
PR Close #20042
2017-11-01 15:41:57 -04:00
Jesús Rodríguez
cd5bc64658
docs(aio): update headers for toc ( #16969 )
2017-05-26 13:28:06 -06:00
Jesús Rodríguez
03610526e5
docs(aio): remove hardcoded TOC
2017-05-04 15:51:37 -07:00
Jesus Rodriguez
ff32c53099
docs(aio): fix lots of broken links
...
Closes #16317
2017-05-01 15:51:26 -07:00
Jesús Rodríguez
249cd8c2ec
docs(aio): remove _blank target ( #16205 )
2017-04-24 11:23:45 -07:00