Skip to content

Commit

Permalink
Fix build and add CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
josejulio committed Oct 29, 2024
1 parent ff27f99 commit a7d7f52
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on:
pull_request:
branches: [main]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install and build
uses: withastro/action@v2
4 changes: 4 additions & 0 deletions src/content/docs/start-here/inventory-api.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Kessel Asset Inventory APIs
---

# Kessel Asset Inventory APIs
This document does not supersede any information in the API specification. This is meant to help explain why the API works the way that it does. In other words, think of the API specification as the API “syntax” documentation and this as the API “semantics” documentation.

Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/start-here/kafka-event.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Event Schema Design
---

# Event Schema Design
## Mapping to Cloud Events

Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/start-here/kessel-inventory.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Kessel Inventory
---

# Kessel Inventory

Kessel Inventory is a service that keeps track of resources (`rhel-host`, `k8s-policy`, `k8s-cluster`, `integrations`, etc)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Resource Identification
---

The following is a list of scenarios that impact how resource history is maintained.

### Resource Identification
Expand Down

0 comments on commit a7d7f52

Please sign in to comment.