6 Commits

Author SHA1 Message Date
Myzel394
4b2b2c3624 Add more mount options to common-documentation
Related to #1

Add documentation for adfs, affs, and debugfs filesystem mount options.

* **common-documentation/filesystems/mountoptions/adfs.go**
  - Add documentation for adfs filesystem options including uid, gid, ownmask, and othmask.

* **common-documentation/filesystems/mountoptions/affs.go**
  - Add documentation for affs filesystem options including uid, gid, setuid, setgid, mode, and other options.

* **common-documentation/filesystems/mountoptions/debugfs.go**
  - Add documentation for debugfs filesystem options including uid, gid, and mode.

* **handlers/fstab/documentation/documentation-mountoptions.go**
  - Update to include the new mount options for adfs, affs, and debugfs filesystems.
  - Add entries for adfs, affs, and debugfs in the `MountOptionsMapField`.

* **common.go**
  - Add common constants like "zero" to common-documentation/filesystems/mountoptions/common.go.
2024-08-05 23:01:04 +02:00
Myzel394
afec5e896d
feat(common-documentation): Add more documentation for ext{2,3,4} 2024-08-05 20:36:03 +02:00
Myzel394
7e0e6650eb
feat(common-documentation): Add ext3.go 2024-08-04 23:28:48 +02:00
Myzel394
697a839308
chore: Use KeyEnumAssignmentValue for ext2.go 2024-08-04 23:11:03 +02:00
Myzel394
62b9947ddc
feat: Add documentation to ext2.go 2024-08-04 19:21:00 +02:00
Myzel394
32903ad94b
feat: Add common-documentation; Add ext2 documentation 2024-08-04 19:14:17 +02:00