Skip to content

Commit ca30eb2

Browse files
committed
Put the troubleshooting guide into a sidebar
1 parent 928aea0 commit ca30eb2

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/docs/00300-resources/00050-troubleshooting.md renamed to docs/docs/00300-resources/00100-how-to/00050-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If rows from a table or view never appear and row callbacks are never invoked, y
7676

7777
#### Add a subscription
7878

79-
In order for rows to be visible to a client, you must subscribe to a table or view. See [Subscriptions](../00200-core-concepts/00400-subscriptions.md).
79+
In order for rows to be visible to a client, you must subscribe to a table or view. See [Subscriptions](../../00200-core-concepts/00400-subscriptions.md).
8080

8181
#### Check for subscription errors
8282

@@ -112,7 +112,7 @@ If functions that aren't scheduled aren't showing up, or views aren't visible, i
112112

113113
### Tables not visible to client
114114

115-
If a table isn't visible in client codegen, and you've already run `spacetime generate` or are using `spacetime dev`, the table may be private. Only tables marked public will be visible to clients and are available for subscriptions. See [Defining Tables](../00200-core-concepts/00300-tables.md#defining-tables) for how to mark a table public.
115+
If a table isn't visible in client codegen, and you've already run `spacetime generate` or are using `spacetime dev`, the table may be private. Only tables marked public will be visible to clients and are available for subscriptions. See [Defining Tables](../../00200-core-concepts/00300-tables.md#defining-tables) for how to mark a table public.
116116

117117
### Compilation or type errors in generated `module_bindings`
118118

docs/sidebars.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ const sidebars: SidebarsConfig = {
9595
value: '<div class="spacetime-menu-header">Developer Resources</div>',
9696
defaultStyle: false,
9797
},
98+
{
99+
type: 'ref',
100+
label: 'Basic troubleshooting',
101+
id: 'resources/how-to/troubleshooting',
102+
},
98103
{
99104
type: 'ref',
100105
label: 'Migrating from 1.0 to 2.0',

0 commit comments

Comments
 (0)