Skip to content

[Feature Request]: Documentation naming #306

Open
@igorpecovnik

Description

Which feature would you like to have?

Automated documentation is handy features, but direct translation from command structure doesn't look perfect What do I mean by that?

image

Section could be organised this way:

Release management

  • stable
  • rolling

image

into:

image

Which means commands inside section would be without anchor. External link goes always to a section.

***

## ZFS filesystem

| Author | Maintainer | Status |
| -------- | -------- | -------|
| @armbian | @armbian | Stable |


<!--- section image START from tools/include/images/SY018.png --->
[![ZFS filesystem - enable support](/images/SY018.png)](#)
<!--- section image STOP from tools/include/images/SY018.png --->

ZFS supports storage pools with varying levels of data redundancy. When a bad data block is detected, ZFS fetches the correct data from another redundant copy and repairs the bad data, replacing it with the correct data.

**Install:**
~~~
armbian-config --cmd SY018
~~~

**Remove:**
~~~
armbian-config --cmd SY019
~~~

=== "Useful ZFS commands"

    - zpool
    - zfs


***

Possible final design of section:

image

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions