8000 Algolia ranking changes by nmelehan · Pull Request #6055 · linode/docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Algolia ranking changes #6055

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ci/yaml_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,17 @@
"required": false,
"type": "number",
"description": "For guides displayed on the front (landing) page. Setting a higher weight will move the guide to the top of the list of icons."
},
"weightAge": {
"elements": false,
"required": false,
"type": "number",
"description": "When set, this will override the automatically-calculated weightAge, weightAgeMonths, and weightAgeYears values in the Algolia search index. For example, setting this to zero on an older article can help it rank as highly as other newly-published articles."
},
"weightSearchBoost": {
"elements": false,
"required": false,
"type": "bool",
"description": "If set to true, the article will be boosted in Algolia search results for search terms that match the article."
}
}
3 changes: 3 additions & 0 deletions docs/guides/platform/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ description: 'Learn about everything Linode!'
show_on_frontpage: true
title_short: "Linode Platform"
weight: 30
cascade:
weightAge: 0
weightSearchBoost: true
icon: "cube"
---
4 changes: 4 additions & 0 deletions docs/products/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title = "All Products"
linkTitle = "Products"
description = "Get started using the Cloud Manager, CLI, and API to deploy Linode services and manage your account."

[[cascade]]
weightAge = 0
weightSearchBoost = true

[[cascade]]
layout = "tabbed-section-layout"
[cascade._target]
Expand Down
2 changes: 2 additions & 0 deletions docs/reference-architecture/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description = "Reference architectures from Linode show how to arrange cloud inf

[[cascade]]
date = 2022-05-17
keywordsAlgolia = ["reference architecture"]

[[cascade]]
layout = "tabbed-section-layout"
[cascade._target]
Expand Down
0