Skip to content

Commit

Permalink
docs: updates for new website
Browse files Browse the repository at this point in the history
  • Loading branch information
drmorr0 committed Feb 7, 2025
1 parent e658de8 commit 89358b7
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 77 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

Breaking changes are annotated with the ⚠️ symbol.

## [2.0.0] - 2024-11-20
## v2.0.0 - 2024-11-20

### 🚀 Features

Expand All @@ -26,7 +26,7 @@ Breaking changes are annotated with the ⚠️ symbol.
- Update tracer permissions to read-only
- Don't set node-selector for sk-tracer in kustomize files

## [1.1.1] - 2024-10-09
## v1.1.1 - 2024-10-09

### 🐛 Bug Fixes

Expand All @@ -35,7 +35,7 @@ Breaking changes are annotated with the ⚠️ symbol.
- Regression on deleting objects in the simulated environment
- Handle local paths without `file:///`

## [1.1.0] - 2024-10-01
## v1.1.0 - 2024-10-01

### 🚀 Features

Expand All @@ -45,12 +45,12 @@ Breaking changes are annotated with the ⚠️ symbol.

- Split kustomize components into prod and sim clusters

## [1.0.1] - 2024-09-16
## v1.0.1 - 2024-09-16

### 🐛 Bug Fixes

- Use forked `parse_datetime` crate to correctly handle local/UTC time zones

## [1.0.0] - 2024-09-05
## v1.0.0 - 2024-09-05

<!-- generated by git-cliff -->
10 changes: 1 addition & 9 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Breaking changes are annotated with the ⚠️ symbol.
# https://keats.github.io/tera/docs/#introduction
body = """
{% if version %}\
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
## {{version}} - {{ timestamp | date(format="%Y-%m-%d") }}
{% else %}\
## [unreleased]
{% endif %}\
Expand All @@ -35,14 +35,6 @@ footer = """
"""
# remove the leading and trailing s
trim = true
# postprocessors
postprocessors = [
# { pattern = '<REPO>', replace = "https://github.com/orhun/git-cliff" }, # replace repository URL
]
# render body even when there are no releases to process
# render_always = true
# output file path
# output = "test.md"

[git]
# parse the commits based on https://www.conventionalcommits.org
Expand Down
1 change: 0 additions & 1 deletion docs/adv/autoscaling.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
1 change: 0 additions & 1 deletion docs/adv/config.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
1 change: 0 additions & 1 deletion docs/adv/hooks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
1 change: 0 additions & 1 deletion docs/adv/metrics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
1 change: 0 additions & 1 deletion docs/adv/traces.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
1 change: 0 additions & 1 deletion docs/components/sk-ctrl.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
1 change: 0 additions & 1 deletion docs/components/sk-driver.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
1 change: 0 additions & 1 deletion docs/components/sk-tracer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
1 change: 0 additions & 1 deletion docs/components/skctl.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
1 change: 0 additions & 1 deletion docs/dev/api_changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
6 changes: 5 additions & 1 deletion docs/dev/contributing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down Expand Up @@ -140,6 +139,11 @@ instead with an optional `testutils` feature.

## Making a PR

> [!WARNING]
> Due to the uncertain nature of copyright and IP law, this repository does not accept contributions that have been all
> or partially generated with GitHub Copilot or other LLM-based code generation tools. Please disable any such tools
> before authoring changes to this project.
Follow the standard process for opening a pull request. Please provide a nice description of your contribution. GitHub
actions will run tests, linting, and build. If there are any errors there, please fix them! Once your tests are
passing, one of the maintainers will sign off on the PR and merge it to master.
1 change: 0 additions & 1 deletion docs/dev/setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
46 changes: 0 additions & 46 deletions docs/faq.md

This file was deleted.

Binary file modified docs/images/sk-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/intro/concepts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
1 change: 0 additions & 1 deletion docs/intro/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
1 change: 0 additions & 1 deletion docs/intro/running.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!--
project: SimKube
template: docs.html
-->

Expand Down
2 changes: 0 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
nav:
- Home: README.md
- FAQ: docs/faq.md
- Getting Started:
- Concepts: docs/intro/concepts.md
- Installation: docs/intro/installation.md
Expand Down

0 comments on commit 89358b7

Please sign in to comment.