diff --git a/docs/docs/_partial-onboarding.mdx b/docs/docs/_partial-onboarding.mdx index 2ef5c4ad..ce1f1939 100644 --- a/docs/docs/_partial-onboarding.mdx +++ b/docs/docs/_partial-onboarding.mdx @@ -2,7 +2,7 @@ import Icon from "@site/src/components/icon/icon"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -## Complete the application onboarding process +## Complete the application onboarding process {#application-onboarding} The first time you start the OpenRAG application, you must complete the application onboarding process to select language and embedding models that are essential for OpenRAG features like the [**Chat**](/chat). diff --git a/docs/docs/get-started/manage-services.mdx b/docs/docs/get-started/manage-services.mdx index 4e851a3a..4ba0cc1d 100644 --- a/docs/docs/get-started/manage-services.mdx +++ b/docs/docs/get-started/manage-services.mdx @@ -3,6 +3,8 @@ title: Manage OpenRAG containers and services slug: /manage-services --- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; import PartialDockerComposeUp from '@site/docs/_partial-docker-compose-up.mdx'; import PartialDockerComposeDownAndPrune from '@site/docs/_partial-docker-compose-down-and-prune.mdx'; import PartialFactorResetWarning from '@site/docs/_partial-factory-reset-warning.mdx';