Commit Graph

10 Commits

Author SHA1 Message Date
Yuri Shkuro af008c9934
Add example of passing a config file (#835)
## Which problem is this PR solving?
- https://github.com/orgs/jaegertracing/discussions/6623

Signed-off-by: Yuri Shkuro <github@ysh.us>
2025-01-27 13:30:41 -05:00
Yuri Shkuro ab2d1efddc
Rearrange intro per tech writers recommendation (#803)
## Which problem is this PR solving?
- For someone not familiar with distributed tracing we did not make it
easy to learn the fundamentals.

## Description of the changes
- Pull the tutorials earlier in the intro.

Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-27 15:35:29 -04:00
Yuri Shkuro 3df7655155
Improve v2 docs (#790)
Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-24 14:41:17 -04:00
Yuri Shkuro 13d8d0a353 Fix malformed links reported by htmltest
Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-24 00:27:05 -05:00
Yuri Shkuro 83707105ae
Make v2 docs the default (#785)
## Description of the changes
- Link home page to v2 docs instead of v1
- Make the navbar Docs menu point to v2 instead of v1
- Update Download page to show v2 binaries
- Fix Makefile bug that was copying client* md files into v2 folders
- Remove 0.0.0.0 overrides from Getting Started as it was fixed for 2.1

## How was this change tested?
- make develop

Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-23 14:47:39 -04:00
Yuri Shkuro 0fc07b038f [v2] Show localhost overrides in getting-started example
Resolves https://github.com/jaegertracing/jaeger/issues/6207

Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-14 02:02:21 -05:00
Yuri Shkuro 5669398ef1
[v2] Move out SPM to its own page (#773)
## Which problem is this PR solving?
- REsolves #764

Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-09 18:33:20 -04:00
Yuri Shkuro bb60377017 Minor fixes and v2 migration doc
Signed-off-by: Yuri Shkuro <github@ysh.us>
2024-11-02 16:50:45 -04:00
Jonah Kowall e879666e52
Some cleanups in docs (#739)
## Description of the changes
Some small improvements for v2 docs

## Checklist
- [X] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [X] I have signed all commits

---------

Signed-off-by: Jonah Kowall <jkowall@kowall.net>
2024-09-16 14:46:48 -04:00
Jonah Kowall 832a3ecad6
Major push for Jaeger v2 docs updates (#735)
## Description of the changes
Lots of changes per the new menu format, also updated a lot of content
but more to go around configurations.

## How was this change tested?
make develop

## Checklist
- [X] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [X] I have signed all commits

---------

Signed-off-by: Jonah Kowall <jkowall@kowall.net>
2024-09-11 13:38:27 -04:00