Skip to content

Commit e36ef11

Browse files
sources: add new sources for docs on anolis, anolis-provider-sim, anolis-protocol, and fluxgraph
1 parent 40e681d commit e36ef11

1 file changed

Lines changed: 75 additions & 1 deletion

File tree

_data/sources.json

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,64 @@
11
{
22
"sources": [
3+
{
4+
"name": "anolis",
5+
"title": "anolis",
6+
"repo": "FEASTorg/anolis",
7+
"ref": "main",
8+
"subdir": "docs",
9+
"mount": "projects/anolis",
10+
"nav_order": 1,
11+
"redirect_from": [
12+
"/anolis/",
13+
"/anolis"
14+
],
15+
"exclude": [
16+
"**/*.xcf",
17+
"**/TODO.md"
18+
]
19+
},
20+
{
21+
"name": "anolis-provider-sim",
22+
"title": "anolis-provider-sim",
23+
"repo": "FEASTorg/anolis-provider-sim",
24+
"ref": "main",
25+
"subdir": "docs",
26+
"mount": "projects/anolis-provider-sim",
27+
"nav_order": 2,
28+
"redirect_from": [
29+
"/anolis-provider-sim/",
30+
"/anolis-provider-sim"
31+
],
32+
"exclude": [
33+
"**/*.xcf",
34+
"**/TODO.md"
35+
]
36+
},
37+
{
38+
"name": "anolis-protocol",
39+
"title": "anolis-protocol",
40+
"repo": "FEASTorg/anolis-protocol",
41+
"ref": "main",
42+
"subdir": "docs",
43+
"mount": "projects/anolis-protocol",
44+
"nav_order": 3,
45+
"redirect_from": [
46+
"/anolis-protocol/",
47+
"/anolis-protocol"
48+
],
49+
"exclude": [
50+
"**/*.xcf",
51+
"**/TODO.md"
52+
]
53+
},
354
{
455
"name": "breads",
556
"title": "BREADS",
657
"repo": "FEASTorg/BREADS",
758
"ref": "main",
859
"subdir": "docs",
960
"mount": "projects/breads",
10-
"nav_order": 1,
61+
"nav_order": 4,
1162
"redirect_from": [
1263
"/breads/",
1364
"/breads"
@@ -24,6 +75,7 @@
2475
"ref": "main",
2576
"subdir": "docs",
2677
"mount": "projects/crumbs",
78+
"nav_order": 5,
2779
"redirect_from": [
2880
"/crumbs/",
2981
"/crumbs"
@@ -33,13 +85,31 @@
3385
"**/TODO.md"
3486
]
3587
},
88+
{
89+
"name": "fluxgraph",
90+
"title": "fluxgraph",
91+
"repo": "FEASTorg/fluxgraph",
92+
"ref": "main",
93+
"subdir": "docs",
94+
"mount": "projects/fluxgraph",
95+
"nav_order": 6,
96+
"redirect_from": [
97+
"/fluxgraph/",
98+
"/fluxgraph"
99+
],
100+
"exclude": [
101+
"**/*.xcf",
102+
"**/TODO.md"
103+
]
104+
},
36105
{
37106
"name": "linux-wire",
38107
"title": "linux-wire",
39108
"repo": "FEASTorg/linux-wire",
40109
"ref": "main",
41110
"subdir": "docs",
42111
"mount": "projects/linux-wire",
112+
"nav_order": 7,
43113
"redirect_from": [
44114
"/linux-wire/",
45115
"/linux-wire"
@@ -56,6 +126,7 @@
56126
"ref": "main",
57127
"subdir": "docs",
58128
"mount": "developer-resources/kicad-master-lib",
129+
"nav_order": 8,
59130
"redirect_from": [
60131
"/kicad-master-lib/",
61132
"/kicad-master-lib"
@@ -72,6 +143,7 @@
72143
"ref": "main",
73144
"subdir": "docs",
74145
"mount": "developer-resources/kicad-simulation-examples",
146+
"nav_order": 9,
75147
"redirect_from": [
76148
"/kicad-simulation-examples/",
77149
"/kicad-simulation-examples"
@@ -88,6 +160,7 @@
88160
"ref": "main",
89161
"subdir": "docs",
90162
"mount": "projects/protokit",
163+
"nav_order": 10,
91164
"redirect_from": [
92165
"/protokit/",
93166
"/protokit"
@@ -104,6 +177,7 @@
104177
"ref": "main",
105178
"subdir": "docs",
106179
"mount": "projects/nano-dev-boards",
180+
"nav_order": 11,
107181
"redirect_from": [
108182
"/nano-dev-boards/",
109183
"/nano-dev-boards"

0 commit comments

Comments
 (0)