Skip to content
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

Initial draft of the registry developer guide #38

Merged
merged 23 commits into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b4c2237
initial draft of the registry developer guide
alexcasalboni Feb 5, 2025
be26706
Merge branch 'main' into registry
alexcasalboni Feb 5, 2025
eb0e45e
fix typo
alexcasalboni Feb 5, 2025
32024d4
fix some minor typos
alexcasalboni Feb 5, 2025
fd28977
feat: add first set of registry FAQs
alexcasalboni Feb 5, 2025
bfa81e2
update brew install command
alexcasalboni Feb 6, 2025
01cba24
fix 2 typos
alexcasalboni Feb 10, 2025
7b50625
Merge branch 'main' into registry
alexcasalboni Feb 10, 2025
31ca9c4
Update CLI help output (to be updated once final)
alexcasalboni Feb 10, 2025
49609db
chore: update deps
alexcasalboni Feb 10, 2025
ddb4eab
move foundational concepts to its own page, add guide sub-sections, u…
alexcasalboni Feb 10, 2025
4aab256
chore: update deps
alexcasalboni Feb 11, 2025
9991a1d
feat: update CLI output, add reference implementations
alexcasalboni Feb 11, 2025
8c1f999
proofreading and improving flow
alexcasalboni Feb 12, 2025
5a36a3d
add manifest file section, add after-push instructions (archive/delet…
alexcasalboni Feb 12, 2025
40ab980
add curl/brew installation comments and udpate hints
alexcasalboni Feb 12, 2025
d77f891
add beta disclaimers everywhere, add push guided UX, clarify public/p…
alexcasalboni Feb 13, 2025
9c8333c
some typos, add test events sub-section
alexcasalboni Feb 13, 2025
9378aff
rename folder to just registry, update website links
alexcasalboni Feb 14, 2025
508225a
Merge branch 'main' into registry
alexcasalboni Feb 14, 2025
0044598
minor copyediting and fix broken links
alexcasalboni Feb 17, 2025
92203e5
another round of copyediting and minor updates
alexcasalboni Feb 17, 2025
9160d16
Add links to new GitHub repositories in OSS page
alexcasalboni Feb 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,19 @@
"group": "Services",
"pages": [
"services/overview",
{
"group": "Component Registry",
"icon": {
"name": "rectangle-history-circle-plus",
"style": "solid"
},
"pages": [
"services/registry/overview",
"services/registry/foundations",
"services/registry/developer-guide",
"services/registry/faqs"
]
},
{
"group": "Data Collection",
"icon": {
Expand Down
Binary file added images/registry-icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions open-source/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Edgee is proud to be 100% open source and we'd love to welcome you to our commun
Check out [our GitHub account](https://github.com/edgee-cloud/) and the main repositories below.


## Edgee Proxy
## Edgee CLI & Edgee Proxy

Edgee's core project is a reverse proxy built in Rust <Icon icon="crab" iconType="solid" />.
Edgee's core project is a CLI and reverse proxy built in Rust <Icon icon="crab" iconType="solid" />.


[<Icon icon="github" iconType="solid" /> /edgee-cloud/edgee](https://github.com/edgee-cloud/edgee)
Expand All @@ -32,6 +32,18 @@ Amplitude: [<Icon icon="github" iconType="solid" /> /edgee-cloud/amplitude-compo

Segment: [<Icon icon="github" iconType="solid" /> /edgee-cloud/segment-component](https://github.com/edgee-cloud/segment-component)

Piano Analytics: [<Icon icon="github" iconType="solid" /> /edgee-cloud/piano-analytics-component](https://github.com/edgee-cloud/piano-analytics-component)

Meta CAPI: [<Icon icon="github" iconType="solid" /> /edgee-cloud/meta-capi-component](https://github.com/edgee-cloud/meta-capi-component)

LinkedIn CAPI: [<Icon icon="github" iconType="solid" /> /edgee-cloud/linkedin-capi-component](https://github.com/edgee-cloud/linkedin-capi-component)

Snapchat CAPI: [<Icon icon="github" iconType="solid" /> /edgee-cloud/snapchat-capi-component](https://github.com/edgee-cloud/snapchat-capi-component)

Pinterest CAPI: [<Icon icon="github" iconType="solid" /> /edgee-cloud/pinterest-capi-component](https://github.com/edgee-cloud/pinterest-capi-component)

Amazon S3: [<Icon icon="github" iconType="solid" /> /edgee-cloud/s3-component](https://github.com/edgee-cloud/s3-component)


## Edgee Documentation

Expand Down
Loading
Loading