|
79 | 79 | - Dashboards: guides/web-ui/dashboards.md
|
80 | 80 | - Alerts (Beta): guides/web-ui/alerts.md
|
81 | 81 | - SQL Explorer: guides/web-ui/explore.md
|
82 |
| - - Advanced User Guide: |
83 |
| - - Environments: guides/advanced/environments.md |
84 |
| - - Alternative Clients: guides/advanced/alternative-clients.md |
85 |
| - - Alternative Backends: guides/advanced/alternative-backends.md |
86 |
| - - Sampling: guides/advanced/sampling.md |
87 |
| - - Scrubbing: guides/advanced/scrubbing.md |
88 |
| - - Generators: guides/advanced/generators.md |
89 |
| - - Creating Write Tokens: guides/advanced/creating-write-tokens.md |
90 |
| - - Query API: guides/advanced/query-api.md |
91 |
| - - Link to Code Source: guides/advanced/link-to-code-source.md |
92 |
| - - Testing: guides/advanced/testing.md |
93 |
| - - Backfill: guides/advanced/backfill.md |
| 82 | + - How To - Guides: |
| 83 | + - Create Write Tokens: how-to-guides/create-write-tokens.md |
| 84 | + - Use different environments: how-to-guides/environments.md |
| 85 | + - Link to Code Source: how-to-guides/link-to-code-source.md |
| 86 | + - Use Alternative Clients: how-to-guides/alternative-clients.md |
| 87 | + - Use Alternative Backends: how-to-guides/alternative-backends.md |
| 88 | + - Implement Sampling Strategies: how-to-guides/sampling.md |
| 89 | + - Export your Logfire Data: how-to-guides/query-api.md |
| 90 | + - Scrub Sensitive Data: how-to-guides/scrubbing.md |
94 | 91 | - Integrations:
|
95 | 92 | - Integrations: integrations/index.md
|
96 | 93 | - LLMs:
|
@@ -133,6 +130,10 @@ nav:
|
133 | 130 | - Stripe: integrations/stripe.md
|
134 | 131 | - AWS Lambda: integrations/aws-lambda.md
|
135 | 132 | - Reference:
|
| 133 | + - Advanced: |
| 134 | + - Generators: reference/advanced/generators.md |
| 135 | + - Testing: reference/advanced/testing.md |
| 136 | + - Backfill: reference/advanced/backfill.md |
136 | 137 | - Examples: reference/examples.md
|
137 | 138 | - Configuration: reference/configuration.md
|
138 | 139 | - Organization Structure: reference/organization-structure.md
|
@@ -225,9 +226,21 @@ plugins:
|
225 | 226 | "guides/web_ui/dashboards.md": "guides/web-ui/dashboards.md"
|
226 | 227 | "guides/web_ui/alerts.md": "guides/web-ui/alerts.md"
|
227 | 228 | "guides/web_ui/explore.md": "guides/web-ui/explore.md"
|
228 |
| - "guides/advanced/alternative_backends.md": "guides/advanced/alternative-backends.md" |
229 |
| - "guides/advanced/creating_write_tokens.md": "guides/advanced/creating-write-tokens.md" |
230 |
| - "guides/advanced/index.md": "guides/advanced/environments.md" |
| 229 | + "guides/advanced/generators.md": "reference/advanced/generators.md" |
| 230 | + "guides/advanced/testing.md": "reference/advanced/testing.md" |
| 231 | + "guides/advanced/backfill.md": "reference/advanced/backfill.md" |
| 232 | + "guides/advanced/query_api.md": "how-to-guides/query-api.md" |
| 233 | + "guides/advanced/query-api.md": "how-to-guides/query-api.md" |
| 234 | + "guides/advanced/scrubbing.md": "how-to-guides/scrubbing.md" |
| 235 | + "guides/advanced/sampling.md": "how-to-guides/sampling.md" |
| 236 | + "guides/advanced/alternative-clients.md": "how-to-guides/alternative-clients.md" |
| 237 | + "guides/advanced/link-to-code-source.md": "how-to-guides/link-to-code-source.md" |
| 238 | + "guides/advanced/alternative_backends.md": "how-to-guides/alternative-backends.md" |
| 239 | + "guides/advanced/alternative-backends.md": "how-to-guides/alternative-backends.md" |
| 240 | + "guides/advanced/creating_write_tokens.md": "how-to-guides/create-write-tokens.md" |
| 241 | + "guides/advanced/creating-write-tokens.md": "how-to-guides/create-write-tokens.md" |
| 242 | + "guides/advanced/index.md": "how-to-guides/environments.md" |
| 243 | + "guides/advanced/environments.md": "how-to-guides/environments.md" |
231 | 244 | "integrations/system_metrics.md": "integrations/system-metrics.md"
|
232 | 245 | "integrations/third_party/index.md": "integrations/index.md"
|
233 | 246 | "integrations/third-party/index.md": "integrations/index.md"
|
@@ -281,7 +294,6 @@ plugins:
|
281 | 294 | "api/integrations/pydantic.md": "reference/api/pydantic.md"
|
282 | 295 | "api/integrations/logging.md": "reference/api/logfire.md#logfire.LogfireLoggingHandler"
|
283 | 296 | "guides/onboarding_checklist/add_metrics.md": "guides/onboarding-checklist/add-metrics.md"
|
284 |
| - "guides/advanced/query_api.md": "guides/advanced/query-api.md" |
285 | 297 | "guides/index.md": "index.md"
|
286 | 298 | "why-logfire/index.md": "why.md"
|
287 | 299 | "why-logfire/pydantic.md": "why.md"
|
|
0 commit comments