-
Notifications
You must be signed in to change notification settings - Fork 157
✨ [RUM-10367] Browser SDK API Reference #3638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
f4eb248
to
64eb14f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3638 +/- ##
=======================================
Coverage 92.44% 92.44%
=======================================
Files 322 322
Lines 8129 8129
Branches 1838 1838
=======================================
Hits 7515 7515
Misses 614 614 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
64eb14f
to
0ae4630
Compare
on: | ||
push: | ||
branches: | ||
- romanG/api-reference-github |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note : For testing purpose, will be deleted before pr get merged.
url: 'https://datadoghq.dev' | ||
baseurl: '/browser-sdk' | ||
|
||
remote_theme: 'just-the-docs/just-the-docs' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note : we may want to delete the left bar, working on a script to delete it after generation
Motivation
This PR introduces automated API reference generation for the Browser SDK using API generator. It addresses documentation inconsistencies by centralizing the public API surface, improving maintainability, and enabling integration into Datadog Docs or GitHub Pages.
Changes
See this web page to visit the api reference : https://datadoghq.dev/browser-sdk/
Test instructions
Use : docs:serve to test Jekyll locally
Checklist