Skip to content

Commit 78b606c

Browse files
authored
Merge pull request #1 from oxia-db/notice
Changed Copyright attribution
2 parents fba6134 + cb6c86a commit 78b606c

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

NOTICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Oxia - Metadata store and coordination system
2+
Copyright 2023-2025 The Oxia Authors

src/app/layout.jsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default async function RootLayout({ children }) {
3232
}
3333

3434
projectLink="https://github.com/oxia-db/oxia"
35-
// chatLink="https://discord.gg/hEM84NMkRv"
35+
// chatLink="https://cloud-native.slack.com/archives/C09KFHURYF8"
3636
/>
3737
)
3838
const pageMap = await getPageMap()
@@ -47,7 +47,14 @@ export default async function RootLayout({ children }) {
4747
docsRepositoryBase="https://github.com/oxia-db/oxia-db.github.io/blob/main"
4848
sidebar={{ defaultMenuCollapseLevel: 1 }}
4949
pageMap={pageMap}
50-
footer={<Footer> Copyright © {new Date().getFullYear()} &nbsp; <a target="_blank" href="https://streamnative.io/"> StreamNative</a> </Footer>}
50+
footer={
51+
<Footer>
52+
Copyright © 2023-{new Date().getFullYear()} &nbsp; Oxia a Series of LF Projects, LLC
53+
&mdash;
54+
For website terms of use, trademark policy and other project policies please see
55+
&nbsp; <a href="https://lfprojects.org/policies">https://lfprojects.org/policies</a>.
56+
</Footer>
57+
}
5158
>
5259
{children}
5360
</Layout>

src/content/deployment/bare-metal.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Suppose you don't have the Kubernetes environment or some container-based system
1010
1111
## Download code from the GitHub
1212

13-
You can check https://github.com/oxia-db/oxia to download the source of StreamNative oxia.
13+
You can check https://github.com/oxia-db/oxia to download the source of Oxia.
1414

1515
## Build from the source code
1616

17-
Change the directory to the root directory of StreamNative oxia project.
17+
Change the directory to the root directory of Oxia project.
1818

1919
```shell
2020
cd <directory>/oxia

src/content/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import {Steps, Tabs} from 'nextra/components'
4848
Using docker this can be done with:
4949

5050
```shell
51-
docker run -p 6648:6648 streamnative/oxia:latest oxia standalone
51+
docker run -p 6648:6648 oxia/oxia:latest oxia standalone
5252
```
5353

5454
### Interacting with Oxia

0 commit comments

Comments
 (0)