Skip to content

Commit 5d53d64

Browse files
Add links to entities from DB-less mode doc (#3615)
1 parent 447f563 commit 5d53d64

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/gateway/db-less-mode.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ related_resources:
3131
url: /gateway/traditional-mode/
3232
- text: "CLI reference: kong config"
3333
url: /gateway/cli/reference/#kong-config
34+
- text: "{{site.base_gateway}} entity references"
35+
url: /gateway/entities/
3436
---
3537

36-
{{site.base_gateway}} can be run without a database using only in-memory storage for entities.
38+
{{site.base_gateway}} can be run without a database using only in-memory storage for [entities](/gateway/entities/).
3739
We call this DB-less mode. When running {{site.base_gateway}} DB-less, the configuration of
3840
entities is done in a second configuration file, in YAML or JSON, using declarative configuration.
3941

@@ -111,7 +113,7 @@ This will return the entire {{site.base_gateway}} configuration. Verify that `da
111113

112114
## Generate a declarative configuration file
113115

114-
To get started using declarative configuration, you need a JSON or YAML file containing {{site.base_gateway}} entity definitions.
116+
To get started using declarative configuration, you need a JSON or YAML file containing [{{site.base_gateway}} entity definitions](/gateway/entities/).
115117

116118
The following command generates a file named `kong.yml` in the current directory containing configuration examples:
117119

0 commit comments

Comments
 (0)