Skip to content

Commit

Permalink
unify naming to data-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
pokornyd committed Nov 7, 2024
1 parent b892091 commit 24ed55b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kontent.ai DataOps interface
# Kontent.ai data-ops interface

> [!IMPORTANT]
> This tool is currently under development. Some DataOps features can result in irreversible changes to your Kontent.ai environment, make sure you familiarize yourself with [data-ops CLI documentation](https://github.com/kontent-ai/data-ops) and use the tool at your own risk.
> This tool is currently under development. Some data-ops features can result in irreversible changes to your Kontent.ai environment, make sure you familiarize yourself with [data-ops CLI documentation](https://github.com/kontent-ai/data-ops) and use the tool at your own risk.
>
> Currently available features:
> * syncModel > run (only between environments)
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/kaipurple.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kontent.ai DataOps</title>
<title>Kontent.ai data-ops</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Header: React.FC = () => {
<img src="https://avatars.githubusercontent.com/u/150392983" alt="Kontent.ai" title="Kontent.ai" />
</div>
<div style={{ display: "flex", justifyContent: "space-between" }}>
<div>DataOps</div>
<div>data-ops</div>
</div>
</div>
);
Expand Down

0 comments on commit 24ed55b

Please sign in to comment.