Skip to content

Commit b473515

Browse files
.
1 parent 3bd022d commit b473515

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
* [Architecture](technical-details/reference/architecture.md)
114114
* [Blob](technical-details/reference/blob.md)
115115
* [Content Types](technical-details/reference/content-types.md)
116-
* Components
116+
* [Components](technical-details/reference/components/README.md)
117117
* [Built-In](technical-details/reference/components/built-in.md)
118118
* [Configuration](technical-details/reference/components/configuration.md)
119119
* [Managing Applications](technical-details/reference/components/managing-applications.md)

docs/developers/applications/README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,7 @@ Harper does not currently include any built-in applications, making "custom appl
7474

7575
This guide is going to walk you through building a basic Harper application using a set of built-in extensions.
7676

77-
Complete reference documentation for all built-ins, extensions, and plugins is available in the Technical Details section of the documentation.
78-
- [Built-In Extensions](../../technical-details/reference/components/built-in.md)
79-
- [Extension API Reference](../../technical-details/reference/components/extensions.md)
80-
- [Plugin API Reference](../../technical-details/reference/components/plugins.md)
81-
82-
### Custom Applications
83-
84-
- [`@harperdb/status-check`](https://github.com/HarperDB/status-check)
85-
- [`@harperdb/prometheus-exporter`](https://github.com/HarperDB/prometheus-exporter)
86-
- [`@harperdb/acl-connect`](https://github.com/HarperDB/acl-connect)
87-
88-
### Custom Extensions
89-
90-
- [`@harperdb/nextjs`](https://github.com/HarperDB/nextjs)
91-
- [`@harperdb/apollo`](https://github.com/HarperDB/apollo)
92-
- [`@harperdb/astro`](https://github.com/HarperDB/astro)
77+
> The Technical Details section of the documentation contains a [complete reference for all aspects of components](../../technical-details/reference/components), applications, extensions, and more.
9378
9479
## Custom Functionality with JavaScript
9580

docs/technical-details/reference/components/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,16 @@ This technical reference section has detailed information on various component s
2020
- [Configuration](./configuration.md)
2121
- [Managing Applications](./managing.md)
2222
- [Extensions](./extensions.md)
23-
- [(Experimental) Plugins](./plugins.md)
23+
- [(Experimental) Plugins](./plugins.md)
24+
25+
## Custom Applications
26+
27+
- [`@harperdb/status-check`](https://github.com/HarperDB/status-check)
28+
- [`@harperdb/prometheus-exporter`](https://github.com/HarperDB/prometheus-exporter)
29+
- [`@harperdb/acl-connect`](https://github.com/HarperDB/acl-connect)
30+
31+
## Custom Extensions
32+
33+
- [`@harperdb/nextjs`](https://github.com/HarperDB/nextjs)
34+
- [`@harperdb/apollo`](https://github.com/HarperDB/apollo)
35+
- [`@harperdb/astro`](https://github.com/HarperDB/astro)

0 commit comments

Comments
 (0)