Skip to content

Commit 254981d

Browse files
authored
[DOCS-2547] (docs) add in library structure info (#74)
## Summary https://launchdarkly.atlassian.net/browse/DOCS-2547 followup -- this info didn't make it into #72, but should have. ## How did you test this change? manual review ## Are there any deployment considerations? no ## Does this work require review from our design team? no <!-- ld-jira-link --> --- Related Jira issue: [DOCS-2547: add CONTRIBUTING.md to observability-sdk repo](https://launchdarkly.atlassian.net/browse/DOCS-2547) <!-- end-ld-jira-link -->
1 parent 396a287 commit 254981d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ LaunchDarkly's CI tests will run automatically against all supported versions. T
6464

6565
The library's structure is as follows:
6666

67+
* `sdk/` directory contains all SDKs
68+
* `@launchdarkly` directory with `sdk/` contains the `@launchdarkly`-prefixed npm packages
69+
* `e2e` directory contains end to end tests exercising the SDKs
70+
* `rrweb` directory hosts the rrweb fork as a git submodule; used by the Session Replay SDK
6771

6872
## Documenting types and methods
6973

0 commit comments

Comments
 (0)