Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Update docusaurus #261

Merged
merged 3 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ systems are handled. As more and more organizations adopt Apache Kafka as a
vital component of their technology stacks, the need for effective Apache Kafka
governance becomes paramount.

<!--truncate-->

A common challenge companies face is the inability to effectively govern
and manage access permissions for the numerous topics created,
often numbering in the hundreds or even thousands.
Expand Down
2 changes: 2 additions & 0 deletions blog/2023/07/high-availability-for-klaw.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ implementing these measures, we can ensure continuous operation, enhance
reliability, and deliver a seamless user experience, even during
unexpected failures.

<!--truncate-->

### Why High Availability matters

High Availability (HA) is a design principle to ensure operational
Expand Down
2 changes: 2 additions & 0 deletions blog/2023/09/schema-management-disaster-recovery-in-klaw.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ date: Sep 5, 2023
This article explores the significance, evolution, and management of schemas in Klaw. It also covers how Klaw safeguards
organizations against data loss by creating schema backups for disaster and failure recovery.

<!--truncate-->

## Schemas

Data governance is becoming increasingly important for organizations that want to improve data quality, comply with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ date: Nov 22, 2023

We, as an integral part of the Klaw open-source project, are committed to upholding the true spirit of open-source values. To ensure transparency and foster trust within our community, we have an important update to share.

<!--truncate-->

**Discovery of legacy tracking code:**
We recently identified a piece of legacy, non-functional tracking code within our codebase. This code, originating from a previous version of our project, used Google tag (gtag) for analytics purposes. It was designed to track various user interactions on our site, including page views, scrolls, outbound link clicks, file downloads, video plays, site searches, and form interactions.

Expand Down
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const config = {
}),
plugins: [
() => ({
name: "custom-plugin", // Add a unique name here
postBuild(props) {
createLinkFile(props);
addRedirectsFile(props);
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
]
},
"dependencies": {
"@docusaurus/core": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "^3.0.1",
"@snowplow/browser-tracker": "^3.24.2",
"clsx": "^2.1.1",
Expand All @@ -49,8 +49,8 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@docusaurus/eslint-plugin": "^3.4.0",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/eslint-plugin": "^3.5.2",
"@docusaurus/module-type-aliases": "3.5.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-json": "^4.0.1",
Expand Down
Loading