fix baseUrl (#8347)
This commit is contained in:
@@ -245,7 +245,7 @@ export default function ContentCard({
|
||||
) : (
|
||||
<img
|
||||
style={styles.placeholderLogo}
|
||||
src="/goose/img/goose.svg"
|
||||
src="/img/goose.svg"
|
||||
alt="Goose logo placeholder"
|
||||
/>
|
||||
)}
|
||||
|
||||
@@ -4,7 +4,7 @@ import Admonition from '@theme/Admonition';
|
||||
export const PlatformExtensionNote = ({ defaultEnabled = true }) => {
|
||||
return (
|
||||
<Admonition type="info" title="Platform Extension">
|
||||
<p>This is a <a href="/goose/docs/getting-started/using-extensions#built-in-platform-extensions">built-in platform extension</a>{defaultEnabled && " that's enabled by default for new users"}. Platform extensions provide core functionality and are used within goose just like external MCP server extensions.</p>
|
||||
<p>This is a <a href="/docs/getting-started/using-extensions#built-in-platform-extensions">built-in platform extension</a>{defaultEnabled && " that's enabled by default for new users"}. Platform extensions provide core functionality and are used within goose just like external MCP server extensions.</p>
|
||||
</Admonition>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ export const RateLimits = () => {
|
||||
<br />
|
||||
Some providers also have rate limits on API usage, which can affect your
|
||||
experience. Check out our{" "}
|
||||
<a href="/goose/docs/guides/handling-llm-rate-limits-with-goose" target="_blank">
|
||||
<a href="/docs/guides/handling-llm-rate-limits-with-goose" target="_blank">
|
||||
Handling Rate Limits
|
||||
</a>{" "}
|
||||
guide to learn how to efficiently manage these limits while using goose.
|
||||
|
||||
@@ -12,7 +12,7 @@ const RecipeFields = () => {
|
||||
<li><strong>Parameters</strong> to accept dynamic values</li>
|
||||
<li><strong>Model and provider</strong> to specify which provider and model the recipe should use</li>
|
||||
<li><strong>Extensions</strong> to select which tools are available</li>
|
||||
<li><strong>Response JSON schema</strong> for <a href="/goose/docs/guides/recipes/session-recipes#structured-output-for-automation">structured output in automations</a></li>
|
||||
<li><strong>Response JSON schema</strong> for <a href="/docs/guides/recipes/session-recipes#structured-output-for-automation">structured output in automations</a></li>
|
||||
<li><strong>Subrecipes</strong> to attach existing subrecipes or create a new one inline</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user