Commit Graph

18 Commits

Author SHA1 Message Date
Corentin Néau 01473c71e1
Fix broken links
This fixes all links listed a broken by `yarn build`.
Incidentally, even working relative links may be listed as broken when
linking file a.md from b.md in the same folder as `[stuff from a](./a)`.
Instead, linking it as `[stuff from a](./a.md)` eliminates the error.
2025-07-24 17:24:23 +02:00
Corentin Néau 9acf021ea5
Document strict host key checks support (#234)
This provides information about what that feature means and a brief
overview of how it works.
2025-04-25 16:53:01 +02:00
Corentin Néau 453c3df813
Fix links on `fleet-agent` help page (#232)
Those links, previously broken, now properly redirect to subcommands.
2025-04-25 16:08:36 +02:00
Xavi Garcia 70046e2fb3 code review 1 changes 2025-04-25 10:39:45 +02:00
Xavi Garcia e9f2e9f78f Adds user-driven bundle scan docs
Related to: https://github.com/rancher/fleet/pull/3480

Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
2025-04-25 10:39:45 +02:00
Mario Manno fafca9bc24 Fix crawler errors
* Links with / don't exist, browser has a workaround, crawler does not.
  Checked with curl.
* `cmd/docs/generate-cli-docs.go` generates invalid links between root
  and sub command. Apparently only if folder name equals root cmd name.
2025-02-03 14:08:49 +01:00
Mario Manno 656266bb54 Update CLI arguments 2024-11-13 18:47:24 +01:00
Corentin Néau af3fb01b7c
Remove mentions to `--disable-gitops` in 0.10+
That flag no longer exists from Fleet 0.10 onwards.
2024-09-04 11:19:17 +02:00
Corentin Néau a0afc4df72
Document node selectors for sharding (#176)
This updates sharding documentation to take node selectors, and the new
sharding parameters syntax, into account.
2024-09-02 10:04:37 +02:00
Corentin Néau 5a350d3a43
Rename fleet-manager as fleetcontroller in CLI
This is done on versions 0.10 onwards, to reflect current Fleet
terminology.
2024-08-21 14:46:44 +02:00
Corentin Néau 835e961612 Fix `fleet apply` command description
That command does not render bundles into Kubernetes resources, but
rather creates bundles from directories, which can be either output or
applied on a cluster.
2024-06-03 13:25:56 +02:00
Mario Manno 3c3d907ab8 Remove CLI args, which are non-functional 2024-05-02 10:45:51 +02:00
Mario Manno 1055f1106d Update CLI docs 2024-04-25 17:47:06 +02:00
Mario Manno ba45d12c89 Update CLI docs 2024-03-22 14:02:30 +01:00
Mario Manno c9fa14e89a Update generated CLI/CRD reference 2023-10-06 11:38:37 +02:00
Mario Manno 8a3933a97b Restructure docs
merge

capitalize headers

installation

registration

deployment tutorial
2023-02-28 19:11:07 +01:00
Mario Manno 4963df8fc3 Add --disable-bootstrap to CLI reference 2023-02-23 14:46:20 +01:00
Mario Manno 76d0d2ee6d Add CLI args reference 2022-11-28 11:41:57 +01:00