Skip to content

Commit 66b2735

Browse files
Canonical links (#317) (#318)
* Added support for canonical links * Add canonical links to duplicate topics * Add canonical urls Added canonical urls to integration, installation, runtime, reporting, and troubleshooting topics * Add canonical urls --------- Co-authored-by: NimRegev <nima.regev@codefresh.io>
1 parent 3eade28 commit 66b2735

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+66
-3
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ group :development, :test do
1212
gem 'jekyll-github-metadata', '~> 2.9.4'
1313
gem 'bootstrap', '~> 4.1.3'
1414
gem 'jemoji'
15+
gem 'jekyll-seo-tag'
1516
end

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ GEM
6262
jekyll (~> 3.3)
6363
jekyll-sass-converter (1.5.2)
6464
sass (~> 3.4)
65+
jekyll-seo-tag (2.8.0)
66+
jekyll (>= 3.8, < 5.0)
6567
jekyll-sitemap (1.2.0)
6668
jekyll (~> 3.3)
6769
jekyll-watch (2.1.1)
@@ -137,8 +139,9 @@ DEPENDENCIES
137139
jekyll-feed (~> 0.11.0)
138140
jekyll-github-metadata (~> 2.9.4)
139141
jekyll-redirect-from (~> 0.14.0)
142+
jekyll-seo-tag
140143
jekyll-sitemap (~> 1.2.0)
141144
jemoji
142145

143146
BUNDLED WITH
144-
1.16.6
147+
1.17.1

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ plugins:
6969
- jekyll-sitemap
7070
- jekyll-github-metadata
7171
- jemoji
72+
- jekyll-seo-tag
7273

7374
repository: codefresh-io/docs.codefresh.io
7475

_docs/administration/access-control.md

Lines changed: 1 addition & 1 deletion

_docs/administration/add-users.md

Lines changed: 1 addition & 0 deletions

_docs/administration/audit.md

Lines changed: 1 addition & 0 deletions

_docs/administration/hosted-authorize-orgs.md

Lines changed: 1 addition & 0 deletions

_docs/administration/oauth-setup.md

Lines changed: 1 addition & 0 deletions

_docs/administration/platform-ip-addresses.md

Lines changed: 1 addition & 0 deletions

_docs/administration/single-sign-on.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)