Skip to content
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

feat(dev): add config IDE autocompletion guide #22329

Merged
merged 9 commits into from
Jan 31, 2025
Prev Previous commit
update weights
pront committed Jan 30, 2025
commit c7b3566dfec6c2d13cf646bd5d119f5d7620b3a6
2 changes: 1 addition & 1 deletion website/content/en/guides/developer/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Development
description: Guides for writing Vector configurations, development, and debugging.
weight: 3
weight: 4
tags: [ "dev", "guides", "guide", "debug" ]
---
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@ short: Config Autocompletion
description: Learn how to generate the Vector schema and use it for IDE autocompletion.
author_github: https://github.com/pront
domain: dev
weight: 5
tags: [ "dev", "ide", "autocompletion", "config", "guides", "guide" ]
aliases: [ "/docs/guides/developer/config-autocompletion.md" ]
weight: 1
---

{{< requirement >}}