update doc structure

This commit is contained in:
2026-09-24 13:54:28 +08:00
parent 0d42dc5acc
commit 685b4135df
93 changed files with 190 additions and 12735 deletions
+3 -3
View File
@@ -101,9 +101,9 @@ def run(args):
for profile in ('cli', 'development', 'recovery'):
root = (project / f'out/rootfs-{profile}.tar').resolve(strict=True).parent
shutil.copyfile(root / 'packages.json', output / f'packages-{profile}.json')
shutil.copyfile(project / 'docs/releases.md', output / 'RELEASE-VERIFICATION.md')
shutil.copyfile(project / 'docs/internal-storage.md', output / 'INSTALLATION.md')
shutil.copyfile(project / 'docs/eeprom.md', output / 'EEPROM.md')
shutil.copyfile(project / 'fds-os.wiki/Releases.md', output / 'RELEASE-VERIFICATION.md')
shutil.copyfile(project / 'fds-os.wiki/Internal-Storage.md', output / 'INSTALLATION.md')
shutil.copyfile(project / 'fds-os.wiki/EEPROM.md', output / 'EEPROM.md')
shutil.copyfile(project / 'tools/release-readme.md', output / 'README.md')
shutil.copyfile(project / 'LICENSE', output / 'LICENSE')
subprocess.run([str(signer), 'public-key', str(key), str(output / 'signer.pub')], check=True)