From 3ccce17b94fecbe0958ef74f8194925ceb5f5d32 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 26 Jun 2024 16:41:13 +0200 Subject: [PATCH] docs/goals.md: heading fixes --- docs/goals.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/goals.md b/docs/goals.md index f92128d3bc..28b539e804 100644 --- a/docs/goals.md +++ b/docs/goals.md @@ -8,7 +8,9 @@ menu: weight: 500 --- -# Goals +# VictoriaMetrics goals + +## Goals 1. The main goal - **to help users and [clients](https://docs.victoriametrics.com/enterprise/) resolving issues with VictoriaMetrics components, so they could use these components in the most efficient way**. @@ -23,7 +25,7 @@ menu: 1. Improving the readability and maintainability of the code base by removing unnecessary abstractions and simplifying the code whenever possible. 1. Improving development velocity by optimizing CI/CD tasks, so they take less time. -# Non-goals +## Non-goals 1. Convincing people to use VictoriaMetrics components when there are better suited solutions exist for their tasks, since users will become angry at VictoriaMetrics after they discover better solutions. @@ -41,8 +43,7 @@ menu: 1. Slowing down CI/CD pipelines with non-essential tasks, since this results in development velocity slowdown. 1. Slowing down development velocity by introducing non-essential requirements. - -# VictoriaMetrics proverbs +## VictoriaMetrics proverbs - **Small usability bugfix is better than non-trivial feature.** Usability bugfix makes happy existing users. Non-trivial feature may make happy some new users, while it may make upset a big share of existing users