docs: expose other installation methods (#1685)

* docs: expose other installation methods

* fix case in manifest
This commit is contained in:
Calvin W.
2025-08-06 14:59:05 +08:00
committed by GitHub
parent 060d57a2b9
commit 2b45ef7bcf
11 changed files with 246 additions and 103 deletions

View File

@@ -119,10 +119,10 @@ As Olares evolves, the configuration specification of `OlaresManifest.yaml` may
Developers can use 1-3 digit version numbers to indicate the application's configuration version. Here are some examples of valid versions:
```Yaml
OlaresManifest.yaml.version: 1
OlaresManifest.yaml.version: 1.1.0
OlaresManifest.yaml.version: '2.2'
OlaresManifest.yaml.version: "3.0.122"
olaresManifest.yaml.version: 1
olaresManifest.yaml.version: 1.1.0
olaresManifest.yaml.version: '2.2'
olaresManifest.yaml.version: "3.0.122"
```
## Metadata