Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-03-18 | 1 | -1/+1 |
|\ | |||||
| * | [doc-updates] doc: be slightly more critical of LMDB | Alex Auvolat | 2024-03-14 | 1 | -1/+1 |
| | | |||||
* | | adjust docs for replication factor | Yureka | 2024-03-05 | 1 | -1/+1 |
|/ | |||||
* | [doc-default-token] add default metrics_token in quick start + uniformize ↵ | Alex Auvolat | 2024-02-29 | 1 | -1/+2 |
| | | | | use of base64 | ||||
* | Typo | hartraft | 2024-02-20 | 1 | -1/+1 |
| | | | | Fix small typo on the getting started guide | ||||
* | doc: mention `warn` and `error` as available log levels | emilylange | 2024-02-12 | 1 | -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-updates | Alex Auvolat | 2023-10-11 | 1 | -9/+10 |
| | |||||
* | Merge branch 'main' into nextv0.9.0-rc1 | Alex Auvolat | 2023-10-03 | 1 | -2/+4 |
|\ | |||||
| * | doc: update endpoint_url documentation | Florian Klink | 2023-10-02 | 1 | -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-beta1 | Alex Auvolat | 2023-08-29 | 1 | -0/+3 |
|\| | |||||
| * | move alpine linux info to binary package page | Alex Auvolat | 2023-08-28 | 1 | -19/+3 |
| | | |||||
| * | Merge pull request 'doc: Add information about Alpine Linux package to Quick ↵ | Alex | 2023-08-28 | 1 | -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 Start | Jakub Jirutka | 2023-05-07 | 1 | -0/+19 |
| | | | |||||
* | | | Merge branch 'main' into next | Alex Auvolat | 2023-06-14 | 1 | -1/+1 |
|\| | | |||||
| * | | doc: add an operations&maintenance section and move some pages there | Alex Auvolat | 2023-06-14 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'main' into next | Alex Auvolat | 2023-04-25 | 1 | -3/+3 |
|\| | |||||
| * | docs(book/quickstart): adapt aws s3 commands to example | arthurlutz | 2023-04-03 | 1 | -3/+3 |
| | | | | | | Signed-off-by: arthurlutz <arthurlutz@noreply.localhost> | ||||
* | | Changed all instances of 'key new' to 'key create' to make it consistent as ↵ | Jonathan Davies | 2023-01-03 | 1 | -1/+1 |
|/ | | | | bucket commands issued normally around the same time. | ||||
* | Add best practices and doc of monitoring (fix #419) | Alex Auvolat | 2022-11-16 | 1 | -2/+1 |
| | |||||
* | Add a "build" section, doc for SDKecosystem/openapi | Quentin Dufour | 2022-11-13 | 1 | -6/+6 |
| | |||||
* | Use awscli in the getting started guide | Quentin Dufour | 2022-11-11 | 1 | -40/+75 |
| | |||||
* | Some work on documentation towards v0.8 | Alex Auvolat | 2022-09-14 | 1 | -0/+9 |
| | |||||
* | Remove useless MC_REGION env variabledoc2 | Quentin Dufour | 2022-06-02 | 1 | -10/+0 |
| | |||||
* | Small documentation updates (#237) | Alex | 2022-02-10 | 1 | -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 localhost | Quentin Dufour | 2022-02-07 | 1 | -2/+2 |
| | |||||
* | Reorganize documentation for new website (#213) | Alex | 2022-02-07 | 1 | -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> |