File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,25 +18,25 @@ export const baseOptions: BaseLayoutProps = {
1818 } ,
1919 links : [
2020 {
21- text : 'Guides' ,
22- url : '/docs/guides/getting-started' ,
23- active : 'nested-url' ,
24- } ,
25- {
26- text : 'Concepts' ,
27- url : '/docs/concepts/manifesto' ,
28- active : 'nested-url' ,
29- } ,
30- {
31- text : 'Specs' ,
32- url : '/docs/specifications/data/architecture' ,
33- active : 'nested-url' ,
34- } ,
35- {
36- text : 'Reference' ,
37- url : '/docs/references/data/core/Object' ,
21+ text : 'Documentation' ,
22+ url : '/docs/' ,
3823 active : 'nested-url' ,
3924 } ,
25+ // {
26+ // text: 'Concepts',
27+ // url: '/docs/concepts/manifesto',
28+ // active: 'nested-url',
29+ // },
30+ // {
31+ // text: 'Specs',
32+ // url: '/docs/specifications/data/architecture',
33+ // active: 'nested-url',
34+ // },
35+ // {
36+ // text: 'Reference',
37+ // url: '/docs/references/data/core/Object',
38+ // active: 'nested-url',
39+ // },
4040 ] ,
4141 githubUrl : 'https://github.com/objectstack-ai/spec' ,
4242} ;
Original file line number Diff line number Diff line change 11{
22 "title" : " Concepts" ,
3+ "root" : true ,
34 "pages" : [
45 " manifesto" ,
56 " core-values" ,
Original file line number Diff line number Diff line change 11{
22 "title" : " Developer Guides" ,
3+ "root" : true ,
34 "pages" : [
45 " getting-started" ,
56 " installation" ,
Original file line number Diff line number Diff line change 11{
22 "title" : " Documentation" ,
33 "pages" : [
4- " index" ,
54 " guides" ,
65 " concepts" ,
76 " specifications" ,
Original file line number Diff line number Diff line change 11{
2- "title" : " AI Protocol" ,
3- "root" : true
2+ "title" : " AI Protocol"
43}
Original file line number Diff line number Diff line change 11{
22 "title" : " Data Protocol" ,
3- "root" : true ,
43 "pages" : [
54 " core" ,
65 " logic" ,
Original file line number Diff line number Diff line change 11{
22 "label" : " Protocol Reference" ,
3+ "root" : true ,
34 "order" : 100 ,
45 "pages" : [
56 " data" ,
Original file line number Diff line number Diff line change 11{
22 "title" : " System Protocol" ,
3- "root" : true ,
43 "pages" : [
54 " identity" ,
65 " integration" ,
Original file line number Diff line number Diff line change 11{
22 "title" : " UI Protocol" ,
3- "root" : true ,
43 "pages" : [
54 " app" ,
65 " views" ,
Original file line number Diff line number Diff line change 11{
22 "title" : " Specifications" ,
3+ "root" : true ,
34 "pages" : [
45 " data" ,
56 " ui" ,
You can’t perform that action at this time.
0 commit comments