Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions src/docs-assembler/assembler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environments:
production:
prod:
uri: https://www.elastic.co
path_prefix: docs
allow_indexing: false
Expand Down Expand Up @@ -86,4 +86,4 @@ references:
skip: true
security-docs:
# wait for move to https://github.com/elastic/detection-rules/pull/4507/files
skip: true
skip: true
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public async Task UriResolving()
var checkouts = repos.Select(r => CreateCheckout(fs, r)).ToArray();
var globalNavigation = new GlobalNavigation(assembleContext, globalNavigationFile, checkouts);

var env = assembleContext.Configuration.Environments["production"];
var env = assembleContext.Configuration.Environments["prod"];
var uriResolver = new PublishEnvironmentUriResolver(globalNavigation, env);

// docs-content://reference/apm/something.md - url hasn't changed
Expand Down
Loading