4be1966a21
feat(aio): revise Docs page; docs version selector in sidenav
2017-04-28 09:40:39 +01:00
3f46645f5f
feat(aio): add Table of Contents (toc) component. ( #16078 )
2017-04-27 15:32:46 -07:00
cd5b1f306a
refactor(aio): move /guide/docs.md
to /marketing/docs.md
...
Because:
1. `docs` feels like a "top level" page, similar to `features`, `resources`, `events` etc.
2. This enables the ServiceWorker to pre-fetch/cache the document (similar to what happens with all
other direct children of `content/docs/`), without the need for special-casing it in
`ngsw-manifest.json`.
2017-04-27 10:14:32 +01:00
96648ba98a
fix(aio): fix incorrect image URLs in guides
2017-04-27 10:14:32 +01:00
6561d46349
refactor(aio): move content-related images to content/images/
2017-04-27 10:14:32 +01:00
249cd8c2ec
docs(aio): remove _blank target ( #16205 )
2017-04-24 11:23:45 -07:00
feda017c50
docs(aio): Fix decorator JS feature explanation ( #16214 )
2017-04-24 09:54:36 -07:00
4ac5096232
docs(aio): revised "Docs" page
2017-04-24 14:00:51 +01:00
446153675f
docs(aio): revise info architecture in navigation.json
2017-04-24 14:00:51 +01:00
bb1850a912
docs(aio): relocate images to match docs
2017-04-24 14:00:51 +01:00
93516ea8a1
docs(aio): rename cb- files and a few others
2017-04-24 14:00:51 +01:00
7a8bd99ab1
docs(aio): correct some minor typos in the form validation cookbook ( #16068 )
2017-04-21 13:37:28 -07:00
062fc4afee
docs(aio): change hardcoded links to the old site ( #16196 )
2017-04-21 10:10:19 -07:00
87ec8d13ce
docs(aio): remove doble title from setup
2017-04-21 16:26:08 +01:00
cbe5f78c1a
docs(aio): fix old jade on DI
2017-04-21 16:01:20 +01:00
4598af23c0
docs(aio): adjust zips/plunker paths
2017-04-21 09:56:45 +01:00
5461182e25
docs(aio): make glossary links work again ( #16201 )
2017-04-20 20:11:27 -07:00
134f542b36
docs(aio): fix spacing on l-sub-sections
2017-04-20 16:30:59 +01:00
c3727f330b
docs(aio): fix aot TOC list items
2017-04-20 16:30:59 +01:00
ccb6c45466
docs(aio): rename http guide
2017-04-20 16:01:44 +01:00
e9db74f937
fix(aio): style mods and content udpates ( #16138 )
...
Fixed capitalization in sidenav menu items
Add min height property to sidenav-content for better viewing on short pages or high resolution screens
Add dividier between change log items as before to h2
Table adjustments to reduce off-screen items
Update home page banner text and icon change, and fix banner img and mobile alignment
Fix and add links in doc landing page and change card footer text to reflect correct name
Removed docs landing page to rebase with master
PR Close #16138
2017-04-19 22:35:12 -05:00
05d1008a08
docs(aio): fix bad cookbook URL references for aot-compiler ( #16165 )
...
PR Close #16165
2017-04-19 22:34:21 -05:00
e07b7ea114
docs(aio): fix broken regions
2017-04-19 15:52:55 +01:00
c9983e6440
docs(aio): Fix reference to the right example
...
Fix reference to the right example (it's the second route in the example the one showing the route parameter, not the first one)
2017-04-19 11:56:17 +01:00
76269f4a1f
docs(aio): fix the broken docs guide
2017-04-19 11:49:32 +01:00
9d40ab9e20
docs(aio): rename ToH to match the guide name
2017-04-19 10:28:31 +01:00
691e86c9bf
docs(aio): fix minor typos in deployment guide
2017-04-19 10:21:53 +01:00
8fa4453aec
docs(aio): Testing Guide: Second matcher parameter
2017-04-19 10:19:57 +01:00
8b31178647
docs(aio): remove styling comments from cheatsheet
...
These comments were not designed to be rendered.
2017-04-19 10:14:41 +01:00
061475402c
docs(aio): final migration from old site
2017-04-12 21:01:55 +01:00
8659bd2c4b
docs(aio): template -> ng-template ( #15912 )
2017-04-12 12:28:09 -07:00
28c2a71cfc
docs(aio): revert file-trees back to original structure
...
This is an auto-migration from angular.io
2017-04-12 12:24:02 -07:00
df619adc76
docs(aio): update to remark syntax
2017-04-12 12:24:02 -07:00
0e38bf9de0
build(aio): new migration
2017-04-03 15:41:05 -07:00
46f8a6dd85
docs(aio): remove unnecessary blank lines
2017-03-31 16:22:08 +01:00
0aa90c6be4
feat(aio): add presskit and correct "/logos/angular2/"
2017-03-31 11:24:46 +01:00
d8c35c893b
docs(aio): move quickstarts and glossary into guide
2017-03-31 08:05:33 +01:00
2d14c3b17a
docs(aio): ensure blank lines before HTML blocks in markdown
2017-03-31 08:05:33 +01:00
fd72fad8fd
docs(aio): update migrated content from anguar.io
2017-03-28 10:21:46 +01:00
a6fd22c399
docs(aio): fix typo
2017-03-27 09:15:50 +01:00
ab40fcb068
docs(aio): fix relative links
...
The migrator was updated to automatically fix these links.
See fca5fb0280
and 3927b7a038
The result of this is that, going forward, we should ask
authors to include the path from the base href to the thing
being linked. E.g. guide/architecture#intro
2017-03-13 16:56:23 -07:00
1847550ad1
docs(aio): move cookbooks into guide
...
Also update all docs with migrated versions from latest angular.io
Fixes #14941
2017-03-13 16:56:23 -07:00
b70c881c00
docs(aio): fix paths to images
2017-03-06 22:27:32 -08:00
3e34ba01bd
docs(aio): migrate content docs from angular.io
...
This content was generated by a tool: https://github.com/petebacondarwin/aio-migrator
2017-02-23 23:23:58 -08:00