diff options
| author | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-10-09 22:46:34 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-10-09 22:46:34 -0700 |
| commit | aad528d1b211e64ffe3f5688c141d442d7fa081a (patch) | |
| tree | be540be0b22bc1d5cc65445c3765d80f3bc86238 /mkdocs.yml | |
| parent | 1dc89b551ae3c973e590112c49272132fde12810 (diff) | |
add a skeleton for documentation
Change-Id: I528864e13c4b318dd70a004b8c2029831863c37c
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..5f034e7 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,5 @@ +site_name: Smalltech Manual +theme: readthedocs +extra_css: + - css/smalltech.css + |