Skip to content

Commit dc071ef

Browse files
authored
Merge pull request #222 from Kuadrant/cel
docs(CEL): added CEL docs to Concepts section
2 parents 637de7f + 13219d3 commit dc071ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mkdocs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ plugins:
101101
- /doc/user-guides/observability/token-metrics.md
102102
- /doc/extensions/planpolicy.md
103103
- /doc/user-guides/planpolicy/plan-based-rate-limiting.md
104+
- /doc/cel/introduction.md
105+
- /doc/cel/standard.md
106+
- /doc/cel/extensions/optional.md
107+
- /doc/cel/extensions/strings.md
104108
- /doc/images/*
105109
- name: authorino
106110
import_url: https://github.com/kuadrant/authorino?edit_uri=/blob/main/&branch=main
@@ -216,6 +220,11 @@ nav:
216220
- 'TokenRateLimitPolicy': kuadrant-operator/doc/overviews/token-rate-limiting.md
217221
- 'TelemetryPolicy': kuadrant-operator/doc/overviews/telemetrypolicy.md
218222
- 'PlanPolicy': kuadrant-operator/doc/extensions/planpolicy.md
223+
- 'CEL':
224+
- 'Introduction': kuadrant-operator/doc/cel/introduction.md
225+
- 'Standard library': kuadrant-operator/doc/cel/standard.md
226+
- 'Optional type': kuadrant-operator/doc/cel/extensions/optional.md
227+
- 'String extensions': kuadrant-operator/doc/cel/extensions/strings.md
219228
- 'APIs & Reference':
220229
- 'AuthPolicy': kuadrant-operator/doc/reference/authpolicy.md
221230
- 'DNSPolicy': kuadrant-operator/doc/reference/dnspolicy.md

0 commit comments

Comments
 (0)