Example Usage
Props
Object
required
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
An Object which contains all the information for the index page.
theme: SoftUI({
index: {
graph: {
enabled: Boolean,
lineGraph: Boolean,
tag: String,
max: Number,
},
},
});
theme: SoftUI({
index: {
graph: {
enabled: true,
lineGraph: false,
tag: "Memory (MB)",
max: 100,
},
},
});
Was this page helpful?