Skip to content

Commit

Permalink
fix(docs): create a new page for HOWTOs sidebar section
Browse files Browse the repository at this point in the history
Rename "How tos" to "HOWTOs", I find "How tos" as difficult to read.

Add a new page `docs/site/Howtos.md` and use it to back "HOWTOs"
section. Before this change, both "HOWTOs" and "Key concenpts" were
sharing the same section page, which was confusing.
  • Loading branch information
bajtos committed Nov 26, 2018
1 parent b9570c8 commit d2b79f6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions docs/site/Howtos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
lang: en
title: 'HOWTOs'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/Howtos.html
---

We provide the following "how to" guides:

- [Exposing GraphQL APIs](exposing-graphql-apis.md): a tutorial showing how to
expose GraphQL APIs in an existing LoopBack application.

- [Deploying to IBM Cloud](Deploying-to-IBM-Cloud.md): a basic guide for
deploying LoopBack 4 applications to IBM Cloud using Cloudfoundry.

- [Serving static files](Serving-static-files.md): a guide for setting up static
assets (e.g. HTML5 front-end).

- [Database migrations](Database-migrations.md): a tutorial showing how to
automatically update the database schema to match the models defined by the
application.
4 changes: 2 additions & 2 deletions docs/site/sidebars/lb4_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ children:
url: Error-handling.html
output: 'web, pdf'

- title: 'How tos'
url: Concepts.html
- title: 'HOWTOs'
url: Howtos.html
output: 'web, pdf'
children:
- title: 'Exposing GraphQL APIs'
Expand Down

0 comments on commit d2b79f6

Please sign in to comment.