Commit 8c08d36
authored
Index OpenAPI endpoints for Elasticsearch and Kibana (#2236)
* Index OpenAPI endpoints
* Enhance OpenAPI exporter with version filtering and update usage in Markdown exporters.
* Ensure api docs are LLM ready and we have stripped markdown version
* clean up html in some descriptions
* Abstract from stripped body
* Tweak API titles
* Ensure type is available on the frontend
* Tweak tests
* fix codeql suggestion1 parent 43d4814 commit 8c08d36
File tree
21 files changed
+665
-59
lines changed- aspire
- src
- Elastic.ApiExplorer
- Elasticsearch
- Elastic.Documentation.Configuration
- Elastic.Documentation.Site/Assets/web-components/SearchOrAskAi/Search
- Elastic.Documentation/Search
- Elastic.Markdown
- Exporters
- Elasticsearch
- Helpers
- Myst
- Directives/Version
- Renderers/LlmMarkdown
- api
- Elastic.Documentation.Api.Core/Search
- Elastic.Documentation.Api.Infrastructure/Adapters/Search
- services/Elastic.Documentation.Assembler
- tests
- Elastic.ApiExplorer.Tests
21 files changed
+665
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
108 | | - | |
| 109 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | | - | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 82 | | |
103 | 83 | | |
104 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
0 commit comments