-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsidebars.js
95 lines (95 loc) · 2.39 KB
/
sidebars.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
module.exports = {
docs: [
{
type: 'category',
label: 'Wiki',
items: [
'primi-passi',
'calibrazioni',
{
type: 'category',
label: 'Firmware',
items: [
'firmware/firmware_stock',
'firmware/ripristino_bootloader',
'firmware/ripristino_bootloader_alternativo',
],
},
{
type: 'category',
label: 'Slicer',
items: ['slicer/slicer', {
type: 'category',
label: 'Cura',
items: [
'slicer/cura/cura',
'slicer/cura/cura_plugins',
'slicer/cura/impostazioni_cura',
'slicer/cura/mkswifiPlugin',
'slicer/cura/curaTempTower'
],
},
{
type: 'category',
label: 'Ideamaker',
items: ['slicer/ideamaker/ideamaker','slicer/ideamaker/ideamakerTempTower'],
},
{
type: 'category',
label: 'SuperSlicer',
items: [
'slicer/superslicer/superslicer',
],
},
],
},
{
type: 'category',
label: '3D Printing in generale',
items: ['3dprinting/flusso',],
},
'errori',
'manuale',
{
type: 'category',
label: 'Raspberry Pi',
items: [
'raspberry/introduzione',
'raspberry/installare_raspbian',
'raspberry/configurare_la_ghost',
'raspberry/multiboot',
'raspberry/octodash',
'raspberry/plugins',
'raspberry/octo_docker',
'raspberry/octoprint_pi_zero_2w'
],
},
{
type: 'category',
label: 'Marlin',
items: [
'marlin/firmware_compilato',
],
},
{
type: 'category',
label: 'Connessione Remota',
items: [
'connessione_remota/preparare_la_rete_domestica',
'connessione_remota/router',
'connessione_remota/vpn',
],
},
{
type: 'category',
label: 'Klipper',
items: [
'klipper/introduzione_klipper',
'klipper/installazione_raspberry',
'klipper/kiauh',
],
},
],
},
],
};