diff --git a/_docs/administration/single-sign-on/sso-setup-oauth2.md b/_docs/administration/single-sign-on/sso-setup-oauth2.md index 71631329..3a6fc339 100644 --- a/_docs/administration/single-sign-on/sso-setup-oauth2.md +++ b/_docs/administration/single-sign-on/sso-setup-oauth2.md @@ -139,22 +139,6 @@ caption="SSO Client Name" max-width="40%" %} -Even though you can run this command manually, it makes more sense to run it periodically as a job. And the obvious -way to perform this is with a Codefresh pipeline. The CLI can be used as a [freestyle step]({{site.baseurl}}/docs/codefresh-yaml/steps/freestyle/). - -You can create a git repository with a [codefresh.yml]({{site.baseurl}}/docs/codefresh-yaml/what-is-the-codefresh-yaml/) file with the following contents: - -`YAML` -{% highlight yaml %} -{% raw %} -version: '1.0' -steps: - syncMyTeams: - title: syncTeams - image: codefresh/cli - commands: - - 'codefresh synchronize teams my-client-name -t azure' -{% endraw %} -{% endhighlight %} + diff --git a/_docs/deployment/images.md b/_docs/deployment/images.md index e6ea4110..47a18853 100644 --- a/_docs/deployment/images.md +++ b/_docs/deployment/images.md @@ -1,7 +1,7 @@ --- title: "Images in Codefresh" description: "" -canonical_url: 'https://codefresh.io/docs/dashboards/images/' +canonical_url: 'https://codefresh.io/docs/docs/dashboards/images/' group: deployment toc: true ---