Commit ddf3bd5
docs: version-lock Omnigraph walkthroughs and schema reference to active version
The schema reference rendered the live `main` SDL while examples were locked to the
production-deployed version; the walkthroughs hardcoded 1.14.x schema/code against
production endpoints running 1.13.1 — so both were broken against production.
- Schema reference (OmnigraphSchemaDocExplorer) now loads the active version's frozen
schema.graphql instead of `enssdk/omnigraph/schema.graphql?raw`.
- Walkthroughs (omnigraph-graphql-api, enssdk, enskit) are split into per-version MDX
partials under @components/walkthroughs/<guide>/, with the route page rendering the
partial matching ACTIVE_OMNIGRAPH_VERSION. Authored v1.13.1 (production) and v1.14.1
(blue) variants; promote by bumping the constant.
- HostedInstanceSdkVersionWarning derives the pinned SDK version from the active version.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 758ed77 commit ddf3bd5
11 files changed
Lines changed: 1874 additions & 917 deletions
File tree
- docs/ensnode.io/src
- components
- molecules
- organisms
- walkthroughs
- enskit
- enssdk
- omnigraph-graphql-api
- content/docs/docs/integrate/integration-options
- enskit
- enssdk
Lines changed: 15 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
20 | | - | |
| 27 | + | |
21 | 28 | | |
22 | | - | |
23 | | - | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
27 | | - | |
| 34 | + | |
28 | 35 | | |
29 | 36 | | |
30 | | - | |
| 37 | + | |
31 | 38 | | |
32 | | - | |
| 39 | + | |
33 | 40 | | |
34 | | - | |
| 41 | + | |
35 | 42 | | |
36 | | - | |
| 43 | + | |
37 | 44 | | |
38 | | - | |
39 | | - | |
40 | 45 | | |
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
8 | 24 | | |
9 | 25 | | |
10 | 26 | | |
| |||
0 commit comments