Closed
Description
Goal
The goal is to make sure our existing documentation is accurate. Documentation includes loopback.io and READMEs.
Tasks
- review all of the existing documentation for LoopBack 4
- identify problems with the documentation
- what is out of date?
- typos
- grammar mistakes
- examples that do not compile
- unclear/confusing examples
Rules
- If you're working on this issue, assign yourself to it (don't remove others!)
- To grab a section:
- Edit this issue and put your tag next to it
- Do not claim more than one section at a time
- If the issues you find are trivial to fix, make a PR to fix it (just get it done!)
- If anything requires discussion (not trivial), then make a new issue for it and discuss it there
- Once you've gone over the whole section, mark it complete and grab a new one
Documentation includes:
- Official documentation
- Installation (@dhmlau)
- Getting started
- once this PR https://github.com/strongloop/loopback.io/pull/601/files land, can revisit this page.
- Key concepts (@shimks)
- Using Components (@virkt25)
- Calling other APIs (@virkt25)
- Testing your application (@shimks)
- For current LoopBack users (@shimks)
- Command-line interface (@dhmlau)
- Best practices with LoopBack 4 (@shimks)
- Extending LoopBack 4 (@virkt25)
- Creating Components
- Creating Decorators
- Testing your extension
- Crafting LoopBack 4 (@dhmlau)
- Language-related concepts (we're thinking to remove this??) (@shimks)
- FAQ (@dhmlau)
- Reference (@dhmlau)
- Booting an Application (@dhmlau)
- READMEs
- authentication (@shimks)
- build (@dhmlau)
- cli (@dhmlau)
- context (@virkt25)
- core (@virkt25)
- example-getting-started (@kjdelisle)
- example-hello-world (@dhmlau)
- example-log-extension (@virkt25)
- example-rpc-server (@shimks)
- metadata (@virkt25)
- openapi-spec-builder(
@jannyHou@dhmlau)
- [ ] openapi-spec
- [ ] openapi-v2 - repository-json-schema (@shimks)
- repository (@shimks)
- rest
(@kjdelisle)(@virkt25) - testlab (@dhmlau)
- Example repo: loopback4-example-microservices (@b-admike)