Skip to content
Open
Show file tree
Hide file tree
Changes from 173 commits
Commits
Show all changes
180 commits
Select commit Hold shift + click to select a range
2c197f7
Add CLI command documentation drafts
Mpdreamz Sep 29, 2025
771b84b
organize cli command documentation
Mpdreamz Sep 30, 2025
f72e837
Merge remote-tracking branch 'origin/main' into feature/cli-documenta…
Mpdreamz Sep 30, 2025
335d7a6
stage changes
Mpdreamz Sep 30, 2025
9b65802
Finish documenting cli commands
Mpdreamz Sep 30, 2025
69bf2d2
Cleanup migration
Mpdreamz Sep 30, 2025
1daf6c8
touchups
Mpdreamz Sep 30, 2025
a030f85
stage
Mpdreamz Sep 30, 2025
8ed7a3b
stage
Mpdreamz Sep 30, 2025
0bfe134
First pass of claude over building blocks
Mpdreamz Sep 30, 2025
7887ee2
Expanded building blocks
Mpdreamz Oct 1, 2025
6d7f430
update building blocks
Mpdreamz Oct 1, 2025
9a9f20b
update building blocks
Mpdreamz Oct 1, 2025
0c617c5
Include navigation building blocks
Mpdreamz Oct 1, 2025
e593ff0
Small touchups
Mpdreamz Oct 1, 2025
2e0cfd4
update redirects
Mpdreamz Oct 1, 2025
ea39746
Apply suggestions from code review
Mpdreamz Oct 1, 2025
b3b5309
Sentence case
Mpdreamz Oct 1, 2025
eb5f50d
fix links
Mpdreamz Oct 1, 2025
73d827f
List items full stop
Mpdreamz Oct 1, 2025
9a0d94d
colons in list not dashes
Mpdreamz Oct 1, 2025
d552c73
fix test
Mpdreamz Oct 1, 2025
62e97f7
Start on isolated docset config reader
Mpdreamz Oct 1, 2025
855b2b6
Stage before invoking AI
Mpdreamz Oct 1, 2025
1b3aac0
Start on new isolated navigation building
Mpdreamz Oct 2, 2025
b55e06b
toc nesting restrictions
Mpdreamz Oct 2, 2025
011584c
Continue with documentation set navigation, generated a lot of tests,…
Mpdreamz Oct 2, 2025
0384945
Reorg tests
Mpdreamz Oct 2, 2025
c2d9780
chop of /index
Mpdreamz Oct 2, 2025
8a73ddb
encapsulate more rules
Mpdreamz Oct 2, 2025
273908b
explicitly return IndexFileRef when deserialzing the configuration fo…
Mpdreamz Oct 2, 2025
9a103cc
Read through nested toc.yml file definitions
Mpdreamz Oct 2, 2025
295c823
Brand new navigation.yml deserialization
Mpdreamz Oct 2, 2025
0b7a9b4
Initial version of SiteNavigation
Mpdreamz Oct 2, 2025
1fae41b
Post claude test fixes
Mpdreamz Oct 2, 2025
faf31ea
Start on SiteDocumentationNavigation tests
Mpdreamz Oct 2, 2025
3853d09
stage broken state
Mpdreamz Oct 2, 2025
26daf61
stage
Mpdreamz Oct 2, 2025
5835e21
stage
Mpdreamz Oct 2, 2025
14bcfeb
fix tests manually
Mpdreamz Oct 2, 2025
c23eb1b
path_prefix is required now and added more tests
Mpdreamz Oct 2, 2025
763121e
Stage work on path prefix providers
Mpdreamz Oct 2, 2025
ac68fe5
Stage work tests passing again
Mpdreamz Oct 2, 2025
f079581
Add failing test
Mpdreamz Oct 3, 2025
9345203
Refactor TOC navigation handling to simplify nested validation logic …
Mpdreamz Oct 3, 2025
3358f74
fix tests
Mpdreamz Oct 3, 2025
1f4ffc6
Merge remote-tracking branch 'origin/main' into refactor/navigation
Mpdreamz Oct 3, 2025
0cb96f1
dotnet format namespaces
Mpdreamz Oct 3, 2025
12ce150
dotnet format namespaces
Mpdreamz Oct 3, 2025
754b191
Merge remote-tracking branch 'origin/main' into refactor/navigation
Mpdreamz Oct 3, 2025
baeba6e
Add explicit YamlMember
Mpdreamz Oct 3, 2025
9227e26
inject creating IDocumentationFile
Mpdreamz Oct 3, 2025
c1d81d6
stage
Mpdreamz Oct 3, 2025
00f65d3
Preserve covariance of interface
Mpdreamz Oct 6, 2025
0c5c82a
Start on moving the new navigation into position
Mpdreamz Oct 6, 2025
21de5d8
Started on removing GlobalNavigation
Mpdreamz Oct 6, 2025
903d714
TocItem just reads path (dumb) its up to nav to preserve relative path
Mpdreamz Oct 6, 2025
5a777b8
commit failing test
Mpdreamz Oct 6, 2025
6a77e32
fix deeply linked children, especially those with a parent deep/linke…
Mpdreamz Oct 6, 2025
6a1671d
increased complexity of test
Mpdreamz Oct 6, 2025
916366e
Fix FileInfo property
Mpdreamz Oct 6, 2025
d24e490
Get rid od Markdown.Url, navigation builds urls
Mpdreamz Oct 7, 2025
cd42982
Remove TableOfContentsTree
Mpdreamz Oct 7, 2025
20b3abe
remove CrossLinkNavigationItem
Mpdreamz Oct 7, 2025
19b688b
remove FileNavigationItem
Mpdreamz Oct 7, 2025
d307260
Remove DocumentationGroup
Mpdreamz Oct 7, 2025
1f8e1bc
remove namespace usages
Mpdreamz Oct 7, 2025
d0ec3b0
Move new navigation into place
Mpdreamz Oct 7, 2025
5e46a28
fix compilation of ApiExplorer needs revisiting
Mpdreamz Oct 8, 2025
7cbb599
stage commit
Mpdreamz Oct 8, 2025
ad27f98
stage
Mpdreamz Oct 8, 2025
5871376
Simplify folder and TOC children validation logic
Mpdreamz Oct 8, 2025
3c80da9
Update tests
Mpdreamz Oct 8, 2025
10ab418
Refactor TOC path construction to support TemporaryNavigationPlaceholder
Mpdreamz Oct 8, 2025
154721e
add nested folder back
Mpdreamz Oct 8, 2025
f77d0a0
fix test
Mpdreamz Oct 8, 2025
70faf0b
fix test
Mpdreamz Oct 8, 2025
b6ef3ae
fix test
Mpdreamz Oct 8, 2025
e835527
fix test
Mpdreamz Oct 8, 2025
f2e34ed
Fixing markdown tests
Mpdreamz Oct 8, 2025
070b53a
Fixing markdown tests
Mpdreamz Oct 8, 2025
1056eb4
Esnure path prefix on build context is reflected in the urls
Mpdreamz Oct 8, 2025
d7bdc38
Fix test
Mpdreamz Oct 8, 2025
2b91770
fix typo
Mpdreamz Oct 8, 2025
a545f23
fix tests
Mpdreamz Oct 8, 2025
d6b9a45
fix test
Mpdreamz Oct 8, 2025
43bf080
Fix tests
Mpdreamz Oct 8, 2025
166c494
Fix navigation rendering
Mpdreamz Oct 8, 2025
f658863
Include node navigations in crosslink lookup
Mpdreamz Oct 8, 2025
4bdc904
Fix markdownlookup for nodes
Mpdreamz Oct 8, 2025
7bf47ab
load docs-content correctly
Mpdreamz Oct 9, 2025
6d67338
Remove table of contents old
Mpdreamz Oct 9, 2025
1e458b1
stage
Mpdreamz Oct 15, 2025
0e09f57
stage
Mpdreamz Oct 15, 2025
b09d31b
stage
Mpdreamz Oct 15, 2025
f3d51ad
Add `FileInfoValidationTests` for verifying file navigation items in …
Mpdreamz Oct 15, 2025
cff58f1
stage
Mpdreamz Oct 16, 2025
7f30c01
Focus on DocumentationSetFile Toc paths
Mpdreamz Oct 16, 2025
57755f8
Validate file references in PhysicalDocsetTests and clean up redundan…
Mpdreamz Oct 16, 2025
710b0f8
Validate no diagnostics are emitted in FileInfoValidationTests
Mpdreamz Oct 16, 2025
b945137
Refactor TOC and folder navigation logic in `DocumentationSetNavigati…
Mpdreamz Oct 16, 2025
2ece813
Add test to verify context resolution for TOC and file references in …
Mpdreamz Oct 16, 2025
14805cd
Refactor TOC navigation logic and improve error handling:
Mpdreamz Oct 16, 2025
8d42dc0
Refactor TOC navigation to simplify path handling and improve consist…
Mpdreamz Oct 16, 2025
e7acbe8
Update TOC path expectations and add comments for TOC children limita…
Mpdreamz Oct 16, 2025
8d3d474
stage
Mpdreamz Oct 16, 2025
de695f2
stage
Mpdreamz Oct 16, 2025
4dbcd15
stage
Mpdreamz Oct 16, 2025
9a9eaec
stage
Mpdreamz Oct 16, 2025
822c79c
stage
Mpdreamz Oct 20, 2025
41d7db7
stage
Mpdreamz Oct 20, 2025
3abc92a
Add support for combined folder and file path resolution in Documenta…
Mpdreamz Oct 20, 2025
4293e4f
Add FolderIndexFileRef to handle folder+file combinations:
Mpdreamz Oct 21, 2025
22382ff
Add README that can be used as context.
Mpdreamz Oct 21, 2025
dddf0e4
Emit hints for deep-linking virtual files during validation:
Mpdreamz Oct 21, 2025
f4904ef
Allow TOC references from narrative repository without requiring `pat…
Mpdreamz Oct 21, 2025
afd5456
Added explicit support for folder with an index field
Mpdreamz Oct 21, 2025
060520f
Merge remote-tracking branch 'origin/main' into refactor/navigation
Mpdreamz Oct 22, 2025
ee11a02
Hints and suppresshints
Mpdreamz Oct 22, 2025
c08ac2d
Normalize `sitePrefix` in `SiteNavigation`, update URL handling, and …
Mpdreamz Oct 22, 2025
b2798f9
Ensure documentationset passes path prefix to documentationsetnavigation
Mpdreamz Oct 22, 2025
18eea7a
stage
Mpdreamz Oct 27, 2025
33d65a5
stage
Mpdreamz Oct 28, 2025
e7418d4
stage
Mpdreamz Oct 28, 2025
9bfedf7
stage
Mpdreamz Oct 28, 2025
306941e
Simplify building nodes without intermediary nav items
Mpdreamz Oct 29, 2025
bcaa17f
stage
Mpdreamz Oct 29, 2025
c2700a0
update url logic to be relative conditionally
Mpdreamz Oct 29, 2025
41dc0f2
cache url
Mpdreamz Oct 29, 2025
34fd2cf
Merge remote-tracking branch 'origin/main' into refactor/navigation
Mpdreamz Oct 29, 2025
3051ae2
Index no longer part of NavigationItems
Mpdreamz Oct 29, 2025
bb3d23d
fix some more tests
Mpdreamz Oct 29, 2025
5c3aa55
Ensure nested toc nodes receive index and homeprovider
Mpdreamz Oct 30, 2025
2140ccd
fix some more tests
Mpdreamz Oct 30, 2025
9fa8bd4
stage
Mpdreamz Oct 30, 2025
8b9a01d
fix navigationbuilding integration test
Mpdreamz Oct 30, 2025
5c2af60
Merge remote-tracking branch 'origin/main' into refactor/navigation
Mpdreamz Oct 30, 2025
3589047
clean up
Mpdreamz Oct 30, 2025
67520cc
ensure urls end with / again
Mpdreamz Oct 30, 2025
5a183a5
TestDiagnosticsCollector improvements
Mpdreamz Oct 30, 2025
df73aac
fix test diagnostics compiler issue
Mpdreamz Oct 30, 2025
1cd37b1
fix authoring tests
Mpdreamz Oct 30, 2025
6e310f8
update synthetics tests
Mpdreamz Oct 30, 2025
76936f9
tackle windows test failures
Mpdreamz Oct 30, 2025
2cc020a
fix unit test to allow for windows paths
Mpdreamz Oct 30, 2025
42cf5c0
fix integration tests
Mpdreamz Oct 30, 2025
1d0ba78
fix navigation validation for clashes
Mpdreamz Oct 30, 2025
c3a8cd2
skip test on CI
Mpdreamz Oct 30, 2025
4581ca4
fix windows test
Mpdreamz Oct 30, 2025
3353d01
Fix DocumentationSet.Url for reporting first interesting url
Mpdreamz Oct 30, 2025
b3fdbb6
Allow skipping tests
Mpdreamz Oct 30, 2025
ced9b59
fix windows test
Mpdreamz Oct 30, 2025
65a445e
fix EnsureIsSubpathOf
Mpdreamz Oct 31, 2025
234055b
Fix remaining covariance issues
Mpdreamz Oct 31, 2025
98439f9
Additional cleanups and test fixtures
Mpdreamz Oct 31, 2025
c5f5b15
reorg
Mpdreamz Oct 31, 2025
1c7917a
touchups
Mpdreamz Oct 31, 2025
b182e2f
start on navigation documentation
Mpdreamz Nov 3, 2025
6dcd072
moar docs
Mpdreamz Nov 3, 2025
dcd2c67
moar docs
Mpdreamz Nov 3, 2025
298b6af
Merge remote-tracking branch 'origin/main' into refactor/navigation
Mpdreamz Nov 3, 2025
eb735f8
fix test
Mpdreamz Nov 3, 2025
805101d
fix local build docs errors
Mpdreamz Nov 3, 2025
5ca4d6e
fix cross links
Mpdreamz Nov 3, 2025
bc87360
Fix tests expecting crosslink navigation item
Mpdreamz Nov 3, 2025
9ffca0b
fix bad test assertion
Mpdreamz Nov 3, 2025
368b45e
Merge remote-tracking branch 'origin/main' into refactor/navigation
Mpdreamz Nov 6, 2025
02c9b4a
post merge fixes
Mpdreamz Nov 6, 2025
ae1431e
post merge fixes
Mpdreamz Nov 6, 2025
a463915
Ensure url has no trailing slash
Mpdreamz Nov 6, 2025
74ec7ab
Give SiteNavigation a fixed navigation title
Mpdreamz Nov 6, 2025
79fc59b
Fix smoke test check for trailing slash
Mpdreamz Nov 6, 2025
3c579d4
fix tests expecting trailing slash
Mpdreamz Nov 6, 2025
8afb87e
Re-enable the detection rule extension.
Mpdreamz Nov 7, 2025
2b5132f
assembler build fixes for detection rule files
Mpdreamz Nov 7, 2025
f6cc9c2
Clean up configuration folder
Mpdreamz Nov 7, 2025
acbc5cc
Fix tests
Mpdreamz Nov 7, 2025
1a1c899
Implementsome of copilots feedback
Mpdreamz Nov 7, 2025
73c2d1e
Merge remote-tracking branch 'origin/main' into refactor/navigation
Mpdreamz Nov 7, 2025
985b848
remove left over bad imports
Mpdreamz Nov 7, 2025
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
6 changes: 3 additions & 3 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
matrix:
include:
- repository: elastic/docs-content
landing-page-path-output: /docs/
landing-page-path-output: /docs
- repository: elastic/elasticsearch
landing-page-path-output: /docs/reference/
landing-page-path-output: /docs/reference
- repository: elastic/opentelemetry
landing-page-path-output: /docs/reference/
landing-page-path-output: /docs/reference

# This is a random repository that should not have a docset.yml
- repository: elastic/oblt-actions
Expand Down
2 changes: 2 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
<PackageVersion Include="Amazon.Lambda.S3Events" Version="3.1.0" />
<PackageVersion Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
<PackageVersion Include="Amazon.Lambda.SQSEvents" Version="2.2.0" />
<PackageVersion Include="AngleSharp" Version="1.1.2" />
<PackageVersion Include="Aspire.Hosting" Version="9.5.2" />
<PackageVersion Include="Aspire.Hosting.Testing" Version="9.4.2" />
<PackageVersion Include="AWSSDK.Core" Version="4.0.1.3" />
<PackageVersion Include="AWSSDK.SQS" Version="4.0.2" />
<PackageVersion Include="AWSSDK.S3" Version="4.0.7.14" />
<PackageVersion Include="Elastic.OpenTelemetry" Version="1.1.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.13.0" />
<PackageVersion Include="Generator.Equals" Version="3.2.1" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageVersion Include="KubernetesClient" Version="17.0.14" />
<PackageVersion Include="Elastic.Aspire.Hosting.Elasticsearch" Version="9.3.0" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="9.1.4" />
Expand Down
Loading
Loading