-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust quick install guide since we are making a repository on the fly (
#21) * Update Quick start After verifying if we put it into wanted folders and if it works, automation builds upon changes. * Update README.md * Update README.md * Updated readme.md function to redirect to /share/doc/README.md * Run doc gen * RM genterated documents folder * bin/armbian-configng --dev --doc codespace * deleted: share/doc/armbian-configng/README.md * Revert "Updated readme.md function to redirect to /share/doc/README.md" This reverts commit db6f4f4. * modified: debian.conf path --------- Co-authored-by: Joey Turner <[email protected]>
- Loading branch information
1 parent
c6348a3
commit 6f9b805
Showing
7 changed files
with
69 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
share:/usr/share/doc | ||
lib:/usr/lib/ | ||
bin:/usr/bin/ | ||
share:/usr/ | ||
lib:/usr/ | ||
bin:/usr/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<style> | ||
body { | ||
background-color: #333; | ||
color: #fff; | ||
font-family: Arial, sans-serif; | ||
} | ||
table { | ||
border-collapse: collapse; | ||
width: 100%; | ||
} | ||
th, td { | ||
text-align: left; | ||
padding: 8px; | ||
} | ||
th { | ||
background-color: #4CAF50; | ||
color: white; | ||
} | ||
tr:nth-child(even) {color: black; background-color: #f2f2f2; } | ||
</style> | ||
</head> | ||
<body> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Function Name</th> | ||
<th>Group Name</th> | ||
<th>Description</th> | ||
<th>Options</th> | ||
<th>Category</th> | ||
<th>Category Description</th> | ||
</tr> | ||
</thead> | ||
<tbody><tr><td>NMTUI</td><td>network</td><td>Network Manager.</td><td>none.</td><td>network</td><td>Network Wired wireless Bluetooth access point</td></tr><tr><td>Hello</td><td>system</td><td>Hello System.</td><td>none</td><td>system</td><td>System and Security</td></tr><tr><td>Bencharking</td><td>monitor</td><td>Armbian Monitor and Bencharking.</td><td></td><td>system</td><td>System and Security</td></tr><tr><td>Install</td><td>system</td><td>Armbian installer</td><td>none.</td><td>system</td><td>System and Security</td></tr> | ||
</tbody> | ||
</table> | ||
|
||
</body> | ||
</html> |