Skip to content
Open
Show file tree
Hide file tree
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
119 changes: 0 additions & 119 deletions versioned_docs/version-4.5/developers/applications/define-routes.md

This file was deleted.

14 changes: 0 additions & 14 deletions versioned_docs/version-4.5/developers/components/built-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ title: Built-In Components
Harper provides extended features using built-in components. They do **not** need to be installed with a package manager, and simply must be specified in a config to run. These are used throughout many Harper docs, guides, and examples. Unlike external components which have their own semantic versions, built-in components follow Harper's semantic version.

- [Built-In Components](#built-in-components)
- [fastifyRoutes](#fastifyroutes)
- [graphql](#graphql)
- [graphqlSchema](#graphqlschema)
- [jsResource](#jsresource)
Expand All @@ -20,19 +19,6 @@ Harper provides extended features using built-in components. They do **not** nee

<!-- ## clustering -->

## fastifyRoutes
Copy link
Contributor

Choose a reason for hiding this comment

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

We likely want to keep this part as we'll still support fastify through this built in and there are customers actively using it on this version too. We aren't removing fastify support yet; just don't want to promote its use anymore


Specify custom endpoints using [Fastify](https://fastify.dev/).

This component is a [Resource Extension](./reference#resource-extension) and can be configured with the [`files`, `path`, and `root`](./reference#resource-extension-configuration) configuration options.

Complete documentation for this feature is available here: [Define Fastify Routes](../applications/define-routes)

```yaml
fastifyRoutes:
files: './routes/*.js'
```

## graphql

> GraphQL querying is **experimental**, and only partially implements the GraphQL Over HTTP / GraphQL specifications.
Expand Down
119 changes: 0 additions & 119 deletions versioned_docs/version-4.6/developers/applications/define-routes.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Harper provides extended features using built-in extensions. They do **not** nee
For more information read the [Components, Applications, and Extensions](../../developers/applications/) documentation section.

- [Built-In Extensions](#built-in-extensions)
- [fastifyRoutes](#fastifyroutes)
- [graphql](#graphql)
- [graphqlSchema](#graphqlschema)
- [jsResource](#jsresource)
Expand All @@ -31,19 +30,6 @@ dataLoader:
files: 'data/*.json'
```

## fastifyRoutes

Specify custom endpoints using [Fastify](https://fastify.dev/).

This component is a [Resource Extension](./extensions#resource-extension) and can be configured with the [`files` and `urlPath`](./extensions#resource-extension-configuration) configuration options.

Complete documentation for this feature is available here: [Define Fastify Routes](../../developers/applications/define-routes)

```yaml
fastifyRoutes:
files: 'routes/*.js'
```

## graphql

> GraphQL querying is **experimental**, and only partially implements the GraphQL Over HTTP / GraphQL specifications.
Expand Down
Loading