-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
docs(sdk): Reorganize getting-started section and add new categories #16421
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,10 +4,4 @@ description: The following content provides guidance for SDK development at Sent | |
| sidebar_order: 1 | ||
| --- | ||
|
|
||
| ## Philosophy | ||
|
|
||
| The [values](philosophy/) that shape what we build. Why SDKs exist, what makes a good one, and the design tradeoffs we navigate — trust, compatibility, minimalism, and user impact. | ||
|
|
||
| ## Principles | ||
|
|
||
| Working [principles](principles/) for how we collaborate, review, and ship. They translate philosophy into daily decisions: who owns what, when to automate vs. judge, and why small PRs beat big ones. | ||
| <PageGrid /> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate sidebar_order causes non-deterministic PageGrid orderingMedium Severity Switching from manually ordered links to Additional Locations (1) |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| title: Playbooks | ||
| description: Step-by-step workflows for common scenarios. Each references the standards it operationalizes. | ||
| sidebar_order: 4 | ||
| --- | ||
|
|
||
| <PageGrid /> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| title: Skills | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wander if we wanna limit this to skills or add a more general (AI) tools section? |
||
| description: Skills are reusable automation tools and procedures that help SDK teams enforce standards, streamline tasks, and maintain cross-SDK consistency. | ||
| sidebar_order: 5 | ||
| --- | ||
|
|
||
| <PageGrid /> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| title: Standards | ||
| description: Enforceable rules, each with a defined automation/enforcement mechanism. Cross-SDK baseline with per-SDK overrides. | ||
| sidebar_order: 3 | ||
| --- | ||
|
|
||
| <PageGrid /> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| title: Templates | ||
| description: Shared resources used to standardize key documentation and process patterns across all SDK repos. | ||
| sidebar_order: 6 | ||
| --- | ||
|
|
||
| <PageGrid /> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| title: GitHub Saved Replies | ||
| description: GitHub saved replies for common scenarios. These are team-approved responses - using them is expected and encouraged. | ||
| sidebar_order: 30 | ||
| --- |


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.
I do support this change. It was weird anyways that this was not linked to the Philosophy (and likewise for Principles) page 👍