Skip to content

Commit 0138aee

Browse files
docs(guide): update framework logos on progressive web app guide (#4293)
Co-authored-by: Brandy Smith <[email protected]>
1 parent 2f3b8cf commit 0138aee

File tree

7 files changed

+64
-21
lines changed

7 files changed

+64
-21
lines changed

docs/deployment/progressive-web-app.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ Because Ionic Apps are built with web technologies, they can run just as well as
1919
For the frameworks Ionic supports, we've created dedicated guides that go into more detail. Below are links for Angular, React, and Vue.
2020

2121
<DocsCards>
22-
<DocsCard header="Angular" href="../angular/pwa" img="/img/frameworks/angular.svg"></DocsCard>
23-
<DocsCard header="React" href="../react/pwa" img="/img/frameworks/react.svg"></DocsCard>
24-
<DocsCard header="Vue" href="../vue/pwa" img="/img/frameworks/vue.svg"></DocsCard>
22+
<DocsCard header="Angular" href="../angular/pwa" img="/img/frameworks/angular.svg">
23+
Get started with progressive web apps in Angular.
24+
</DocsCard>
25+
<DocsCard header="React" href="../react/pwa" img="/img/frameworks/react.svg">
26+
Get started with progressive web apps in React.
27+
</DocsCard>
28+
<DocsCard header="Vue" href="../vue/pwa" img="/img/frameworks/vue.svg">
29+
Get started with progressive web apps in Vue.
30+
</DocsCard>
2531
</DocsCards>

static/img/frameworks/angular.svg

Lines changed: 10 additions & 1 deletion
Loading

static/img/frameworks/javascript.svg

Lines changed: 10 additions & 0 deletions
Loading

static/img/frameworks/react.svg

Lines changed: 12 additions & 1 deletion
Loading

static/img/frameworks/vue.svg

Lines changed: 5 additions & 10 deletions
Loading

versioned_docs/version-v6/deployment/progressive-web-app.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ Because Ionic Apps are built with web technologies, they can run just as well as
1919
For the frameworks Ionic supports, we've created dedicated guides that go into more detail. Below are links for Angular and React.
2020

2121
<DocsCards>
22-
<DocsCard header="Angular" href="../angular/pwa" img="/img/frameworks/angular.svg"></DocsCard>
23-
<DocsCard header="React" href="../react/pwa" img="/img/frameworks/react.svg"></DocsCard>
24-
<DocsCard header="Vue" href="../vue/pwa" img="/img/frameworks/vue.svg"></DocsCard>
22+
<DocsCard header="Angular" href="../angular/pwa" img="/img/frameworks/angular.svg">
23+
Get started with progressive web apps in Angular.
24+
</DocsCard>
25+
<DocsCard header="React" href="../react/pwa" img="/img/frameworks/react.svg">
26+
Get started with progressive web apps in React.
27+
</DocsCard>
28+
<DocsCard header="Vue" href="../vue/pwa" img="/img/frameworks/vue.svg">
29+
Get started with progressive web apps in Vue.
30+
</DocsCard>
2531
</DocsCards>

versioned_docs/version-v7/deployment/progressive-web-app.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ Because Ionic Apps are built with web technologies, they can run just as well as
1919
For the frameworks Ionic supports, we've created dedicated guides that go into more detail. Below are links for Angular, React, and Vue.
2020

2121
<DocsCards>
22-
<DocsCard header="Angular" href="../angular/pwa" img="/img/frameworks/angular.svg"></DocsCard>
23-
<DocsCard header="React" href="../react/pwa" img="/img/frameworks/react.svg"></DocsCard>
24-
<DocsCard header="Vue" href="../vue/pwa" img="/img/frameworks/vue.svg"></DocsCard>
22+
<DocsCard header="Angular" href="../angular/pwa" img="/img/frameworks/angular.svg">
23+
Get started with progressive web apps in Angular.
24+
</DocsCard>
25+
<DocsCard header="React" href="../react/pwa" img="/img/frameworks/react.svg">
26+
Get started with progressive web apps in React.
27+
</DocsCard>
28+
<DocsCard header="Vue" href="../vue/pwa" img="/img/frameworks/vue.svg">
29+
Get started with progressive web apps in Vue.
30+
</DocsCard>
2531
</DocsCards>

0 commit comments

Comments
 (0)