-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): create a new page for HOWTOs sidebar section
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
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/How-tos.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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters