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

docs: make DEVELOPING.md to be part of docs #2068

Merged
merged 1 commit into from
Nov 26, 2018
Merged
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
9 changes: 9 additions & 0 deletions docs/site/DEVELOPING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
lang: en
title: 'Contributing code in LoopBack 4'
keywords: LoopBack 4.0, contributing, community
Copy link
Member

Choose a reason for hiding this comment

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

Is "LoopBack 4.0" a known keyword? I mean do we need to register it somewhere in a YAML file?

Copy link
Member Author

Choose a reason for hiding this comment

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

Looks like most (if not all) docs pages are using LoopBack 4.0. I searched for this term and 86 occurrences.
I didn't find any instructions about registering the keywords. Do you know how I can do that?

sidebar: contrib_sidebar
permalink: /doc/en/contrib/code-contrib-lb4.html
toc: false
---

# Developing LoopBack

This document describes how to develop modules living in loopback-next monorepo.
Expand Down