Skip to content

Commit

Permalink
[docs] New section "Quicklink extension" for home page. (#150)
Browse files Browse the repository at this point in the history
* Home section around over-prefetching.

* Over-prefetching partial.

* Changing carousel by content.

* quicklink chrome extension sub-section.
  • Loading branch information
demianrenzulli authored and addyosmani committed Dec 11, 2019
1 parent 75aa643 commit 468c231
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions site/src/_includes/components/chrome-extension.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{% extends "layouts/normal-section-wrapper.njk" %}
{% block section %}
{% sectionTitle "Chrome Extension" %}
{{ "We've developed a [Chrome extension](https://chrome.google.com/webstore/detail/quicklink-chrome-extensio/epmplkdcjhgigmnjmjibilpmekhgkbeg) that injects and initializes `Quicklink` in every site you visit." | markdown | safe }}
{{ "The extension can be used with the following purposes:" | markdown | safe }}

{{ "* To navigate the web faster." | markdown | safe }}
{{ "* To estimate the potential impact of `Quicklink` on a site, before implementing it (see [impact measurement guide](/measure))." | markdown | safe }}

{{ "The extension comes with a default set of URL patterns [to ignore](https://github.com/GoogleChromeLabs/quicklink#optionsignores) (e.g. signin, logout, etc). You can add more patterns, by clicking on the extension icon, and picking 'Options' from the drop-down menu." | markdown | safe }}
{{ "The code of the extension can be found at [this repository](https://github.com/demianrenzulli/quicklink-chrome-extension). Contributions are welcomed!" | markdown | safe }}

{% endblock %}
2 changes: 2 additions & 0 deletions site/src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ description: Faster subsequent page-loads by prefetching in-viewport links durin

{% include "components/over-prefetching.njk" %}

{% include "components/chrome-extension.njk" %}

{% include "components/use-with.njk" %}

0 comments on commit 468c231

Please sign in to comment.