1. 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
  2. 27 8月, 2022 1 次提交
  3. 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
  4. 19 8月, 2022 1 次提交
  5. 18 8月, 2022 13 次提交
  6. 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
  7. 28 7月, 2022 2 次提交
    • 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
    • G
      Fix code typos · 5f0df0db
      Geri Ochoa 提交于
      Fix typographical errors in the code samples.
      5f0df0db
  8. 27 7月, 2022 3 次提交
  9. 15 7月, 2022 1 次提交
  10. 13 7月, 2022 2 次提交
  11. 06 7月, 2022 1 次提交
  12. 28 6月, 2022 1 次提交
  13. 23 6月, 2022 1 次提交
  14. 16 6月, 2022 2 次提交
  15. 26 5月, 2022 1 次提交
  16. 25 5月, 2022 1 次提交
    • A
      Sync Dashboard docs to the website · 629787d4
      Alan Greene 提交于
      Add most recent release `v0.26.x` and `main` as the only options for
      now as we've updated the structure and links to ensure they work
      correctly on both GitHub and the website.
      629787d4
  17. 24 5月, 2022 4 次提交
    • A
      Remove Katacoda tutorial content and config · 28a5942a
      Alan Greene 提交于
      References to the Katacoda scenarios have been removed
      from the docs and website so we should also remove the content now.
      28a5942a
    • A
      Add missing CLI releases · e980170b
      Alan Greene 提交于
      e980170b
    • A
      Update netlify dev to avoid framework prompt · 186a8d9c
      Alan Greene 提交于
      Update the dev section as recommended by `netlify dev` to avoid
      the framework selection prompt on startup. Without this the command
      hangs waiting for user input. See output from netlify CLI that
      suggested the change:
      
      ```
      $ netlify dev
      ◈ Netlify Dev ◈
      ◈ Injected netlify.toml file env var: HUGO_VERSION
      ◈ Ignored general context env var: LANG (defined in process)
      ◈ Ignored general context env var: LC_ALL (defined in process)
      ? Multiple possible start commands found Hugo-hugo server -w
      Add 'framework = "hugo"' to the [dev] section of your netlify.toml to avoid this selection prompt next time
      ◈ Starting Netlify Dev with Hugo
      hugo server \
              --baseURL http://localhost:8888/ \
              --buildDrafts \
              --buildFuture \
              --disableFastRender \
              --ignoreCache \
              --watch
      ```
      186a8d9c
    • A
      080e4a74
  18. 23 5月, 2022 1 次提交
  19. 18 5月, 2022 1 次提交