Skip to content

Commit f206ddb

Browse files
committed
fix(docs): wire pdoc + TypeDoc API refs into sidebar; drop Examples
Added external sidebar links for the Python pdoc and TypeScript TypeDoc API references under Reference. Dropped the Examples category from the sidebar for now — example mdx files stay on disk so existing inbound links from guides and bindings pages keep working, they just no longer show up in navigation. Also regenerated both API doc sets.
1 parent cef9eea commit f206ddb

58 files changed

Lines changed: 225 additions & 224 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sidebars.ts

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,16 @@ const sidebars: SidebarsConfig = {
7676
'reference/architecture',
7777
'reference/configuration',
7878
'reference/cli',
79-
],
80-
},
81-
{
82-
type: 'category',
83-
label: 'Examples',
84-
items: [
85-
'examples/hello-service',
86-
'examples/cross-language',
87-
'examples/data-heavy-row-mode',
79+
{
80+
type: 'link',
81+
label: 'Python API (pdoc)',
82+
href: 'https://docs.aster.site/api/python/',
83+
},
84+
{
85+
type: 'link',
86+
label: 'TypeScript API (TypeDoc)',
87+
href: 'https://docs.aster.site/api/typescript/',
88+
},
8889
],
8990
},
9091
],

static/api/typescript/classes/AbortedError.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

static/api/typescript/classes/AdmissionDeniedError.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

static/api/typescript/classes/AlreadyExistsError.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

static/api/typescript/classes/AsterClientWrapper.html

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

static/api/typescript/classes/AsterServer.html

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

static/api/typescript/classes/AuditLogInterceptor.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

static/api/typescript/classes/AuthInterceptor.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

static/api/typescript/classes/CallContext.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

static/api/typescript/classes/CancelledError.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)