Skip to content

Commit 54c86f6

Browse files
committed
Expand README with local --skip-private-repositories behavior and remove unused import in integration tests
1 parent 287770d commit 54c86f6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

aspire/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dotnet run --project aspire -- --skip-private-repositories
4545

4646
This will automagically scrub the private repositories from assembler.yml and navigation.yml.
4747

48-
Our integration tests, for instance, use this to run tests on CI tokenless.
48+
Our integration tests, for instance, use this to run tests on CI tokenless. When specifying this option locally we automatically inject `docs-builder`'s own docs into the `navigation.yml`. This allows us to test changes to documentation sets and their effect on assembler during PR's
4949

5050
## Elasticsearch Instance
5151

@@ -86,7 +86,6 @@ Should have these secrets
8686
> Parameters:DocumentationElasticUrl = https://*.elastic.cloud:443
8787
> Parameters:DocumentationElasticApiKey = ****
8888
89-
9089
To set them:
9190

9291
```bash

tests-integration/Elastic.Assembler.IntegrationTests/AssembleFixture.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using Elastic.Documentation.ServiceDefaults;
99
using FluentAssertions;
1010
using InMemLogger;
11-
using Microsoft.AspNetCore.Mvc.TagHelpers.Cache;
1211
using Microsoft.Extensions.DependencyInjection;
1312
using Microsoft.Extensions.Logging;
1413
using static Elastic.Documentation.Aspire.ResourceNames;

0 commit comments

Comments
 (0)