aboutsummaryrefslogtreecommitdiff
path: root/doc/book/quick-start
Commit message (Collapse)AuthorAgeFilesLines
* [doc-default-token] add default metrics_token in quick start + uniformize ↵Alex Auvolat2024-02-291-1/+2
| | | | use of base64
* Typohartraft2024-02-201-1/+1
| | | | Fix small typo on the getting started guide
* doc: mention `warn` and `error` as available log levelsemilylange2024-02-121-3/+4
| | | | | | | | | | | | | For some users, this might be their first time being interacting with the `env_logger` crate. As such, they might not be aware that less verbose log levels exist. Some might not want to log every incoming request, for example. This commit also adds syntax hints to the code-fence for bash for better syntax highlighting of that section, and repeats itself multiple times, that `info` is, in fact, the default. No changes to the recommendation of log levels were made.
* doc: update quick start and real world for v0.9.0doc-updatesAlex Auvolat2023-10-111-9/+10
|
* Merge branch 'main' into nextv0.9.0-rc1Alex Auvolat2023-10-031-2/+4
|\
| * doc: update endpoint_url documentationFlorian Klink2023-10-021-2/+4
| | | | | | | | | | | | | | | | | | | | | | Since `awscli` `>=1.29.0` or `>=2.13.0` it is now possible to use the `AWS_ENDPOINT_URL` environment variable, or the `endpoint_url` config key to override the endpoint URL. This means, the aws bash function to wrap with --endpoint-url is not necessary anymore. Update invocations to reflect that. https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html https://github.com/aws/aws-cli/issues/4454#issuecomment-1626116607
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-291-0/+3
|\|
| * move alpine linux info to binary package pageAlex Auvolat2023-08-281-19/+3
| |
| * Merge pull request 'doc: Add information about Alpine Linux package to Quick ↵Alex2023-08-281-0/+19
| |\ | | | | | | | | | | | | | | | Start' (#564) from jirutka/garage:alpine into next-0.8 Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/564
| | * doc: Add information about Alpine Linux package to Quick StartJakub Jirutka2023-05-071-0/+19
| | |
* | | Merge branch 'main' into nextAlex Auvolat2023-06-141-1/+1
|\| |
| * | doc: add an operations&maintenance section and move some pages thereAlex Auvolat2023-06-141-1/+1
| |/
* | Merge branch 'main' into nextAlex Auvolat2023-04-251-3/+3
|\|
| * docs(book/quickstart): adapt aws s3 commands to examplearthurlutz2023-04-031-3/+3
| | | | | | Signed-off-by: arthurlutz <arthurlutz@noreply.localhost>
* | Changed all instances of 'key new' to 'key create' to make it consistent as ↵Jonathan Davies2023-01-031-1/+1
|/ | | | bucket commands issued normally around the same time.
* Add best practices and doc of monitoring (fix #419)Alex Auvolat2022-11-161-2/+1
|
* Add a "build" section, doc for SDKecosystem/openapiQuentin Dufour2022-11-131-6/+6
|
* Use awscli in the getting started guideQuentin Dufour2022-11-111-40/+75
|
* Some work on documentation towards v0.8Alex Auvolat2022-09-141-0/+9
|
* Remove useless MC_REGION env variabledoc2Quentin Dufour2022-06-021-10/+0
|
* Small documentation updates (#237)Alex2022-02-101-1/+1
| | | | | | | | | Fixes #234, among other things Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/237 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>
* Update quickstart to set endpoints ending in localhostQuentin Dufour2022-02-071-2/+2
|
* Reorganize documentation for new website (#213)Alex2022-02-071-0/+286
This PR should be merged after the new website is deployed. - [x] Rename files - [x] Add front matter section to all `.md` files in the book (necessary for Zola) - [x] Change all internal links to use Zola's linking system that checks broken links - [x] Some updates to documentation contents and organization Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/213 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>