Commit Graph

3989 Commits

Author SHA1 Message Date
Patrice Chalin 5be0c59c93
Compact the left sidenav (#859) 2021-10-23 09:26:05 -04:00
Patrice Chalin 8c9819fdf0
Update PHP docs (#857) 2021-10-23 08:11:13 -04:00
Patrice Chalin fcb9dfe124
Update Java docs (#844) 2021-10-22 15:23:33 -04:00
Patrice Chalin 0a6cf13f96
Update Ruby docs (#858) 2021-10-22 15:18:55 -04:00
Patrice Chalin 1d7244635f
Redirect /releases to /status (#854) 2021-10-22 15:15:38 -04:00
Patrice Chalin 9cbe13978c
Update to reflect the Mission+Vision work, take 3 (#856)
* Update to reflect the Mission+Vision work

Basically three things:
- OTel is a telemetry project, not an observability project. Let's be
  clearer about that.
- Change the tagline to align well to the Mission
- Link to the Mission+Vision prominently (and adjust other links
  accordingly)

* Move Learn more back as top button

Co-authored-by: Ben Sigelman <bhs@lightstep.com>
2021-10-22 12:59:06 -04:00
Patrice Chalin ce8607fcdf
JS docs: path rename getting_started to getting-started (#841)
* JS docs: path rename getting_started to getting-started
* Normalize alias paths
* Copyedit to content/en/docs/js/instrumentation.md
Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>
2021-10-22 10:10:46 -04:00
Patrice Chalin 837e521270
Update Python docs (#853) 2021-10-21 14:24:51 -04:00
Patrice Chalin 8b1716fa23
Fix top 404s (#851) 2021-10-21 09:27:06 -04:00
Patrice Chalin 074af661c3
Delete now obsolete scripts.html override (#850) 2021-10-20 09:47:25 -04:00
Patrice Chalin bd15eafec7
Delete now obsolete head-css.html override (#849) 2021-10-20 09:33:12 -04:00
Patrice Chalin 30836cd7b7
Upgrade docsy 2021-10-19 (#846) 2021-10-20 09:02:12 -04:00
Patrice Chalin 9927ad043e
Update Go docs: new aliases and more (#843) 2021-10-18 16:23:56 -04:00
Patrice Chalin a0683ee83c
.NET: normalize alias paths (#842)
Contributes to #665
2021-10-18 15:59:19 -04:00
Patrice Chalin 2097dad134
Adjust .NET and JS aliases (#840) 2021-10-18 14:00:16 -04:00
Patrice Chalin 476ae0bc27
Build scripts: serve using netlify dev (#838) 2021-10-18 11:56:10 -04:00
Riandy Rahman Nugraha f4f3d32260
Add 3rd party instrumentation for Go: go-chi/chi (#837) 2021-10-18 11:55:16 -04:00
Patrice Chalin c08d316a59
Update Go docs (#835) 2021-10-18 11:52:05 -04:00
Patrice Chalin 10f264acb1
Rust: fix heading levels (#839) 2021-10-18 11:47:54 -04:00
Patrice Chalin a1e6b1445f
Use Netlify redirects instead of Hugo aliases (#836) 2021-10-17 15:53:22 -04:00
Patrice Chalin 1db3ac29a4
YAML config (#834) 2021-10-17 09:44:24 -04:00
Patrice Chalin f683f52cf9
Link to OTel Python website_docs via submodule (#805)
* Remove current python docs
* Add submodule and link to docs
* Refresh submodule
2021-10-15 10:58:47 -04:00
John Watson 40e5a5c450
Update the Java submodule to the latest (#827) 2021-10-13 18:15:46 -04:00
Patrice Chalin 21dbd5c2dc
Update hugo-extended package (#826) 2021-10-13 14:41:52 -04:00
Gabriel Gravel f8245f6d62
Update memory ballast usage (#824)
Memory ballast was moved to an extension with this PR https://github.com/open-telemetry/opentelemetry-collector/pull/3456/files, updating docs to reflect new usage.
2021-10-13 13:55:31 -04:00
Ben Sigelman 09df85e0aa
Fix opentelemetry.io (#822)
* Break-fix the metadata file

* Fix two
2021-10-12 20:40:06 -07:00
Alex Hong baf9594196
fix typo in instrumenting libraries (#818) 2021-10-12 21:57:31 -04:00
Tyler Yahn 758c827774
Add 3rd party instrumentation for Go database/sql (#820) 2021-10-12 21:57:09 -04:00
Patrick Peeters 85e9545963
Fix typos instrumenting-library.md (#819)
Change `you library` to `your library` on occassions.
2021-10-12 12:57:10 -04:00
Justin Ross dba28c6aa9
Enhance Collector docs grammar and wording for clarity. (#816) 2021-10-11 10:13:18 -04:00
Patrice Chalin d577182e1d
Add GC elections notice to the banner (#813) 2021-10-07 11:10:15 -04:00
Yoshiki Shibukawa 7ef74885f1
Update exporter-go-kinesis.md (#809)
Repositry URL was wrong.
2021-10-06 17:10:32 -04:00
Patrice Chalin df9fee9444
Drop obsolete navbar style customization (#811) 2021-10-06 11:11:38 -04:00
Patrice Chalin 1b0f890f76
Use docsy's navbar.html (#810) 2021-10-06 10:58:41 -04:00
Patrice Chalin c7de47e6b7
Homepage: add direct link to Getting started (#808) 2021-10-05 16:12:22 -04:00
Daniel Dyla b7f74659c2
JS API documentation (#807) 2021-10-05 12:11:51 -04:00
Patrice Chalin e558d922b5
Link to OTel PHP website_docs via submodule (#804)
* Remove current PHP docs
* Add submodule and link dir
2021-10-02 14:51:37 -04:00
Patrice Chalin f3bc9b280f
Erlang: fix heading levels (#803) 2021-10-01 16:51:46 -04:00
Liudmila Molkova 032a2ebe8f
Add native library instrumentation guidance (#783)
* Add native instrumentation doc

* review

* Apply suggestions from code review

Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>

* Add registry link, events, named tracers, minor improvements

Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
2021-10-01 16:48:20 -04:00
Patrice Chalin 1eda00aef9
Erlang doc updates (#801) 2021-10-01 15:32:40 -04:00
Patrice Chalin 518974b46e
Ensure that `build` and `serve` get submodules (#800) 2021-10-01 15:03:28 -04:00
Tigran Najaryan f51f526d41
Update specification repo after 1.7.0 release (#798) 2021-10-01 08:26:30 -04:00
Patrice Chalin 027b64c48c
Fix JS title capitalization (#795) 2021-09-29 14:54:16 -04:00
Patrice Chalin 069684d903
Homepage cover rework (#794)
* Homepage cover rework
* Fix capitalization
2021-09-29 14:44:58 -04:00
Patrice Chalin a8744ede85
Upgrade to Hugo 0.88.1 via NPM (#790) 2021-09-29 10:34:55 -04:00
Patrice Chalin 619953285a
Ensure Netlify uses latest Node LTS (#792) 2021-09-29 10:22:33 -04:00
dependabot[bot] bc92df3c44
Bump postcss-cli from 8.3.1 to 9.0.0 (#785)
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 8.3.1 to 9.0.0.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/8.3.1...9.0.0)

---
updated-dependencies:
- dependency-name: postcss-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 10:16:23 -04:00
Severin Neumann e4fea5a56f
Update instrumentation_examples.md (#784)
Update links pointing to my forked repository instead of open-telemetry
2021-09-27 09:56:04 -04:00
Lalit Kumar Bhasin cd5eeda3f3
Update otel-cpp doc for release status (#782)
* update release status

* retrigger cla check
2021-09-24 18:12:50 -04:00
Patrice Chalin 3096df1e05
Remove redundant entries from CODEOWNERS (#779) 2021-09-24 13:27:01 -04:00