-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3443 from KBVE/beta
Preparing Release Branch
- Loading branch information
Showing
22 changed files
with
611 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: Disclaimer | ||
description: | | ||
The Official KBVE Disclaimer | ||
sidebar: | ||
label: Disclaimer | ||
order: 2 | ||
unsplash: 1477959858617-67f85cf4f1df | ||
img: https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?fit=crop&w=1400&h=700&q=75 | ||
tags: | ||
- legal | ||
- disclaimer | ||
--- | ||
|
||
import { | ||
Card, | ||
CardGrid, | ||
LinkCard, | ||
Steps, | ||
Aside, | ||
Tabs, | ||
TabItem, | ||
} from '@astrojs/starlight/components'; | ||
|
||
## Disclaimer | ||
|
||
We are doing our best to prepare the content of this site. | ||
However, KBVE (and its associations and subsidiaries) cannot warranty the expressions | ||
and suggestions of the contents, as well as its accuracy. | ||
In addition, to | ||
the extent permitted by the law, KBVE (assocations and subsidiaries) shall | ||
not be responsible for any losses and/or damages due to the usage of the | ||
information on our website(s). | ||
KBVE (content, site, files) is for | ||
informational and/or entertainment purposes only, you should not construe | ||
any such information or other material as legal, statutory, tax, | ||
investment, financial, or other advice. | ||
Nothing contained on KBVE | ||
(content, site, files ) constitutes a solicitation, recommendation, | ||
endorsement, or offer by KBVE or any third party service provider to buy | ||
or sell any securities or other financial instruments in this or in in any | ||
other jurisdiction in which such solicitation or offer would be unlawful | ||
under the securities laws of such jurisdiction. | ||
By using our website | ||
(including content), you hereby consent to our disclaimer and agree to its | ||
terms. | ||
The links contained on our website may lead to external sites, | ||
which are provided for convenience only. | ||
Any information or statements | ||
that appeared in these sites are not sponsored, endorsed, or otherwise | ||
approved by KBVE. | ||
For these external sites, KBVE cannot be held liable for | ||
the availability of, or the content located on or through it. | ||
Plus, any | ||
losses or damages occurred from using these contents or the internet | ||
generally. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
title: Legal | ||
description: | | ||
Explore the legal documentation for KBVE, including our Privacy Policy, Cookie Policy, End-User License Agreement (EULA), and Terms of Service. | ||
Ensure you understand your rights and responsibilities as a user of our website and applications | ||
sidebar: | ||
label: Legal | ||
order: 1 | ||
unsplash: 1477959858617-67f85cf4f1df | ||
img: https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?fit=crop&w=1400&h=700&q=75 | ||
tags: | ||
- legal | ||
--- | ||
|
||
import { | ||
Card, | ||
CardGrid, | ||
LinkCard, | ||
Steps, | ||
Aside, | ||
Tabs, | ||
TabItem, | ||
} from '@astrojs/starlight/components'; | ||
|
||
# Legal Documentation Overview | ||
|
||
<CardGrid> | ||
<LinkCard href="/legal/privacy" title="Privacy Policy" icon="shield"> | ||
Explore how we extract data, use cookies, and protect your personal information. | ||
</LinkCard> | ||
<LinkCard href="/legal/disclaimer" title="Disclaimer" icon="document"> | ||
Under the legal disclaimer that refers to all our services, software and applications. | ||
</LinkCard> | ||
<LinkCard href="/legal/eula" title="End-User License Agreement (EULA)" icon="document"> | ||
Review the terms governing the use of our software applications. | ||
</LinkCard> | ||
<LinkCard href="/legal/tos" title="Terms of Service" icon="gavel"> | ||
Familiarize yourself with the rules and guidelines for using our services. | ||
</LinkCard> | ||
</CardGrid> | ||
|
||
|
||
<Aside type="note" title="Important"> | ||
Please read each document carefully to fully understand your rights and obligations. | ||
</Aside> | ||
|
||
|
||
## Steps to Access Legal Documents | ||
|
||
<Steps> | ||
1. **Navigate to the desired document**: Click on the relevant card above to go to the specific legal document's page. | ||
2. **Read the document thoroughly**: Ensure you comprehend all the terms and conditions outlined. | ||
3. **Contact us for clarifications**: If you have any questions, reach out to our support team for assistance. | ||
</Steps> | ||
|
||
## Frequently Asked Questions | ||
|
||
<Tabs> | ||
<TabItem label="What is the purpose of the Privacy Policy?"> | ||
The Privacy Policy explains how we handle your personal data, including collection, usage, and protection measures. | ||
</TabItem> | ||
<TabItem label="How can I manage cookies on your site?"> | ||
Our Cookie Policy, under Policy, provides details on cookie management, including how to control or delete them as per your preferences. | ||
</TabItem> | ||
<TabItem label="What does the EULA cover?"> | ||
The End-User License Agreement outlines the terms under which you may use our software applications. | ||
</TabItem> | ||
<TabItem label="Where can I find the Terms of Service?"> | ||
The Terms of Service are accessible through the 'Terms of Service' card above, detailing the guidelines for using our services. | ||
</TabItem> | ||
</Tabs> |
31 changes: 19 additions & 12 deletions
31
apps/kbve.com/src/content/legal/privacy.mdx → ...ve.com/src/content/docs/legal/privacy.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: 'November: 28th' | ||
category: Daily | ||
date: 2024-11-28 12:00:00 | ||
client: Self | ||
unsplash: 1732601471603-404af59bc450 | ||
img: https://images.unsplash.com/photo-1732601471603-404af59bc450?crop=entropy&cs=srgb&fm=jpg&ixid=MnwzNjM5Nzd8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODE3NDg2ODY&ixlib=rb-4.0.3&q=85 | ||
description: November 28th. | ||
tags: | ||
- daily | ||
--- | ||
|
||
import { Adsense, Tasks } from '@kbve/astropad'; | ||
|
||
## 2024 | ||
|
||
- 01:40AM | ||
|
||
**GameServer** | ||
|
||
I am keeping track of the gameserver stats, which comes with some great surprises! | ||
Our current gameserver is a 4mb docker build with about 2.7mb ram usage! | ||
I think that has been my best build so far this year, really excited about it as well. | ||
Yet I think there are some issues with the helm chart and the UDP access, but I think I can figure it out. | ||
|
||
- 03:05AM | ||
|
||
**Nightly** | ||
|
||
Still working through the code to help me get a better understanding, but there are so many weird issues that I run into. | ||
I am still a bit lost in the process of the websockets but I think that might be just a lack of experience? | ||
|
||
- 03:10PM | ||
|
||
**CI** | ||
|
||
It looks like we are having some CI build problems and I am not too sure if its from the `SuperTiled` pack or not? | ||
Maybe what we can do is disable that package or change the image for which the ci-alpha is building from? | ||
Going to drop the `ubuntu-latest` to `ubuntu-20.04` and see if that can solve that problem. | ||
|
||
|
||
- 09:57PM | ||
|
||
**Deployment** | ||
|
||
We might have to restructure the deployment, keeping track of what we need for the helm deployment. | ||
The fleet deployment information is as follows: | ||
|
||
Repo: `https://github.com/KBVE/kbve.git` | ||
Branch : `dev` | ||
Paths: `/migrations/kube/charts/rareicon` | ||
|
||
These are all that are needed before we move forward with the helm deployment. | ||
Let me go ahead and deploy this out now before my next match. | ||
|
||
|
||
<Adsense /> |
Oops, something went wrong.