github.com/elves/elvish@v0.15.0/website/ref/index.toml (about)

     1  autoIndex = true
     2  
     3  [[articles]]
     4  name = "language"
     5  title = "Language Specification"
     6  
     7  [[articles]]
     8  name = "builtin"
     9  title = "Builtin Functions and Variables"
    10  
    11  [[articles]]
    12  name = "edit"
    13  title = "edit: API for the Interactive Editor"
    14  
    15  [[articles]]
    16  name = "epm"
    17  title = "epm: The Elvish Package Manager"
    18  
    19  [[articles]]
    20  name = "math"
    21  title = "math: Math Utilities"
    22  
    23  [[articles]]
    24  name = "path"
    25  title = "path: Filesystem Path Utilities"
    26  
    27  [[articles]]
    28  name = "platform"
    29  title = "platform: Information About the Platform"
    30  
    31  [[articles]]
    32  name = "re"
    33  title = "re: Regular Expression Utilities"
    34  
    35  [[articles]]
    36  name = "readline-binding"
    37  title = "readline-binding: Readline-like Key Bindings"
    38  
    39  [[articles]]
    40  name = "store"
    41  title = "store: API for the Elvish Persistent Data Store"
    42  
    43  [[articles]]
    44  name = "str"
    45  title = "str: String Manipulation"
    46  
    47  [[articles]]
    48  name = "unix"
    49  title = "unix: Support for UNIX-like systems"