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 14 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
11 changes: 11 additions & 0 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@
"group": "Services",
"pages": [
"services/overview",
{
"group": "Component Registry",
"icon": "rectangle-history-circle-plus",
"iconType": "solid",
"pages": [
"services/component-registry/overview",
"services/component-registry/foundational-concepts",
"services/component-registry/developer-guide",
"services/component-registry/faqs"
]
},
{
"group": "Data Collection",
"icon": "chart-simple",
Expand Down
130 changes: 65 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"links": "mintlify broken-links"
},
"dependencies": {
"mintlify": "^4.0.375"
"mintlify": "^4.0.382"
}
}
Loading