Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuzanne Selhorn <sselhorn@gitlab.com>2022-09-23 18:45:59 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-09-23 18:45:59 +0300
commit1eb30e77f647b33b18447f3752049dcd8dfb5ae9 (patch)
tree2e8595df39e1945ef452ecdb240cc9ac07c7eeed /content
parent0424099e5bad12b60aa91c7f087217fb83988fc6 (diff)
parent9d4f6d4f179ccfb8bf60c14ffdd61e9a67584971 (diff)
Merge branch '1130-algolia-custom-ranking' into 'main'
Add page ranking capabilities for Algolia search Closes #1130 See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/2976 Merged-by: Suzanne Selhorn <sselhorn@gitlab.com> Approved-by: Suzanne Selhorn <sselhorn@gitlab.com> Approved-by: David O'Regan <doregan@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com>
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 59e1afa3..02a28ec4 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -519,7 +519,7 @@ h6[id]::before {
// external link and footer social links
[href^='http://'],
[href^='https://'] {
- &:not([href*='gitlab.com']):not(.gitlab-social):not(.no-attachment-icon) {
+ &:not([href*='gitlab.com']):not([href*='nip.io']):not(.gitlab-social):not(.no-attachment-icon) {
&::after {
content: '\f08e';
font-family: FontAwesome, sans-serif;