1. 25 10月, 2022 1 次提交
    • G
      Bump docsy version up to v0.5.1 · 934b1ba7
      Geri Ochoa 提交于
      Bup docsy version and comment out jinja2 code in vendor guidelines.
      
      Some highlights about this new Docsy version:
      
      - Better styles for tabs
      - Improved readfile shortcode rendering
      - Consistent code block styles
      934b1ba7
  2. 19 10月, 2022 1 次提交
    • G
      Create community page · fb51eb37
      Geri Ochoa 提交于
      Community page with links to guidelines, communication channels and the
      community repository.
      fb51eb37
  3. 17 10月, 2022 2 次提交
    • A
      Remove unused issue template · 0fdec20f
      Alan Greene 提交于
      Issues are created using the templates from tektoncd/.github,
      the .github/issue_template.md file in this repo is for the
      legacy template approach and no longer used.
      0fdec20f
    • T
      Fix typo in kaniko-build-push.md · f24e6e8f
      TBragi 提交于
      Fixing a small typo which breaks the How-to Guide if followed blindly/copy-pasted.
      The documentation refers to `pipeline,yaml` in line 49, but I believe it should be referring to `pipeline.yaml` ( using a punctuation instead of a comma ).
      f24e6e8f
  4. 15 10月, 2022 1 次提交
    • G
      Create vendor docs folder · 54b61445
      Geri Ochoa 提交于
      - Add contribution guidelines for platform specific docs
      - Simplify existing contribution guidelines
      54b61445
  5. 07 10月, 2022 1 次提交
    • G
      Create installation section · e76e5b8f
      Geri Ochoa 提交于
      This new section surfaces the installation documentation for all the
      Tekton components.
      
      This first iteration adds Pipelines and Triggers, more work is required
      for other components docs to be included here.
      e76e5b8f
  6. 06 10月, 2022 1 次提交
    • G
      Create getting started with triggers · 44d8b2ca
      Geri Ochoa 提交于
      - Add new beginners tutorial for Triggers.
      - Modify Pipelines example to use one parameter.
      - Make some editorial changes to the previous tutorials.
      44d8b2ca
  7. 04 10月, 2022 1 次提交
  8. 28 9月, 2022 1 次提交
  9. 27 9月, 2022 1 次提交
  10. 26 9月, 2022 2 次提交
  11. 23 9月, 2022 1 次提交
    • G
      Implement click-to-copy for code listings · 06d546b7
      Geri Ochoa 提交于
      Implement click-to-copy for code blocks. Code blocks with no syntax
      highlight won't show the button
      
      Additional changes:
      
      - Bump up Popper and Bootstrap versions
      - Move script-importing code from header to the scripts partial
      06d546b7
  12. 21 9月, 2022 1 次提交
    • A
      Pin Kubernetes version in getting started tutorial · 7c204954
      Alan Greene 提交于
      Tekton Pipelines currently does not install on Kubernetes 1.25 due
      to use of some deprecated resources that have been removed in that
      release. Pin the version used for the `minikube start` command so
      users following the tutorial have a working environment.
      7c204954
  13. 20 9月, 2022 1 次提交
  14. 14 9月, 2022 3 次提交
    • G
      Use generateName in pipelineruns · 2f85f283
      Geri Ochoa 提交于
      To avoid having to delete and reapply a Pipelinerun when developing your
      code, this PR switches to `generateName`, which adds a suffix to have a
      unique name each time.
      
      Additionally, this PR also fixes a problem with the latest version of
      the `git-clone` Task in the Git clone tutorial.
      2f85f283
    • A
      update hugo to 0.102.3 · 0022401c
      Arhell 提交于
      0022401c
    • K
      Add Triggers v0.21.0 · 28f4bbed
      Khurram 提交于
      Add the docs for Triggers v0.21.0
      28f4bbed
  15. 13 9月, 2022 1 次提交
  16. 01 9月, 2022 1 次提交
  17. 31 8月, 2022 2 次提交
    • G
      Comment out synced files front matter · d59d75bc
      Geri Ochoa 提交于
      Commenting out the front matter allows to reuse that content in other
      files where it may be relevant using the `readfile` shortcode. This
      doesn't affect the normal functionality of the YAML front matter.
      d59d75bc
    • A
      add & update favicons · 905bea7d
      Arhell 提交于
      905bea7d
  18. 27 8月, 2022 1 次提交
  19. 23 8月, 2022 1 次提交
    • S
      Update git-clone task instructions per 0.8 · 5d61e48a
      Shubham 提交于
      Recently, the git-clone task was updated to version 0.8 which is not
      backwards compatible in that it is run as a non-root user which does not
      have access to volumes mounted via workspaces by default. To accomodate
      this change, the users need to update their PipelineRuns and TaskRuns
      with `podTemplate.securityContext.fsGroup = 65532` to fix the
      permissions on mounted volumes.
      
      This commit makes this configuration change in the how-to guide.
      5d61e48a
  20. 19 8月, 2022 1 次提交
  21. 18 8月, 2022 13 次提交
  22. 10 8月, 2022 1 次提交
    • G
      Add dibyom as OWNER · 55b11e9f
      Geri Ochoa 提交于
      Dibyo has reviewed multiple PRs for this repo. It would be very helpful
      having him as OWNER to approve PRs.
      55b11e9f
  23. 28 7月, 2022 1 次提交
    • G
      Editorial review · 3d32a32e
      Geri Ochoa 提交于
      Based on feedback, this commit:
      
      -  Explicitly mention in the installation instructions that `tkn` is the
         command name of the Tekton CLI.
      
      -  Provide a better description of when the installation of Tekton
         Pipelines is complete. Namely, when both tekton-pipelines-controller
         and tekton-pipelines-webhook are `READY`.
      
      -  Consistent capitalization of "Task", "TaskRun", "Pipeline",
         "PipelineRun", "Workspace", and "Step". Since these are first class
         objects with a specific meaning meaning within Tekton, we treat them
         as nouns when writing docs.
      3d32a32e