Skip to content

Commit

Permalink
- add links for Desktop app tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketlaunchr-cto committed Sep 21, 2019
1 parent 66ae707 commit bd10773
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/desktop-app-go-react/bundle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Bundle
date: 2019-09-01
draft: false
exclude_search: false
---

ElectronAlert is a beautiful and developer-friendly alert for [Electron](https://electronjs.org/) applications. It is powered by [SweetAlert2](https://sweetalert2.github.io) and works directly from the main process.
8 changes: 8 additions & 0 deletions content/desktop-app-go-react/distribution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Distribution
date: 2019-09-01
draft: false
exclude_search: false
---

ElectronAlert is a beautiful and developer-friendly alert for [Electron](https://electronjs.org/) applications. It is powered by [SweetAlert2](https://sweetalert2.github.io) and works directly from the main process.
8 changes: 8 additions & 0 deletions content/desktop-app-go-react/main.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Main
date: 2019-09-01
draft: false
exclude_search: false
---

ElectronAlert is a beautiful and developer-friendly alert for [Electron](https://electronjs.org/) applications. It is powered by [SweetAlert2](https://sweetalert2.github.io) and works directly from the main process.
8 changes: 8 additions & 0 deletions content/desktop-app-go-react/prerequisites.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Prerequisites
date: 2019-09-01
draft: false
exclude_search: false
---

ElectronAlert is a beautiful and developer-friendly alert for [Electron](https://electronjs.org/) applications. It is powered by [SweetAlert2](https://sweetalert2.github.io) and works directly from the main process.
8 changes: 8 additions & 0 deletions content/desktop-app-go-react/renderer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Renderer
date: 2019-09-01
draft: false
exclude_search: false
---

ElectronAlert is a beautiful and developer-friendly alert for [Electron](https://electronjs.org/) applications. It is powered by [SweetAlert2](https://sweetalert2.github.io) and works directly from the main process.
8 changes: 8 additions & 0 deletions content/desktop-app-go-react/setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Setup
date: 2019-09-01
draft: false
exclude_search: false
---

ElectronAlert is a beautiful and developer-friendly alert for [Electron](https://electronjs.org/) applications. It is powered by [SweetAlert2](https://sweetalert2.github.io) and works directly from the main process.
34 changes: 34 additions & 0 deletions themes/hexohugoincubator/layouts/partials/searchscript.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,40 @@
"type": "link",
"path": "/electron-alert"
},
{
"text": "Go+React Desktop Tutorial",
"type": "label",
},
{
"text": "Prerequisites",
"type": "link",
"path": "/desktop-app-go-react/prerequisites"
},
{
"text": "Electron Setup",
"type": "link",
"path": "/desktop-app-go-react/setup"
},
{
"text": "Renderer Process",
"type": "link",
"path": "/desktop-app-go-react/renderer"
},
{
"text": "Main Process",
"type": "link",
"path": "/desktop-app-go-react/main"
},
{
"text": "Bundle Javascript",
"type": "link",
"path": "/desktop-app-go-react/bundle"
},
{
"text": "Distribution",
"type": "link",
"path": "/desktop-app-go-react/distribution"
},
{
"text": "Cross Platform",
"type": "label",
Expand Down

0 comments on commit bd10773

Please sign in to comment.