Skip to content

Commit

Permalink
Correcting website loading issue with Makefile file.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroignacio13 committed Dec 3, 2024
1 parent 881c6de commit 42e9efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deps:
fi; \
title_case=$$(echo "$$base_name" | sed -e 's/-/ /g' -e 's/\b\(.\)/\u\1/g' | sed 's/cncf/CNCF/Ig'); \
text_to_prepend="---\ntitle: \"$$title_case\"\n---\n"; \
sed -i "1s/^/$$text_to_prepend/" "$$file"; \
sed -i "" "1s/^/$$text_to_prepend/" "$$file"; \
done

# Set up Navbar and Sidebar contents
Expand Down

0 comments on commit 42e9efa

Please sign in to comment.