You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
Improve styling of tables, cosmetics
This commit is contained in:
@@ -24,7 +24,7 @@ PRESET_CONFIGURATION="http://path/to/config/file"
|
||||
- For fully-unattended setup, specify all values
|
||||
|
||||
| Configuration directive | `[default]` \| `option` | Description: |
|
||||
| :---------------------- | :--------------: | -----------: |
|
||||
| :---------------------- | :-------------- | :----------- |
|
||||
| `PRESET_CONFIGURATION` | `http://path/to/config/file` | See [Loading a remote config](#loading-a-remote-config) |
|
||||
| `PRESET_NET_CHANGE_DEFAULTS` | `[0]` \| `1` | Change default network settings<br>if unset, **no network changes will be applied** |
|
||||
| `PRESET_NET_ETHERNET_ENABLED` | `0` \| `1` | Enable Ethernet, ignored if WiFi enabled |
|
||||
|
||||
7
docs/css/armbian-extra.css
Normal file
7
docs/css/armbian-extra.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.md-typeset__table {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.md-typeset table:not([class]) {
|
||||
display: table;
|
||||
}
|
||||
@@ -35,6 +35,9 @@ theme:
|
||||
- navigation.top
|
||||
- toc.integrate
|
||||
|
||||
extra_css:
|
||||
- css/armbian-extra.css
|
||||
|
||||
extra:
|
||||
analytics:
|
||||
provider: google
|
||||
|
||||
Reference in New Issue
Block a user