Skip to content

Commit

Permalink
docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
docs.yml committed Jan 5, 2024
1 parent 8a34c35 commit f9e8451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions site/content/en/main/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aliases: []

#### **_Type safe Kubernetes middleware for humans_**

<img align="right" width="40%" src=".images/pepr.png" />
<img align="right" width="40%" src="_images/pepr.png" />

Pepr is on a mission to save Kubernetes from the tyranny of YAML, intimidating glue code, bash scripts, and other makeshift solutions. As a Kubernetes controller, Pepr empowers you to define Kubernetes transformations using TypeScript, without software development expertise thanks to plain-english configurations. Pepr transforms a patchwork of forks, scripts, overlays, and other chaos into a cohesive, well-structured, and maintainable system. With Pepr, you can seamlessly transition IT ops tribal knowledge into code, simplifying documentation, testing, validation, and coordination of changes for a more predictable outcome.

Expand Down Expand Up @@ -139,8 +139,8 @@ See [actions](./actions/) for more details.

## Logical Pepr Flow

![Arch Diagram](./.images/pepr-arch.svg)
[Source Diagram](./.images/pepr-arch.svg)
![Arch Diagram](./_images/pepr-arch.svg)
[Source Diagram](_images/pepr-arch.svg)

## TypeScript

Expand Down
1 change: 0 additions & 1 deletion site/hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# baseURL: "https://pepr-docs.netlify.app/"
enableGitInfo: true
enableRobotsTXT: true
relativeURLs: false
Expand Down

0 comments on commit f9e8451

Please sign in to comment.