1. 18 8月, 2022 9 次提交
  2. 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
  3. 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
  4. 27 7月, 2022 3 次提交
  5. 15 7月, 2022 1 次提交
  6. 13 7月, 2022 2 次提交
  7. 06 7月, 2022 1 次提交
  8. 28 6月, 2022 1 次提交
  9. 23 6月, 2022 1 次提交
  10. 16 6月, 2022 2 次提交
  11. 26 5月, 2022 1 次提交
  12. 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
  13. 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
  14. 23 5月, 2022 1 次提交
  15. 18 5月, 2022 1 次提交
  16. 14 5月, 2022 1 次提交
  17. 12 5月, 2022 1 次提交
  18. 05 5月, 2022 1 次提交
  19. 04 5月, 2022 2 次提交
    • A
      Remove references to the try page from the asciinema recording · 5c8f7b17
      Alan Greene 提交于
      Since we're removing the 'Try' page from the website, as well as
      the associated Katacoda scenarios, remove the reference to this
      from the end of the asciinema recording which is displayed on
      the home page.
      5c8f7b17
    • G
      Update concepts · c8d84b99
      Geri Ochoa 提交于
      This commit makes some updates to the concepts informations:
      
      - Update the navigation to keep the conceptual information under the
        "Concepts" section, including the main Overview.
      
      - Delete references to deprecated PipelineResources.
      
      - Update path for images to be absolute instead of relative. In some
        documents relative paths don't render correctly.
      c8d84b99
  20. 27 4月, 2022 1 次提交
  21. 14 4月, 2022 1 次提交
    • A
      Fix example task · cc425d81
      Adrian Mouat 提交于
      Alpine containers don't have bash, so need to change the first line.
      cc425d81
  22. 13 4月, 2022 1 次提交
    • G
      Crete a quickstart to run your first tekton pipeline · d4203955
      Geri Ochoa 提交于
      Introductory guide for newcomers. This is a two-file quickstart that
      shows a simple example to create a task and a pipeline.
      
      These tutorials do not include new information. The information here is
      reorganized to be easier to understand for newcomers. Including
      prescritpive steps that the user just has to copy/paste .
      d4203955
  23. 17 3月, 2022 1 次提交
    • G
      Update hugo version · fee9d4dc
      Geri Ochoa 提交于
      Currently the netlify deploy uses hugo v0.53, which is almost 4 years
      old and has some big inconsistencies when rendering markdown. This bumps
      hugo up to the latest release.
      fee9d4dc