1. 20 7月, 2021 1 次提交
    • C
      Fix mime type detection when running on ubuntu 🔎 · dc2b3ed1
      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!
      dc2b3ed1
  2. 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
  3. 01 7月, 2021 4 次提交
  4. 22 6月, 2021 2 次提交
  5. 09 6月, 2021 1 次提交
  6. 18 5月, 2021 1 次提交
  7. 08 4月, 2021 1 次提交
  8. 24 3月, 2021 1 次提交
  9. 17 3月, 2021 1 次提交
  10. 12 3月, 2021 2 次提交
  11. 10 3月, 2021 2 次提交
  12. 03 3月, 2021 1 次提交
  13. 23 2月, 2021 1 次提交
  14. 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
  15. 19 2月, 2021 1 次提交
  16. 16 2月, 2021 1 次提交
  17. 11 2月, 2021 1 次提交
  18. 04 2月, 2021 2 次提交
  19. 03 2月, 2021 5 次提交
  20. 28 1月, 2021 2 次提交
  21. 15 1月, 2021 2 次提交
    • A
      Update katacoda playground to latest releases · 38594c8b
      Alan Greene 提交于
      Update the Katacoda tutorial playground to the latest available releases:
      - Pipelines 0.20
      - Dashboard 0.13
      - CLI 0.15
      38594c8b
    • A
      Update Dashboard tutorial to latest versions · eb4a406e
      Alan Greene 提交于
      Update the Dashboard katacoda tutorial to use the latest releases:
      - Dashboard 0.13.0
      - Pipelines 0.20.0
      
      Update screenshots to reflect the new design in recent dashboard versions.
      While doing this I converted the images to JPEG for significant filesize
      savings over the existing PNG images (>50% on average)
      eb4a406e
  22. 27 11月, 2020 1 次提交
  23. 26 11月, 2020 1 次提交
  24. 24 11月, 2020 1 次提交
  25. 13 11月, 2020 1 次提交