Skip to content

Commit

Permalink
docs: regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 8, 2024
1 parent 20a41ee commit b1d3779
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion docs/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,18 @@ A config file to use with the backend tool (pandoc, weasyprint, ...).

The executable for "single-file" which is used archive HTML pages.

#### `+serial-port`

The default port (device) to use.

#### `+serial-baudrate`

The default baudrate to use.

#### `+serial-first-commands`

A list of commands to run in the serial terminal after creation.

#### `+screenshot-delay`

A delay to wait before taking the screenshot.
Expand Down Expand Up @@ -533,9 +545,10 @@ Load environment variables from `+env-file`.

Add ROOTS to ignored projects, recentf, etc.

#### `(+package-disabled-p PACKAGE)`
#### `(+package-disabled-p PACKAGE &optional MODULE)`

Is package PACKAGE disabled in `minemacs-disabled-packages`.
Optionally, check also for the containing MODULE.

#### `(+package-download-from-urls PKGNAME &rest ARGS)`

Expand Down Expand Up @@ -655,6 +668,19 @@ When MAIL-MODE-P is non-nil, treat INFILE as a mail.

Save URL into OUT-FILE as a standalone HTML file.

#### `(+serial-running-p)`

Is there a serial port terminal running?

#### `(+serial-run-commands COMMANDS &optional PORT BAUD)`

Run COMMANDS on a device via serial communication.
If PORT or BAUD are nil, use values from `+serial-port` and `+serial-baudrate`.

#### `(+net-get-ip-address &optional DEV)`

Get the IP-address for device DEV (default: eth0) of the current machine.

#### `(+github-latest-release REPO &optional FALLBACK-RELEASE)`

Get the latest release of REPO. Strips the "v" at left.
Expand Down

0 comments on commit b1d3779

Please sign in to comment.