Skip to content

Commit

Permalink
add handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz
Browse files Browse the repository at this point in the history
handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz-meta/README.md
handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz-meta/main.yaml
handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz-meta/values.schema.json
  • Loading branch information
catalogbot committed Dec 12, 2024
1 parent 9e4d838 commit 92684d5
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Handbook

This is the repository for our public [handbook](https://handbook.giantswarm.io/).

For purely internal information we have our [intranet](https://intranet.giantswarm.io).

## Repository Overview

The `content` folder of this repository is served using the static site generator [HUGO](https://gohugo.io/) docs page.
It is set up with the [Google docsy](https://github.com/google/docsy) theme and served at [https://handbook.giantswarm.io/](https://handbook.giantswarm.io/).

## Development

1. Create a `.env` file with the following content (replace the values with your own):
```
ORIGINS=localhost:8081
OAUTH_CLIENT_ID=23456789abcdef123456
OAUTH_CLIENT_SECRET=abcdef1234567890124567890abcdef123456789
GIT_HOSTNAME=
```
2. You can then easily test and render any changes to the handbook with:
```sh
docker-compose build --pull
docker-compose up
```
The locally rendered site should then be accessible via `http://localhost:8081`.
Or for a simplified setup, run `hugo server`.
Auto-generated content needs to be rendered manually (eg. `make rfcs`), as it's normally updated through a GitHub action.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz-meta/README.md
application.giantswarm.io/team: up
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz-meta/values.schema.json
chartApiVersion: v1
chartFile: handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz
dateCreated: '2024-12-12T16:07:51.359041Z'
digest: 6011fadb57c3960e8e43bdc6946db25f627f7afd48ec7ff31808ecdf7166f20e
home: https://github.com/giantswarm/handbook
icon: https://s.giantswarm.io/app-icons/handbook/1/dark.svg
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"staticJsCmsHugoStandaloneVersion": {
"type": "string"
},
"secrets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
},
"name": {
"type": "string"
}
}
}
}
}
}
20 changes: 19 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9580,6 +9580,24 @@ entries:
- https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/giantswarmio-nginx-app-0.6.3-04a1a88d37ddea8886bc2d0d7c7df4622838f379.tgz
version: 0.6.3-04a1a88d37ddea8886bc2d0d7c7df4622838f379
handbook:
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz-meta/README.md
application.giantswarm.io/team: up
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz-meta/values.schema.json
apiVersion: v1
appVersion: main
created: "2024-12-12T16:07:53.671924676Z"
description: A Helm chart for out handbook
digest: 6011fadb57c3960e8e43bdc6946db25f627f7afd48ec7ff31808ecdf7166f20e
home: https://github.com/giantswarm/handbook
icon: https://s.giantswarm.io/app-icons/handbook/1/dark.svg
name: handbook
sources:
- https://github.com/giantswarm/handbook
urls:
- https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/handbook-0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095.tgz
version: 0.13.92-fce6afe2045bc4f5625e59259398d6aa673af095
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/handbook-0.13.91-b69effd7ad95279d67081cbbfa5551a5b51333c8.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/handbook-0.13.91-b69effd7ad95279d67081cbbfa5551a5b51333c8.tgz-meta/README.md
Expand Down Expand Up @@ -10498,4 +10516,4 @@ entries:
urls:
- https://giantswarm.github.io/giantswarm-operations-platform-test-catalog/web-assets-app-0.12.2-794550fdee2ed66a0cd7ef5c7ba802a6626db441.tgz
version: 0.12.2-794550fdee2ed66a0cd7ef5c7ba802a6626db441
generated: "2024-12-12T15:57:42.37997991Z"
generated: "2024-12-12T16:07:53.670790623Z"

0 comments on commit 92684d5

Please sign in to comment.