setup a basic documentation structure

This commit is contained in:
Sebastian Wendel 2022-07-30 21:10:17 +02:00
parent 665ef9cb7b
commit 0ba6eef3ef
No known key found for this signature in database
GPG key ID: 1422B7DF78144640
5 changed files with 29 additions and 2 deletions

View file

@ -0,0 +1,7 @@
# Gitea
* <https://gitea.com/gitea/helm-chart/>
```sh
kubectl get secrets --namespace gitea fcos-gitea-inline-config -o jsonpath="{.data.admin}" | base64 --decode
```

View file

@ -4,3 +4,7 @@
kubectl get secrets --namespace keycloak fcos-keycloak-initial-admin -o jsonpath="{.data.username}" | base64 --decode
kubectl get secrets --namespace keycloak fcos-keycloak-initial-admin -o jsonpath="{.data.password}" | base64 --decode
```
```sh
python -c 'import sys, yaml, json; print(yaml.dump(json.loads(sys.stdin.read())))' < realm-export.json > realm-export.yaml
```

3
docs/basics.md Normal file
View file

@ -0,0 +1,3 @@
# Basics
## Concepts

11
docs/getting-started.md Normal file
View file

@ -0,0 +1,11 @@
# Getting Started
## Overview
## Features
## Supported Providers
## Resources
## Security

View file

@ -11,8 +11,10 @@ theme:
favicon: assets/fc_logo.ico
nav:
- Home: index.md
- Getting started:
- Keycload: gettingstarted/keycload.md
- Getting started: getting-started.md
- Application:
- Keycloak: applications/keycloak.md
- Gitea: applications/gitea.md
- Development:
- Contributing: development/contributing.md
markdown_extensions: