Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b1c08ab
Create handlebars templates
simon-dew Jan 17, 2026
d39bec1
Use handlebars templates
simon-dew Jan 17, 2026
54d5a93
Iterate through templates
simon-dew Jan 20, 2026
494b421
Switch everything to handlebars
simon-dew Jan 20, 2026
9de0248
Iterate over templates again
simon-dew Jan 22, 2026
6d2279d
Refine templates
simon-dew Jan 27, 2026
a46eac4
Get tag name from operation
simon-dew Jan 27, 2026
d04e301
Two-column model ToC
simon-dew Jan 27, 2026
4c22477
Output Nullable field
simon-dew Jan 27, 2026
ec9388d
Only show top-level models in the nav
simon-dew Jan 27, 2026
469dde3
Update Analytics Links spec with nullable fields
simon-dew Jan 27, 2026
c18d4ae
Fix Query Settings examples (jsonc → json)
simon-dew Jan 27, 2026
3e47ef0
Remove mustache templates
simon-dew Jan 27, 2026
2ad521d
Test output
simon-dew Jan 27, 2026
bcd1e25
Only show top-level models in the nav (fix)
simon-dew Jan 27, 2026
4b2dec3
Build output documentation
simon-dew Jan 27, 2026
53dad2a
Get rid of the italics
simon-dew Jan 27, 2026
65ad140
Use "yes" for unique items and nullable
simon-dew Jan 27, 2026
771171b
Add more icons to headings
simon-dew Jan 27, 2026
aacbe6b
Build output documentation
simon-dew Jan 27, 2026
92089ab
Revert "Add more icons to headings"
simon-dew Jan 28, 2026
28f16f3
Build output documentation
simon-dew Jan 28, 2026
1c92bb0
Minor addition: handle Redocly x-enumDescriptions
simon-dew Jan 28, 2026
e7d32f7
Updates after review
simon-dew Jan 28, 2026
2d8619a
Spaces are not valid in security schema names!
simon-dew Jan 29, 2026
41d2c5b
Update security schema to use x-displayName
simon-dew Jan 29, 2026
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
1 change: 1 addition & 0 deletions docs/modules/analytics-rest-admin/analytics-admin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ openApiGenerate {
generateAliasAsModel: "true"
]
generateAliasAsModel = true
engine = "handlebars"
}
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ components:

securitySchemes:
AnalyticsManageAnalyticsSelect:
x-displayName: Analytics Manage / Analytics Select
type: http
scheme: basic
description: |
Expand All @@ -775,6 +776,7 @@ components:
* Analytics Admin

ClusterReadPoolsRead:
x-displayName: Cluster Read / Pools Read
type: http
scheme: basic
description: |
Expand All @@ -786,6 +788,7 @@ components:
* Analytics Admin

AnalyticsManage:
x-displayName: Analytics Manage
type: http
scheme: basic
description: |
Expand Down
Loading