You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Employ simple data-science tools to discover real planets and add them to your collection',
22
+
icon: '🪐',
23
+
href: '/garden',// We should probably provide landing pages for each "module" which leads into the documentation. A good pre-cursor to the onboarding components
24
+
},
25
+
{
26
+
name: 'Desert Exploration',// Need to come up with a more suitable name
27
+
description: 'Take photos with the Mars rovers and discuss your findings with your faction',
28
+
icon: '📸',
29
+
href: '/garden',
30
+
},
31
+
{
32
+
name: 'Planet Huners',
33
+
description: 'Employ simple data-science tools to discover real planets and add them to your collection',
34
+
icon: '🪐',
35
+
href: '/garden',
36
+
},
37
+
{
38
+
name: 'Planet Hters',
39
+
description: 'Employ simple data-science tools to discover real planets and add them to your collection',
40
+
icon: '🪐',
41
+
href: '/garden',
42
+
},
43
+
];
44
+
45
+
exportconstfooterNavigation={
46
+
app: [// Possibly should add icons as well
47
+
{
48
+
name: 'Documentation',href: '/',
49
+
},
50
+
{
51
+
name: 'Open-source',href: '/',
52
+
},
53
+
{
54
+
name: 'Datasets',href: '/',
55
+
},
56
+
{
57
+
name: 'Knowledge Base',href: '/',// Something like a public deta module of all anytype, etc
58
+
},
59
+
],
60
+
company: [
61
+
{
62
+
name: 'made by Talonova Aerospace',href: 'https://talonova.space',
63
+
},
64
+
{
65
+
name: 'a subsidiary of Talon Group',href: 'https://group.talonova.space',
66
+
},
67
+
{
68
+
name: 'Designed by Liam Arbuckle',href: 'https://www.linkedin.com/in/liam-arbuckle-8bb257188/',
0 commit comments