File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11User-agent: *
22Allow: /
3- Disallow: /awesome-prometheus-alerts/rules.html
4- Disallow: /awesome-prometheus-alerts/alertmanager.html
5- Disallow: /awesome-prometheus-alerts/blackbox-exporter.html
6- Disallow: /awesome-prometheus-alerts/sleep-peacefully.html
73
84# AI search bots — explicitly allowed for citation
95User-agent: GPTBot
Original file line number Diff line number Diff line change @@ -104,8 +104,6 @@ const jsonLd = {
104104
105105 <!-- Main content -->
106106 <div class =" flex-1 min-w-0" >
107- <CautionBanner />
108-
109107 <!-- Page header -->
110108 <div class =" mb-6 pb-6 border-b border-slate-200 dark:border-slate-800" >
111109 <h1 class =" text-2xl font-bold text-slate-900 dark:text-white mb-2" >{ service .name } Prometheus Alert Rules</h1 >
@@ -116,6 +114,8 @@ const jsonLd = {
116114 </p >
117115 </div >
118116
117+ <CautionBanner />
118+
119119 <!-- Exporters -->
120120 { service .exporters .map ((exporter , expIdx ) => (
121121 <ExporterSection
You can’t perform that action at this time.
0 commit comments