Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
be34c2b
add link on the code contribution page to the main documentation section
jkhelil Mar 11, 2026
3672d2e
Migrate theme from Docsy to Hextra for modern doc UX
jkhelil Mar 30, 2026
34dc869
Fix sidebar ordering and rewrite landing page with Hextra components
jkhelil Mar 31, 2026
1d82214
Unwrap comment-wrapped front matter in docs section _index.md files
jkhelil Mar 31, 2026
8562bd0
Update CDF references to CNCF across landing page and footer
jkhelil Mar 31, 2026
b09855a
Redesign landing page layout
jkhelil Mar 31, 2026
4d394bf
Add Tekton robot logo to navbar and fix landing page cards
jkhelil Mar 31, 2026
d51bfa4
Simplify landing page: remove feature grid and section heading
jkhelil Mar 31, 2026
0924c9d
Fix [i18n] placeholders in navbar menu items
jkhelil Mar 31, 2026
5bfe72d
Add workflow diagram to landing page
jkhelil Mar 31, 2026
84f0337
Update branding, community page, and landing page links
jkhelil Mar 31, 2026
9223534
Improve Getting Started, Installation pages and fix sync script
jkhelil Mar 31, 2026
52d31ef
Add Trusted By adopters section to landing page
jkhelil Mar 31, 2026
f2c62e0
Bump Hugo version to 0.147.0 for Hextra v0.12.1 compatibility
jkhelil Mar 31, 2026
f2e4650
Disable netlify-plugin-checklinks for Hextra compatibility
jkhelil Mar 31, 2026
5e7892b
Update workflow.svg diagram
jkhelil Apr 1, 2026
4c35503
Redesign Why Tekton section with styled cards and accent colors
jkhelil Apr 1, 2026
1db9896
Fix dark mode readability for links, code snippets, and custom compon…
jkhelil Apr 1, 2026
a85c010
Add FlexSearch to navbar and remove Docsy search page
jkhelil Apr 1, 2026
c419eb5
Fix front-matter display, syntax highlighting, and dark mode polish
jkhelil Apr 1, 2026
aac346e
Restore system theme default and update workflow diagram
jkhelil Apr 1, 2026
a3be365
Polish workflow diagram with rounded corners, tighter spacing, and fade
jkhelil Apr 2, 2026
a28faee
Add adopter logos and restyle CNCF banner
jkhelil Apr 4, 2026
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM klakegg/hugo:0.107.0-ext-ubuntu as website
FROM hugomods/hugo:exts-0.147.0 as website
RUN apt-get -y update && apt-get -y install git build-essential python3-venv python3-pip
COPY . /src
RUN git config --global --add safe.directory /src
Expand Down
Loading