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
26
docs/src/SUMMARY.md
Normal file
26
docs/src/SUMMARY.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Summary
|
||||
|
||||
[Introduction](introduction.md)
|
||||
|
||||
---
|
||||
|
||||
# Helm Charts
|
||||
|
||||
- [Common Library](common-library/introduction.md)
|
||||
- [Add-ons](common-library/add-ons/index.md)
|
||||
- [code-server](common-library/add-ons/code-server/index.md)
|
||||
- [Storage](common-library/storage/index.md)
|
||||
- [Permissions](common-library/storage/permissions.md)
|
||||
- [Storage types](common-library/storage/types.md)
|
||||
- [PersistentVolumeClaim](common-library/storage/types/pvc.md)
|
||||
- [EmptyDir](common-library/storage/types/emptydir.md)
|
||||
- [HostPath](common-library/storage/types/hostpath.md)
|
||||
- [ConfigMap](common-library/storage/types/configmap.md)
|
||||
- [Secret](common-library/storage/types/secret.md)
|
||||
- [NFS share](common-library/storage/types/nfs-share.md)
|
||||
- [Custom](common-library/storage/types/custom.md)
|
||||
- [How to...](common-library/howto/index.md)
|
||||
- [Multiple subPaths for 1 volume](common-library/howto/multiple-subpath.md)
|
||||
- [Helm templates](common-library/howto/helm-templates.md)
|
||||
|
||||
- [App Template](app-template/introduction.md)
|
Loading…
Add table
Add a link
Reference in a new issue