73f1a566c3
massage doc pathnames for publishing
2025-04-10 00:22:29 +01:00
a720f8f114
intro: subtitles, add irc links
2025-04-08 23:57:20 +01:00
f9f55ee6bc
placeholder doc for porting to new device
2025-04-08 23:51:12 +01:00
16168dc730
move stuff about implementing modules/services into Developer manual
2025-04-08 23:41:27 +01:00
b3f0c33347
add note about Hydra
2025-04-08 21:27:34 +01:00
2f092e126a
add appendices for modules/service/outputs generated doc
2025-04-08 21:25:54 +01:00
eb16a35ff3
convert "supported hardware" to an appendix
2025-04-08 21:24:31 +01:00
6a7aa0898e
add community and CoC to the manual
2025-04-08 13:27:57 +01:00
9910ecefc0
improve the Contributions section (IMO it's better)
2025-04-07 23:48:08 +01:00
98a377b551
mess with the outline
...
(config and admin now come under a single top-level section)
2025-04-07 23:40:42 +01:00
9f9a4a2dc7
remove unnecessary words
2025-04-07 23:40:09 +01:00
643e2ec376
add tiny bit of phram info
2025-04-07 23:39:40 +01:00
887fe16020
review installation docs
2025-04-07 23:33:10 +01:00
6b61ba3b52
move Contributions to the top of the Development section
...
and various minor edits
2025-04-07 21:40:42 +01:00
a0b36be5e4
randomly proofread small sections
2025-04-06 23:53:03 +01:00
9bc9a077e3
fix refs and raise heading levels in generated hardware doc
2025-04-06 23:46:24 +01:00
9f501018bf
include all the doc sections in index
2025-04-06 21:38:17 +01:00
de861a2ee0
convert rst to asciidoc
...
for i in *.rst ; do pandoc -f rst -t asciidoc -o `basename $i .rst`.adoc $i ;done
2025-04-06 18:16:53 +01:00
936eb1a7cd
setup to parse asciidoc
2025-04-06 18:10:35 +01:00
7e2b0068e6
nixfmt-rfc-style
...
There is nothing in this commit except for the changes made by
nix-shell -p nixfmt-rfc-style --run "nixfmt ."
If this has mucked up your open branches then sorry about that. You
can probably nixfmt them to match before merging
2025-02-10 21:55:08 +00:00
7377f7ceb2
implement mechanism for reverting from update.sh
2025-01-02 22:19:49 +00:00
49432aeda5
Merge pull request 'Fix typo: Buildiing -> Building' ( #15 ) from raboof/liminix:typo into main
...
Reviewed-on: #15
Reviewed-by: dan <dan@telent.net>
2025-01-02 14:46:36 +00:00
Arnout Engelen
3caf8a75bb
Fix typo: Buildiing -> Building
2025-01-02 10:53:38 +01:00
cc94ef57fa
in rc.init copy log from previous boot to place of safety
2025-01-01 18:22:45 +00:00
f60b74f415
add a new updater output
...
this is so that we don't have to obfuscate store paths in
systemConfiguration to avoid dragging in build system
deps.
breaking-ish change to workflows, docs updated
2024-12-20 00:05:07 +00:00
172f368633
fix markup
2024-12-19 21:59:04 +00:00
ba5e4704a0
add short note about persistent logs
2024-12-18 23:08:28 +00:00
da1245432e
no more iminix-rebuild
2024-10-09 19:34:55 +01:00
f8c579b41e
add CI "all" target
2024-10-06 17:52:59 +01:00
4cc0add2ad
update refs to uncaught-logs in docs/tests
2024-10-06 13:46:14 +01:00
2bf197cad8
document outputs and secrets
2024-08-29 23:55:32 +01:00
528afae8b1
doc: punctuate
2024-08-06 14:15:57 +01:00
384835c89d
admin doc: updte round-robin, explain health check
2024-08-06 14:14:52 +01:00
5051625d31
mention health check in docs
2024-07-30 22:53:21 +01:00
8091e207b6
some notes on controlled services
2024-07-28 22:57:23 +01:00
df395a4d5d
finish moving pkgs.linimix.callService to config.system
2024-07-15 19:00:08 +01:00
1c3242cab1
doc: swap order of configuration and installation
...
you can get a device up and running using a lightly edited example
config before you need to read all the reference info, so let's
have the documentation in that order.
2024-07-14 12:26:07 +01:00
bc9ced5d38
fix doc ref from admin section -> configuration
2024-07-14 11:56:35 +01:00
d34919766a
improve reinstallation docs
2024-07-12 18:38:04 +01:00
2fe0cd2f48
add first draft instructions for using Levitate
2024-07-12 00:17:25 +01:00
241f1013ed
add new Installation guide
...
move the u-boot/serial stuff here from development, as the
reality of Liminix development in 2024 is that serial connection
is still the smoothest installation method
2024-07-11 23:31:00 +01:00
3f8cc24dcc
fix most doc warnings
2024-07-10 23:36:24 +01:00
57e3b449f8
proofreading
2024-07-10 21:23:24 +01:00
3964505131
some notes on services
2024-07-10 20:50:08 +01:00
3df1ec76ff
cleanup whitespace and commas
...
* [] is now [ ]
* {} is now { }
* commas in arglists go at end of line not beginning
In short, I ran the whole thing through nixfmt-rfc-style but only
accepted about 30% of its changes. I might grow accustomed to more
of it over time
2024-06-30 17:16:28 +01:00
e94bf62ec1
remove dead code (run deadnix)
2024-06-29 22:59:27 +01:00
Arnout Engelen
d5026c2074
docs: add hardware recommendation
...
Also add infrastructure to also generate the supported hardware
page when building the docs locally
2024-01-04 14:35:00 +01:00
876bd7d8ce
rename flashimage to mtdimage
2023-12-11 19:09:18 +00:00
15d570f749
ignore devices/families when extracting docs
2023-12-09 17:10:41 +00:00
a0bd250963
switch from getty to root shell on console
...
this just makes things marginally simpler
2023-11-21 23:09:48 +00:00