Skip to content

Commit

Permalink
more OpenGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Aug 1, 2024
1 parent 6d5e826 commit e06019d
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions learn/haxe-openfl/build-air.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Build a Feathers UI project as an Adobe AIR mobile or desktop app
layout: "docs.html"
sidebarTitle: Adobe AIR
ogDescription: "Build for Android, iOS, Windows, and macOS with Haxe and the Adobe AIR SDK"
ogImageURL: /img/feathersui-adobe-air-og.png
---

[Feathers UI](/) may be used to build mobile and desktop applications targeting the [Adobe AIR](https://airsdk.dev) runtime, maintained by [HARMAN](https://airsdk.harman.com/).
Expand Down
2 changes: 2 additions & 0 deletions learn/haxe-openfl/build-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Build a Feathers UI project as an Android app
layout: "docs.html"
sidebarTitle: Android
ogDescription: "Native Android C++ mobile app with Haxe and Feathers UI"
ogImageURL: /img/feathersui-android-og.png
---

[Feathers UI](/) may be used to build mobile applications targeting Google's Android operating system.
Expand Down
2 changes: 2 additions & 0 deletions learn/haxe-openfl/build-electron.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Build a Feathers UI project as an Electron desktop app
layout: "docs.html"
sidebarTitle: Electron
ogDescription: "Build for Windows, macOS, and Linux with Haxe and Electron"
ogImageURL: /img/feathersui-electron-og.png
---

[Feathers UI](/) may be used to build [Electron](https://www.electronjs.org) desktop applications with HTML/JS.
Expand Down
2 changes: 2 additions & 0 deletions learn/haxe-openfl/build-hashlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Build a Feathers UI project as a HashLink VM desktop app
layout: "docs.html"
sidebarTitle: HashLink VM
ogDescription: "Build for Windows, macOS, and Linux with Haxe and HashLink"
ogImageURL: /img/feathersui-hashlink-og.png
---

[Feathers UI](/) may be used to build desktop applications targeting the [HashLink](https://hashlink.haxe.org) virtual machine.
Expand Down
2 changes: 2 additions & 0 deletions learn/haxe-openfl/build-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Build a Feathers UI project as an iOS app
layout: "docs.html"
sidebarTitle: iOS
ogDescription: "Native iOS C++ mobile app with Haxe and Feathers UI"
ogImageURL: /img/feathersui-ios-og.png
---

[Feathers UI](/) may be used to build mobile applications targeting Apple's iOS operating system (including iPadOS).
Expand Down
2 changes: 2 additions & 0 deletions learn/haxe-openfl/build-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Build a Feathers UI project as a Linux app
layout: "docs.html"
sidebarTitle: Linux
ogDescription: "Native Linux C++ desktop app with Haxe and Feathers UI"
ogImageURL: /img/feathersui-linux-og.png
---

[Feathers UI](/) may be used to build desktop applications targeting Linux distributions.
Expand Down
2 changes: 2 additions & 0 deletions learn/haxe-openfl/build-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Build a Feathers UI project as a macOS app
layout: "docs.html"
sidebarTitle: macOS
ogDescription: "Native macOS C++ desktop app with Haxe and Feathers UI"
ogImageURL: /img/feathersui-macos-og.png
---

[Feathers UI](/) may be used to build desktop applications targeting Apple's macOS operating system.
Expand Down
2 changes: 2 additions & 0 deletions learn/haxe-openfl/build-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Build a Feathers UI project as an HTML/JS web app
layout: "docs.html"
sidebarTitle: Web
ogDescription: "Native HTML and JavaScript web app with Haxe and Feathers UI"
ogImageURL: /img/feathersui-html5-og.png
---

[Feathers UI](/) may be used to build web applications targeting all modern web browsers — supporting both desktop and mobile. Built on top of [OpenFL](https://openfl.org/), Feathers UI components may be rendered using WebGL, Canvas, or the HTML DOM.
Expand Down
2 changes: 2 additions & 0 deletions learn/haxe-openfl/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Build a Feathers UI project as a Windows app
layout: "docs.html"
sidebarTitle: Windows
ogDescription: "Native Windows C++ desktop app with Haxe and Feathers UI"
ogImageURL: /img/feathersui-windows-og.png
---

[Feathers UI](/) may be used to build desktop applications targeting Microsoft's Windows operating system.
Expand Down
2 changes: 2 additions & 0 deletions learn/haxe-openfl/terminal-new-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Create a Feathers UI project in a Terminal / Command Line
layout: "docs.html"
sidebarTitle: Terminal / Command Line
ogDescription: "haxelib run feathersui new-project HelloWorld"
ogImageURL: /img/feathersui-terminal-create-project-og.png
---

Create [Feathers UI](/) projects with [Haxe](https://haxe.org/) and [OpenFL](https://openfl.org/) in a terminal / CLI, and learn the commands needed to build your project, or run it with different targets.
Expand Down
2 changes: 2 additions & 0 deletions learn/haxe-openfl/visual-studio-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Create a Feathers UI project in Visual Studio Code
layout: "docs.html"
sidebarTitle: Visual Studio Code
ogDescription: "Start by opening the Command Palette in VSCode…"
ogImageURL: /img/feathersui-vscode-og.png
---

With a few free extensions, [Visual Studio Code](https://code.visualstudio.com/) may be configured as a fully-featured development environment for [Feathers UI](/) projects built with [Haxe](https://haxe.org/) and [OpenFL](https://openfl.org/).
Expand Down
Binary file added static/img/feathersui-adobe-air-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/feathersui-android-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/feathersui-electron-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/feathersui-hashlink-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/feathersui-html5-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/feathersui-ios-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/feathersui-linux-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/feathersui-macos-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/feathersui-vscode-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/feathersui-windows-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e06019d

Please sign in to comment.