File size: 3,148 Bytes
f500658
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
  "navigation": [
    {
      "title": "Start here",
      "items": [
        {
          "title": "Overview",
          "path": "index.md"
        },
        {
          "title": "Quickstart",
          "path": "quickstart.md"
        },
        {
          "title": "Using Pi",
          "path": "usage.md"
        },
        {
          "title": "Providers",
          "path": "providers.md"
        },
        {
          "title": "Security",
          "path": "security.md"
        },
        {
          "title": "Containerization",
          "path": "containerization.md"
        },
        {
          "title": "Settings",
          "path": "settings.md"
        },
        {
          "title": "Keybindings",
          "path": "keybindings.md"
        },
        {
          "title": "Sessions",
          "path": "sessions.md"
        },
        {
          "title": "Compaction",
          "path": "compaction.md"
        }
      ]
    },
    {
      "title": "Customization",
      "items": [
        {
          "title": "Extensions",
          "path": "extensions.md"
        },
        {
          "title": "Skills",
          "path": "skills.md"
        },
        {
          "title": "Prompt Templates",
          "path": "prompt-templates.md"
        },
        {
          "title": "Themes",
          "path": "themes.md"
        },
        {
          "title": "Pi Packages",
          "path": "packages.md"
        },
        {
          "title": "Custom Models",
          "path": "models.md"
        },
        {
          "title": "Custom Providers",
          "path": "custom-provider.md"
        }
      ]
    },
    {
      "title": "Reference",
      "items": [
        {
          "title": "Environment Variables",
          "path": "environment-variables.md"
        },
        {
          "title": "Session Format",
          "path": "session-format.md"
        }
      ]
    },
    {
      "title": "Programmatic Usage",
      "items": [
        {
          "title": "SDK",
          "path": "sdk.md"
        },
        {
          "title": "RPC Mode",
          "path": "rpc.md"
        },
        {
          "title": "JSON Event Stream Mode",
          "path": "json.md"
        },
        {
          "title": "TUI Components",
          "path": "tui.md"
        }
      ]
    },
    {
      "title": "Platform Setup",
      "items": [
        {
          "title": "Windows",
          "path": "windows.md"
        },
        {
          "title": "Termux on Android",
          "path": "termux.md"
        },
        {
          "title": "tmux",
          "path": "tmux.md"
        },
        {
          "title": "Terminal Setup",
          "path": "terminal-setup.md"
        },
        {
          "title": "Shell Aliases",
          "path": "shell-aliases.md"
        }
      ]
    },
    {
      "title": "Development",
      "items": [
        {
          "title": "Development",
          "path": "development.md"
        }
      ]
    }
  ],
  "redirects": [
    {
      "from": "session.md",
      "to": "session-format.md"
    },
    {
      "from": "tree.md",
      "to": "sessions.md"
    }
  ]
}