diff --git a/docs/site/FAQ.md b/docs/site/FAQ.md index f48802eae86e..c7e4385a3983 100644 --- a/docs/site/FAQ.md +++ b/docs/site/FAQ.md @@ -17,36 +17,22 @@ summary: LoopBack 4 is a completely new framework, also known as LoopBack-Next. See [Crafting LoopBack 4](Crafting-LoopBack-4.md) for more details. -### What’s the timeline for LoopBack 4? - -See -[Upcoming releases](https://github.com/strongloop/loopback-next/wiki/Upcoming-Releases). - ### Where are the tutorials? See [Examples and tutorials](Examples-and-tutorials.md). -### What features are planned ? - -- 100% promise-based APIs and async and await as first-class keywords. -- Being able to choose to use JavaScript or TypeScript. -- Better extensibility, ability to override any aspect of the framework (for - example, no more built-in User - model pain, easily replace parts of ACL with - your own). -- Define APIs / remote methods with OpenAPI (Swagger). -- Organize business and other logic into controllers with their own opinionated - API or generate an PersistedModel style API. -- Better routing performance -- React SDK -- Create GraphQL based APIs -- GraphQL => juggler integration -- Advanced declarative caching support -- New DSL for defining APIs / Models -- Completely new tooling w/ Visual Studio Code integration -- More at - [Feature proposals](https://github.com/strongloop/loopback-next/wiki/Feature-proposals) - -Add your feature requests at +### What features are planned? + +Our roadmap is captured in +[here](https://github.com/strongloop/loopback-next/labels/roadmap). You can also +check out our +[monthly milestone plans](https://github.com/strongloop/loopback-next/labels/Monthly%20Milestone). + +For LoopBack 3 users, here is the list of LB3 feature parity we wish to be +implemented in the future: +https://github.com/strongloop/loopback-next/issues/1920. + +Do you have some other features in mind? Add your feature requests at [loopback-next/issues/new](https://github.com/strongloop/loopback-next/issues/new). ### Why TypeScript? diff --git a/docs/site/LoopBack-3.x.md b/docs/site/LoopBack-3.x.md index fb3d46d563ed..1a6bca4eebe3 100644 --- a/docs/site/LoopBack-3.x.md +++ b/docs/site/LoopBack-3.x.md @@ -110,10 +110,3 @@ Some of the highlights of LoopBack 4 include: - Services: interact with existing REST APIs, SOAP Web Services, and other forms of services/microservices - Refactor the ORM into separate modules for different concerns - -## Tentative roadmap - -> Disclaimer: The release plan is tentative and it's subject to changes as the -> core team and community contributors make progress incrementally. - -- [Upcoming releases](https://github.com/strongloop/loopback-next/wiki/Upcoming-Releases) diff --git a/docs/site/Preparing-the-API-for-consumption.shelved.md b/docs/site/Preparing-the-API-for-consumption.shelved.md index f7fab2caab10..55c0b6d3d4c3 100644 --- a/docs/site/Preparing-the-API-for-consumption.shelved.md +++ b/docs/site/Preparing-the-API-for-consumption.shelved.md @@ -6,10 +6,6 @@ sidebar: lb4_sidebar permalink: /doc/en/lb4/Preparing-the-API-for-consumption.html --- -{% include previous.html content=" This article continues -from [Implementing features](./Implementing-features.md). -" %} - ## Preparing your API for consumption ### Interacting with your API