We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5aaa7a commit bc9d164Copy full SHA for bc9d164
1 file changed
apps/docs/app/layout.config.tsx
@@ -16,5 +16,27 @@ export const baseOptions: BaseLayoutProps = {
16
),
17
transparentMode: 'top',
18
},
19
+ links: [
20
+ {
21
+ text: 'Guides',
22
+ url: '/docs/guides/getting-started',
23
+ active: 'nested-url',
24
+ },
25
26
+ text: 'Concepts',
27
+ url: '/docs/concepts/manifesto',
28
29
30
31
+ text: 'Specs',
32
+ url: '/docs/specifications/data/architecture',
33
34
35
36
+ text: 'Reference',
37
+ url: '/docs/references/data/core/Object',
38
39
40
+ ],
41
githubUrl: 'https://github.com/objectstack-ai/spec',
42
};
0 commit comments