Skip to content

Commit b507341

Browse files
committed
adding stubs
1 parent 39b0afc commit b507341

File tree

6 files changed

+35
-13
lines changed

6 files changed

+35
-13
lines changed

src/scss/page/_sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ aside.sidebar {
4242
line-height: 1.75;
4343

4444
> a {
45-
display: block;
45+
display: inline-block;
4646
max-width: fit-content;
4747
text-decoration: none;
4848
@extend .px-2;

src/views/develop/guides/_sidebar.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
* [Development Workflow](/develop/guides/workflow)
77
* :bi-code:Development
88
* [Web App](/develop/guides/web-app)
9-
* [Native App](/develop/guides/native-app)
9+
* [Native App](/develop/guides/native)
10+
* [UI](/develop/guides/native/ui)
11+
* [Media](/develop/guides/native/media)
12+
* [Networking](/develop/guides/native/net)
1013
* Startup Script
1114
* System Mods
1215
* :bi-bug:Debugging

src/views/develop/guides/env-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Install and configure the necessary tools for development
55
## Prerequisites
66

77
For web app development, you can use Linux, macOS, or Windows. For native app development, you need to use Linux or
8-
macOS.If you want to use Windows, you can use [Windows Subsystem for Linux (WSL)](https://aka.ms/wsl).
8+
macOS. If you want to use Windows, you can use [Windows Subsystem for Linux (WSL)](https://aka.ms/wsl).
99

1010
## Setup for Web App Development
1111

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Native App Development
2+
3+
---
4+
5+
{{> stub }}
6+
7+
Many apps on webOS are web apps. Such as Hulu, Spotify and most of the apps on the LG Content Store.
8+
9+
Content-based apps can be built easily with web technologies. However, for some use cases, native apps are more
10+
suitable.

src/views/develop/guides/native/ui.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# UI
2+
3+
---
4+
5+
{{> stub }}

src/views/guides/_sidebar.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# All Guides
22

3-
* [Rooting](/guides/rooting/)
4-
* [faultmanager](/guides/rooting/faultmanager/)
5-
* [dejavuln](/guides/rooting/dejavuln/)
6-
* [ASM](/guides/rooting/asm/)
7-
* [crashd](/guides/rooting/crashd/)
8-
* [WTA](/guides/rooting/wta/)
9-
* [RootMyTV](/guides/rooting/rootmytv/)
10-
* [GetMeNow](/guides/rooting/getmenow/)
11-
* [NVM](/guides/rooting/nvm/)
3+
* :bi-hash:[Rooting](/guides/rooting/)
4+
* [faultmanager](/guides/rooting/faultmanager/)
5+
* [dejavuln](/guides/rooting/dejavuln/)
6+
* [ASM](/guides/rooting/asm/)
7+
* [crashd](/guides/rooting/crashd/)
8+
* [WTA](/guides/rooting/wta/)
9+
* [RootMyTV](/guides/rooting/rootmytv/)
10+
* [GetMeNow](/guides/rooting/getmenow/)
11+
* [NVM](/guides/rooting/nvm/)
12+
1213
* :bi-sliders:System Customization
13-
* [Multiview](/guides/customize/multiview)
14+
* [Multiview](/guides/customize/multiview/)
15+
* Fix Jailer Config
16+
* Move Apps to USB
17+
* Remove Store Demo

0 commit comments

Comments
 (0)