added shiroa

This commit is contained in:
2025-04-23 22:51:03 +02:00
parent 35c0e7f876
commit e7fa48c168
47 changed files with 12885 additions and 17 deletions

27
book.typ Normal file
View File

@@ -0,0 +1,27 @@
#import "@preview/shiroa:0.2.2": *
#show: book
#book-meta( // put metadata of your book like book.toml of mdbook
title: "shiroa",
description: "shiroa Documentation",
repository: "https://github.com/Myriad-Dreamin/shiroa",
authors: ("Myriad-Dreamin", "7mile"),
language: "en",
summary: [ // this field works like summary.md of mdbook
= Introduction
- #chapter("S2/ExPhyII/VL/ExIIVL1.typ", section: "1.1")[Installation]
- #chapter(none, section: "1.2.1")[Drafting chapter]
]
)