30 Commits

Author SHA1 Message Date
sovtara
96175fdda2 docs: fix the property name in the example ()
AppHighlight directive from the example doesn't have myHighlight attribute.
It only has appHighlight property. So we should use appHighlight instead of myHighlight.

PR Close 
2021-04-16 17:25:39 -07:00
Kapunahele Wong
156f9f30ae docs: edit di providers doc ()
Edits copy and removes tokens and treeshaking
sections to reduce content duplication and keep
info focused. Moves provideParent() from di-navtree
to di providers.

PR Close 
2020-11-20 09:24:51 -08:00
Kapunahele Wong
61506404a9 docs: move di-in-action doc to conceptual ref section ()
Removes duplicate info, moves document into conceptual
reference section, but doesn't edit remaining content.
Groups two dependency injection documents together in
one expandable nav section.

PR Close 
2020-11-19 08:56:14 -08:00
ajitsinghkaler
4dbc871169 docs(core): fix typo in dependency injection guide (interactive --> interacting) ()
Fixes 

PR Close 
2020-01-21 13:03:04 -05:00
Judy Bogart
efdf347f9c docs: apply standard header case convention ()
PR Close 
2020-01-10 08:38:53 -08:00
Stefanie Fluin
fe4447d568 feat(docs-infra): simplify image styles and remove figure references ()
Reference 
Removes figures elements as AIO is not typically using captions or image groups where figures would be necessary or appropriate

PR Close 
2019-11-14 09:27:02 -08:00
thanhpd
27745c5d8c docs: added missing whitespaces ()
PR Close 
2019-10-29 11:40:48 -07:00
thanhpd
2f6c97e93c docs: remove redundant whitespaces and fix minor typos ()
PR Close 
2019-10-29 11:39:17 -07:00
Stefanie Fluin
ba29e4d953 feat(docs-infra): implement figure styles ()
PR#28396 originally addressed an update via issue  to make images more visible with a white background (implementation of gray "lightbox").

This PR implements those styles defined in PR#28396.

PR Close 
2019-10-23 12:59:34 -07:00
Yulia Tsareva
5265b74138 docs: fix typo in guide ()
PR Close 
2019-10-14 23:43:29 +00:00
George Kalpakas
1bcd58cee8 refactor(docs-infra): remove linenums=false since it is now the default ()
PR Close 
2019-07-24 14:38:54 -07:00
Nikita Potapenko
9e82cebe5b docs: clarify behavior of dependency injection at root injector ()
PR Close 
2019-02-19 12:33:48 -08:00
Judy Bogart
644e7a28d8 docs: add di-related api doc ()
PR Close 
2019-02-13 11:57:37 -08:00
William Marques
fc6dad40ac fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips ()
Closes 

PR Close 
2018-10-17 11:05:29 -07:00
thanhpd
4006c9b6e6 docs: fix spelling errors ()
PR Close 
2018-10-05 14:18:19 -07:00
Judy Bogart
2379ad1a4b docs: edit and organize di guide ()
PR Close 
2018-08-30 13:15:47 -04:00
Stefanie Fluin
d523630ea2 docs(aio): cleanup aalert, callout, subsection use and author style ()
PR Close 
2018-07-24 08:22:14 -07:00
Vani
4506230fbb docs: update contents to recommend new way of defining providers ()
PR Close 
2018-04-03 12:32:59 -07:00
Ward Bell
c03186013c docs: Dependency Injection guides for CLI ()
PR Close 
2017-11-14 10:00:28 -08:00
Victor Berchet
c723d42d0a refactor: fix typos () 2017-07-07 16:55:17 -07:00
Jesús Rodríguez
cd5bc64658 docs(aio): update headers for toc () 2017-05-26 13:28:06 -06:00
Jesus Rodriguez
b016984c04 docs(aio): resize images 2017-05-12 14:28:09 +01:00
Pete Bacon Darwin
9e661e58d1 docs(aio): image sweep ()
* fix(aio): allow code blocks to clear floated images

Previously the negative margin on the code headings were causing
floated images to overlay the start of a code block. Now all code block
successfully clear all floated elements.

* feat(aio): add a `.clear` class for clearing floating images

* fix(aio): tidy up image styles

The css rules for `img.right` and `img.left` allow authors easy
access to floating an image on the left or right, respectively.

The `.image-display` rule which was always found on a figure
has been simplified so that all figures have this styling. It is very
unlikely that a figure will be used outside the content area; and
at this time it seems like `figure` is as good an indicator that we
want this kind of styling as anything.

Now that images are all tagged with width and height values, we cannot
assume to modify these dimensions via CSS as it can cause the image to
lose its correct proportions.  Until we find a better solition we must set
`height` to `auto` when the screen width is below 1300px to ensure that
these images maintain their proportions as they get shrunk to fit.

* docs(aio): general tidy up of image HTML in guides

Previously, the guides have a lot of inline image styling and unnecessary
use of the `image-display` css class.
Images over 700px are problematic for guide docs, so those have been given
specific widths and associated heights.

* docs(aio): use correct anchor for "back to the top" link

The `#toc` anchor does not work when the page is
wide enough that the TOC is floating to the side.

* build(aio): add `#top-of-page` to path variants for link checking

Since the `#top-of-page` is outside the rendered docs
the `checkAnchorLinks` processor doesn't find them
as valid targets for links.
Adding them as a `pathVariant` solves this problem
but will still catch links to docs that do not actually exist.

* fix(aio): ensure that headings clear floated images

* fix(aio): do not force live-example embedded image to 100% size

This made them look too big, generally. Leaving them with no size means
that they will look reasonable in large viewports and switch to 100% width
in narrow viewports.
2017-05-09 15:53:32 -07:00
Jesús Rodríguez
03610526e5 docs(aio): remove hardcoded TOC 2017-05-04 15:51:37 -07:00
Peter Bacon Darwin
5b96fb9320 build(aio): rename src/content to src/generated
This commit will definitely require a clean up of your
working folder:

```
cd aio
git clean -xdf
yarn setup
```
2017-05-03 13:40:46 -07:00
Jesus Rodriguez
ff32c53099 docs(aio): fix lots of broken links
Closes 
2017-05-01 15:51:26 -07:00
Georgios Kalpakas
96648ba98a fix(aio): fix incorrect image URLs in guides 2017-04-27 10:14:32 +01:00
Georgios Kalpakas
6561d46349 refactor(aio): move content-related images to content/images/ 2017-04-27 10:14:32 +01:00
Ward Bell
bb1850a912 docs(aio): relocate images to match docs 2017-04-24 14:00:51 +01:00
Ward Bell
93516ea8a1 docs(aio): rename cb- files and a few others 2017-04-24 14:00:51 +01:00