mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(docs): Migrate to mdbook
This commit is contained in:
parent
bddb5685ab
commit
c637f2b7c2
30 changed files with 1614 additions and 435 deletions
44
docs/src/introduction.md
Normal file
44
docs/src/introduction.md
Normal file
|
@ -0,0 +1,44 @@
|
|||
# Welcome
|
||||
|
||||
Welcome to the documentation for the [bjw-s Helm charts](https://github.com/bjw-s/helm-charts) project.
|
||||
|
||||
## Getting started
|
||||
|
||||
[Helm](https://helm.sh) must be installed to use the charts in this repository.
|
||||
|
||||
Refer to Helm's [documentation](https://helm.sh/docs/) to get started.
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
helm repo add bjw-s http://bjw-s.github.io/helm-charts/
|
||||
```
|
||||
|
||||
You can then run `helm search repo bjw-s` to search the charts.
|
||||
|
||||
## Support
|
||||
|
||||
If you like this project, please consider supporting my work through my [GitHub sponsorship page](https://github.com/sponsors/bjw-s?frequency=one-time).
|
||||
|
||||
## How do I find people running Kubernetes at home?
|
||||
|
||||
### Discord
|
||||
|
||||
Join the k8s-at-home [Discord](https://discord.gg/sTMX7Vh) community on Discord.
|
||||
|
||||
### Repository topics
|
||||
|
||||
Have a look at people running Kubernetes at home
|
||||
[on GitHub](https://github.com/topics/k8s-at-home?o=desc&s=updated) and
|
||||
<!-- Disable link check because it requires login -->
|
||||
<!-- markdown-link-check-disable-next-line -->
|
||||
[on GitLab](https://gitlab.com/search?search=k8s-at-home).
|
||||
|
||||
### Search
|
||||
|
||||
You can use this following [search engine](https://nanne.dev/k8s-at-home-search/) provided by [@whazor](https://github.com/whazor) to search for public
|
||||
repositories containing any application you might wish to run.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the terms of the Apache 2.0 License license.
|
Loading…
Add table
Add a link
Reference in a new issue