Commit Graph

21 Commits

Author SHA1 Message Date
Chris Peterson d812919366 autoinstall: enforce top-level keys
Subiquity currently ignores invalid top-level keys, but this has likely
been a major source of confusion of autoinstall capabilities.

In future versions, the following autoinstall config will throw an
AutoinstallValidationError:

    version: 2
    interactive-sections:
        - identity
    literally-anything: lmao

This patch adds warnings for version 1 and will begin to throw
an AutoinstallValidationError on these instances in version 2 once
it has been enabled.
2024-03-25 19:52:39 -07:00
Olivier Gayot 4ebfcc4fb3 doc: fix documentation of match specs for model and vendor
refs LP: #2056783

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
2024-03-14 17:26:40 +01:00
Robert Krátký 1b492981b2 Add ubuntu-image reference. 2024-03-07 15:09:47 +01:00
Dan Bungert 2883cad416
Merge pull request #1880 from medicalwei/fixed-reset-partition-size
Accept a fixed partition size for reset partition in autoinstall.yaml
2024-02-12 20:21:10 -07:00
Yao Wei (魏銘廷) 61d748d549 doc: add Reset Partition to `autoinstall-reference.rst` 2024-02-12 16:49:51 +08:00
Chris Peterson 25b65e4e1a doc: use literalinclude for autoinstall-schema
Instead of manually changing the autoinstall-schema reference,
use literalinclude to insert the autoinstall-schema.json file
from the root of the repository.
2024-01-29 09:31:32 -08:00
Robert Krátký 0dd4ee7bae Language and formatting review of the Reference section. 2023-10-26 11:40:07 +02:00
Dan Bungert 9c6c61691f reference: make bools consistent
pseudo-merge of d604a2156f
2023-10-24 08:43:02 -06:00
Dan Bungert 91e88f3836 reference: fix netplan url 2023-10-24 08:40:10 -06:00
Dan Bungert d28b09b206 doc: fix 2 spelling errors 2023-10-23 15:22:45 -06:00
Robert Krátký 1c4f2e4e6f Fix spelling mistakes to pass spellcheck.
Reflect review feedback (to be squashed once PR acked).
2023-10-23 21:43:52 +02:00
Robert Krátký 162a2e9a79 Fix invalid links reported by linkcheck.
(Introduced the extlinks extension for handling manpage links.)
2023-10-19 15:02:18 +02:00
Robert Krátký f55043f5b1 FR-5630 Fix Sphinx YAML syntax warning. 2023-10-12 14:12:32 +02:00
Chris Peterson 4ba59a503b docs: locale must be specified to be interactive 2023-09-25 15:59:07 -07:00
Sally Makin 0c20d8b917 Applying suggestions 2023-09-04 11:34:19 +01:00
Sally Makin 9c90ca2bf5 Addressing feedback 2023-09-01 14:36:54 +01:00
Sally Makin dd0c585fc3 Add content and change to reST
- Add content from /documentation folder into Diataxis structure
- Change all content from .md to .rst
- Add some tutorial content from Server docs
- Move introduction to top-level navigation to make it easier
  to find
- Update README.md with instructions for building local docs
2023-08-14 11:36:26 +01:00
Dan Bungert 35bbd4db18 doc: fix index titles
Co-authored-by: Sally <sally.makin@canonical.com>
2023-07-07 10:09:14 -06:00
Dan Bungert 70e9b00c14 doc: fix title
Co-authored-by: Sally <sally.makin@canonical.com>
2023-07-07 10:08:46 -06:00
Dan Bungert 34333f536f doc: add stub reference, and sample links to it 2023-07-07 09:01:49 -06:00
Sally Makin 8b16c25363 Add README.md and rename folder 2023-06-07 10:14:31 +01:00