Update names in docs

This commit is contained in:
JeremyStar™ 2024-03-23 13:30:59 +01:00
parent 5b0f666745
commit c673a48497

View file

@ -9,7 +9,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
``` ```
This helps you install the CORE Framework in the first place. This helps you install StarOpenSource UI in the first place.
## Installing CORE ## Installing CORE
Make sure you have the [CORE Framework](https://core.staropensource.de) set up in your project already. If not, [visit CORE's installation guide](https://core.staropensource.de/getting-started/setting-up/) and make sure CORE can fully initialize BEFORE any StarOpenSource UI elements are even loaded. Make sure you have the [CORE Framework](https://core.staropensource.de) set up in your project already. If not, [visit CORE's installation guide](https://core.staropensource.de/getting-started/setting-up/) and make sure CORE can fully initialize BEFORE any StarOpenSource UI elements are even loaded.
@ -49,7 +49,7 @@ git checkout stable
``` ```
</TabItem> </TabItem>
</Tabs> </Tabs>
### Updating CORE ### Updating SUI
<Tabs groupId="git"> <Tabs groupId="git">
<TabItem value="direct-develop" label="Develop branch"> <TabItem value="direct-develop" label="Develop branch">
```bash ```bash