1. 27 9月, 2021 3 次提交
  2. 08 9月, 2021 1 次提交
    • A
      Pin Pipelines version in Katacoda tutorials for compatibility with k8s 1.18 · b8b00009
      Alan Greene 提交于
      The Kubernetes environment provided by Katacoda is version 1.18. Tekton Pipelines
      releases from v0.27 require a minimum of Kubernetes 1.19. Since the tutorials
      currently install the 'latest' release this means they are broken.
      
      Pin the Pipelines release version to v0.26 since this is last release that supports
      Kubernetes 1.18. In future we may need to adopt a different approach to building
      these tutorial environments so we have more flexibility on the Kubernetes version.
      b8b00009
  3. 02 9月, 2021 1 次提交
  4. 28 8月, 2021 1 次提交
    • G
      Dockerize local development · 86267cb9
      Geri Ochoa 提交于
      Running the site locally requires installing a lot of dependecies
      spanning Python, Go, and Node packages; this can be dauting. Dockerizing
      the website reduces the dependencies to one, in a reproducible
      environment.
      
      I used the same base image as the docy-example site. Two images are
      created, the first one installs the python requirements for the sync
      script, then runs the sync script. The second one runs the website and
      mounts the folder as a volume inside the container.
      86267cb9
  5. 03 8月, 2021 1 次提交
  6. 20 7月, 2021 1 次提交
    • C
      Fix mime type detection when running on ubuntu 🔎 · 12023bb7
      Christie Wilson 提交于
      Was working with @geriom to get this running on his ubuntu machine -
      when run on a ubuntu machine (still not sure why netflify isnt havign
      the same issue), the script fails with errors such as:
      
      ```
      ERROR:root:Cannot process text/markdown file docs/logs.md
      ```
      
      I reproduced this by running an `ubuntu` docker container and
      following along with [the DEVELOPMENT.md](https://github.com/tektoncd/website/blob/main/DEVELOPMENT.md)
      and go the same errors! It seems that when I run on my mac, the mime
      type of each file is `text/plain` and when I run on ubuntu the mimetype
      is `text/markdown`. I'm not sure WHY this difference is happening (e.g.
      the installed `gitpython` versions were the same) but since
      `text/markdown` seems like a valid type for markdown files, maybe we can
      just support both!
      12023bb7
  7. 07 7月, 2021 1 次提交
    • C
      Improve the documentation landing page relates to issue #195 · cac42a32
      cclemonzy 提交于
      [statement] I could not add one or two proper images on landing page and leave it for other PR, and the other requirements done in this PR.
       - change title from "Tekton Documentation" to "Welcome to Tekton"
       - remove "What's next"
      -  add a short blurb with a link to the tekton overview page where details all components completely(to keep clear separation between landing page and overview page content)
      cac42a32
  8. 01 7月, 2021 4 次提交
  9. 22 6月, 2021 2 次提交
  10. 09 6月, 2021 1 次提交
  11. 18 5月, 2021 1 次提交
  12. 08 4月, 2021 1 次提交
  13. 24 3月, 2021 1 次提交
  14. 17 3月, 2021 1 次提交
  15. 12 3月, 2021 2 次提交
  16. 10 3月, 2021 2 次提交
  17. 03 3月, 2021 1 次提交
  18. 23 2月, 2021 1 次提交
  19. 20 2月, 2021 3 次提交
    • O
      Update _index.md · e8efec40
      On The Dock 提交于
      Replace apt install for dpkg -i
      
      dpkg/rpm is used when installing TektonCD CLI from package and apt/dnf when installing from a repository.
      e8efec40
    • O
      Fix install instructions for deb-based distros · 84800149
      On The Dock 提交于
      Uses curl -LO (instead of wget) as it is used later in the same page to get the LINK-TO-TARBALL.
      84800149
    • A
      Fix broken links in lists, indented text and multiline · b67a9e3f
      Andrea Frittoli 提交于
      When replacing links, we parse the markdown document line by line. When
      the markdown parsers encounters an indented line, without the context of
      the surrounding lines, it assumes a code block and does not render the
      links to html, which means we do not re-write those links.
      
      If the link is broken over two lines we also fail to discover it.
      This patch fixes the issue by changing the processing from line by line
      to the document as a whole.
      
      Fixes: #229
      Signed-off-by: NAndrea Frittoli <andrea.frittoli@gmail.com>
      b67a9e3f
  20. 19 2月, 2021 1 次提交
  21. 16 2月, 2021 1 次提交
  22. 11 2月, 2021 1 次提交
  23. 04 2月, 2021 2 次提交
  24. 03 2月, 2021 5 次提交
  25. 28 1月, 2021 1 次提交