Skip to content

(docs): Update or get rid of reserved-binding-keys.md #956

@shimks

Description

@shimks

Came across reserved-binding-keys page in the docs and thought it needed to be updated to reflect the newest additions.

Another thought I had was that it was tedious for developers to update this page along with the more specialized docs they need to write.

My proposal is that this page be broken up and migrated into the appropriate pages. Alternatively, the page could be gotten rid of in favor of adding ts-docs in the source code to be generated into api-docs.

Details added as of March 12

Acceptance Criteria

  • for keys.ts in each package, make sure it has ts annotation documenting the purpose of the key. It should contain information on binding key type and description.

    • authentication
    • boot
    • context
    • core
    • metadata
    • openapi-spec-builder
    • openapi-v3-types
    • openapi-v3
    • repository-json-schema
    • repository
    • rest
  • Edit reserved-binding-keys.md so each package links to the appropriate section for it's reserved binding keys in apidocs.loopback.io.

  • Update the Page describing the process for creating a new loopback-next package to include a step to update the reserved-binding-keys.md page with a link to the reserved keys for the new package.

Example

CoreBindings.APPLICATION_CONFIG

TYPE DESCRIPTION
ApplicationConfig Binding key for application configuration

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions