Commit Graph

4 Commits

Author SHA1 Message Date
Nuno do Carmo 0b0bbac1e4
Added canonical links to page headers (#254)
To align with the global Docs SEO optimization, canonical links have been added to all the pages on all the versions.

This will allow users searching for Elemental content to have the latest version displayed on their search results.

Signed-off-by: Nuno do Carmo nuno.carmo@suse.com

Signed-off-by: Nuno do Carmo nuno.carmo@suse.com
2023-12-14 14:20:49 +01:00
Rhys Oxenham bdca59bd47
Add reference for disabling specific services in spec.rkeConfig (#45)
I've added an example for how a user can disable specific services, e.g.
servicelb on a target cluster. I've also fixed a couple of typos that I
found along the way.
2023-02-07 19:02:19 +01:00
Nuno do Carmo 817a120cb8
Implemented versioning (#25)
Elemental has several modules with their own versions, so the versioning of the docs is split as major branches:

- Next: contains the docs of the development versions for all modules
- Stable: contains the docs of the released versions for all modules

Due to how the versioned docs work, the imported files have their path change from `../examples` to `@site/examples`.

Signed-off-by: Nuno do Carmo <nuno.carmo@suse.com>

Signed-off-by: Nuno do Carmo <nuno.carmo@suse.com>
2022-12-22 12:14:17 +01:00
Nuno do Carmo ddb23aedb5
[Phase 1] Elemental docs migration (#3)
* Elemental docs migration

- Created new Docusaurus site
- Copied the Elemental docs from rancher/elemental
- Applied same configuration as rancher/elemental

Signed-off-by: Nuno do Carmo <nuno.carmo@suse.com>

* Add navbar icons to links

Added from rancher/elemental PR #517

Signed-off-by: Nuno do Carmo <nuno.carmo@suse.com>

* Updated from rancher/elemental PRs

Delta update with the following `rancher/elemental` PRs applied:

- docs: Change nodeSelector example #508
- COS_GRUB is the EFI boot partition #518

Signed-off-by: Nuno do Carmo <nuno.carmo@suse.com>

* Removed package-lock.json file

Corrected headings in Architecture file

Signed-off-by: Nuno do Carmo <nuno.carmo@suse.com>

Signed-off-by: Nuno do Carmo <nuno.carmo@suse.com>
2022-11-22 09:55:33 +01:00