Skip to content

Commit

Permalink
Revert to previous strategy for fallback pg mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jun 8, 2024
1 parent ef224f7 commit 5a1200b
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,49 +210,52 @@ security:

module:
mounts:
## en
- source: content/en
target: content
- source: tmp/community/mission-vision-values.md
target: content/community/mission.md
- source: tmp/community/roadmap.md
target: content/community/roadmap.md
# Specs, currently en only
- source: tmp/otel/specification
target: content/docs/specs/otel
- source: tmp/opamp
target: content/docs/specs/opamp
- source: tmp/otlp/docs/specification.md
target: content/docs/specs/otlp/_index.md
- source: tmp/otlp/docs/img
target: content/docs/specs/otlp/img
- source: tmp/semconv/docs
target: content/docs/specs/semconv

## ja
- source: content/ja
target: content
lang: ja
# fallback pages
- source: content/en
target: content
excludeFiles: &fallbackExcludeFiles
- blog/*
- community/*
- docs/specs/*
- ecosystem/*
- site/*
- source: content/en/announcements
target: content/announcements
lang: ja
- excludeFiles: specs/*
source: content/en/docs
target: content/docs
lang: ja

## zh
- source: content/zh
target: content
lang: zh
# fallback pages
- source: content/en
target: content
excludeFiles: *fallbackExcludeFiles
- source: content/en/announcements
target: content/announcements
lang: zh
- excludeFiles: specs/*
source: content/en/docs
target: content/docs
lang: zh

# Other site content
- source: tmp/otel/specification
target: content/docs/specs/otel
- source: tmp/opamp
target: content/docs/specs/opamp
- source: tmp/otlp/docs/specification.md
target: content/docs/specs/otlp/_index.md
- source: tmp/otlp/docs/img
target: content/docs/specs/otlp/img
- source: tmp/semconv/docs
target: content/docs/specs/semconv
## static
- source: static
target: static
- source: content-modules/semantic-conventions/schemas
Expand Down

0 comments on commit 5a1200b

Please sign in to comment.