diff options
| author | Leah Rowe <leah@libreboot.org> | 2023-11-05 23:39:08 +0000 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2023-11-05 23:39:08 +0000 | 
| commit | 9be589efbc343525c0ea3d3a89ed93a10aa06e00 (patch) | |
| tree | 8d0b398979f9c728e4a5477d29e873d539c11774 | |
| parent | 188b4f0dce6e380f7f65c30ed4c9e6362094afd5 (diff) | |
include untitledssg docs in releases
now the docs are complete, in releases. they
contain the libreboot site, libreboot images,
the untitled static site generator and untitled
static site generator documentation.
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | config/git/docs | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/config/git/docs b/config/git/docs index b7daf642..4679ad72 100644 --- a/config/git/docs +++ b/config/git/docs @@ -4,6 +4,7 @@  	url: https://codeberg.org/vimuser/untitled  	bkup_url: https://notabug.org/untitled/untitled  	depend: mdfiles +	depend: untitledwww  }  {mdfiles}{ @@ -20,3 +21,10 @@  	url: https://codeberg.org/libreboot/lbwww-img  	bkup_url: https://git.disroot.org/libreboot/lbwww-img  } + +{untitledwww}{ +	rev: 78cdadea40143a7e55b8eae48f4239d31ebb5c16 +	loc: docs/www/untitled +	url: https://codeberg.org/vimuser/untitled-website +	bkup_url: https://notabug.org/untitled/untitled-website +} | 
