Skip to content

Commit

Permalink
removed unused menu params from config.toml, added Startup Program li…
Browse files Browse the repository at this point in the history
…nk to the main menu and footer menu (#1210)
  • Loading branch information
trean authored Oct 1, 2024
1 parent 7893b78 commit e641c6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 201 deletions.
201 changes: 0 additions & 201 deletions qdrant-landing/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,207 +101,6 @@ disableKinds = ["taxonomy", "term"]
category = "categories"
example = "examples"

[menu]

[[menu.main]]
identifier = "product"
name = "Product"
weight = 1
[menu.main.params]
in_header = true
in_footer = true

[[menu.main]]
identifier = "use-case"
name = "Use cases"
weight = 1
parent = "product"
url = "/use-cases/"

[[menu.main]]
identifier = "solutions"
name = "Solutions"
weight = 2
parent = "product"
url = "/solutions/"


[[menu.main]]
identifier = "benchmarks"
name = "Benchmarks"
weight = 3
parent = "product"
url = "/benchmarks/"

[[menu.main]]
identifier = "demo"
name = "Demos"
weight = 4
parent = "product"
url = "/demo/"

[[menu.main]]
identifier = "pricing"
name = "Pricing"
weight = 5
parent = "product"
url = "/pricing/"

[[menu.main]]
identifier = "resources"
name = "Resources"
weight = 2
[menu.main.params]
in_header = true
in_footer = false

[[menu.main]]
identifier = "documentation"
name = "Documentation"
parent = "resources"
weight = 1
url = "/documentation/"

[[menu.main]]
identifier = "articles"
name = "Articles"
weight = 4
parent = "resources"
url = "/articles/"

[[menu.main]]
identifier = "blog"
name = "Blog"
weight = 5
parent = "resources"
url = "/blog/"

[[menu.main]]
identifier = "roadmap"
name = "Roadmap"
weight = 6
parent = "resources"
url = "https://qdrant.to/roadmap"
[menu.main.params]
external = true

[[menu.main]]
identifier = "changelog"
name = "Changelog"
weight = 7
parent = "resources"
url = "https://github.com/qdrant/qdrant/releases"
[menu.main.params]
external = true

[[menu.main]]
identifier = "trust-center"
name = "Trust Center"
weight = 8
parent = "resources"
url = "http://qdrant.to/trust-center"
[menu.main.params]
external = true

[[menu.main]]
identifier = "community"
name = "Community"
weight = 4
[menu.main.params]
in_header = true
in_footer = true

[[menu.main]]
identifier = "github"
name = "Github"
weight = 1
parent = "community"
url = "https://github.com/qdrant/qdrant"
pre = "<i class='fab fa-github'></i>"
[menu.main.params]
external = true

[[menu.main]]
identifier = "discord"
name = "Discord"
weight = 2
parent = "community"
url = "https://qdrant.to/discord"
pre = "<i class='fab fa-discord'></i>"
[menu.main.params]
external = true

[[menu.main]]
identifier = "twitter"
name = "Twitter"
weight = 3
parent = "community"
url = "https://qdrant.to/twitter"
pre = "<i class='fab fa-twitter'></i>"
[menu.main.params]
external = true

[[menu.main]]
identifier = "newsletter"
name = "Newsletter"
weight = 4
parent = "community"
url = "/subscribe/"
pre = "<i class='fas fa-mail-bulk'></i>"

[[menu.main]]
identifier = "contact"
name = "Contact us"
weight = 5
parent = "community"
url = "https://qdrant.to/contact-us"
pre = "<i class='fas fa-envelope'></i>"
[menu.main.params]
external = true

[[menu.main]]
identifier = "company"
name = "Company"
weight = 4
[menu.main.params]
in_header = false
in_footer = true

[[menu.main]]
identifier = "jobs"
name = "Jobs"
weight = 1
parent = "company"
url = "https://qdrant.join.com"

[[menu.main]]
identifier = "privacy-policy"
name = "Privacy Policy"
weight = 2
parent = "company"
url = "/legal/privacy-policy/"

[[menu.main]]
identifier = "terms"
name = "Terms"
weight = 3
parent = "company"
url = "/legal/terms_and_conditions/"

[[menu.main]]
identifier = "impressum"
name = "Impressum"
weight = 4
parent = "company"
url = "/legal/impressum/"

[[menu.main]]
identifier = "credits"
name = "Credits"
weight = 5
parent = "company"
url = "/legal/credits/"

[markup]
[markup.goldmark.renderer]
unsafe=true
Expand Down
3 changes: 3 additions & 0 deletions qdrant-landing/content/headless/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ menuItems:
- id: 2
name: Articles
url: /articles/
- id: 3
name: Startup Program
url: /qdrant-for-startups/
- title: Company
items:
- id: 0
Expand Down
4 changes: 4 additions & 0 deletions qdrant-landing/content/headless/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ menuItems:
name: Articles
icon: articles.svg
url: /articles/
- id: subMenu-3-3
name: Startup Program
icon: qdrant-for-startups.svg
url: /qdrant-for-startups/
- id: menu-4
name: Company
subMenuItems:
Expand Down

0 comments on commit e641c6a

Please sign in to comment.