Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[editorial] Fix path-base in Hugo front matter #1919

Merged
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
5 changes: 1 addition & 4 deletions mission-vision-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
linkTitle: Mission, vision, and values
aliases: [/mission]
github_repo: &repo https://github.com/open-telemetry/community
github_subdir: ''
path_base_for_github_subdir:
from: content/en/community/mission\.md
to: mission-vision-values.md
path_base_for_github_subdir: tmp/community
github_project_repo: *repo
weight: -10
--->
Expand Down
5 changes: 2 additions & 3 deletions roadmap.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!--- Hugo front matter used to generate the website version of this page:
linkTitle: Roadmap
aliases: [/roadmap]
github_repo: &repo https://github.com/open-telemetry/community
github_subdir: ''
path_base_for_github_subdir: content/en/community/
path_base_for_github_subdir: tmp/community
github_project_repo: *repo
aliases: [/roadmap]
weight: 20
--->

Expand Down