tektoncd / website

Tekton Website
https://tekton.dev
Apache License 2.0
62 stars 149 forks source link

[DOC] [FIX] Install Tekton Pipelines #519

Closed eirisdg closed 1 year ago

eirisdg commented 1 year ago

Tekton pipelines install page is not rendering properly.

image

And the link for additional configuration doesn't work.

image

AlanGreene commented 1 year ago

Thanks for reporting this @eirisdg . You can find the additional configuration options at https://tekton.dev/docs/installation/additional-configs/

Screenshots are from https://tekton.dev/docs/installation/pipelines/

@geriom fyi, looks like this is related to https://github.com/tektoncd/pipeline/pull/5806. The tabs aren't being rendered correctly on the website.

geriom commented 1 year ago

@eirisdg thank you for the report.

Tekton pipelines install page is not rendering properly.

image

The problem is a delimiter, to be fixed in #516

And the link for additional configuration doesn't work.

image

That was fixed in this PR, which also fixes a few other missing links, but wont' be reflected on the website until the next Pipelines release.

You can see everything working as expected in this preview

AlanGreene commented 1 year ago

This was fixed a while ago after the corresponding Pipelines release was added.