Example Usage
Props
string
required
The name of the website
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A String which is the name of your website and displayed in a lot of places.
theme: SoftUI({
websiteName: String,
});
theme: SoftUI({
websiteName: "Assistants",
});
Was this page helpful?