Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "develop" page links to native app & web app #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/views/develop/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<p class="text-secondary">Learn how to develop apps for webOS.</p>
<ul class="list-unstyled">
<li><a href="/develop/guides/env-setup">SDK configuration</a></li>
<li><a href="/develop/guides/web-app">Native app development</a></li>
<li><a href="/develop/guides/native-app">Web app development</a></li>
<li><a href="/develop/guides/native-app">Native app development</a></li>
<li><a href="/develop/guides/web-app">Web app development</a></li>
<li class="d-none dev-only"><a href="https://repo.webosbrew.org/submit">Publish to homebrew app repository</a>
</li>
<li><a href="/develop/guides">All guides</a></li>
Expand Down Expand Up @@ -78,4 +78,4 @@
<div class="row mt-2 g-3">
</div>
</section>
{{/page}}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welp, the GitHub editor loves newlines. I can fix it locally if you have codestyle rules to strip the newline.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch! add NL though :)

{{/page}}