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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ expose-generated-go:

.PHONY: site
site:
hugo server --source=docs
env RELEASE=$(shell cut -c10- release/RELEASE) hugo server --source=docs

.PHONY: web-dep
web-dep:
Expand Down
6 changes: 6 additions & 0 deletions docs/content/ja/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
GitHub <i class="fab fa-github ml-2 "></i>
</a>
</div>

<div class="mx-auto">
<a class="release-panel" target="_blank" href="https://github.com/pipe-cd/pipe/releases">
PipeCD {{< blocks/release >}} is now available
</a>
</div>
{{< /blocks/cover >}}

<div class="row justify-content-md-center">
Expand Down