Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace.package]
description = "A simple tool for creating modern online books in pure typst."
authors = ["shiroa Developers"]
version = "0.2.0-rc1"
version = "0.2.0"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shiroa",
"version": "0.2.0-rc1",
"version": "0.2.0",
"description": "Typst Book.",
"main": "dist/main.js",
"repository": "https://github.com/Myriad-Dreamin/shiroa",
Expand Down
5 changes: 2 additions & 3 deletions github-pages/docs/guide/get-started.typ
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Give it the name of the directory that you want to create:
shiroa init my-first-book
```

It will ask a few questions before generating the book.
After answering the questions, you can change the current directory into the new book:
It will emit template files to the `my-first-book`. Then, you can change the current directory into the new book:

```sh
cd my-first-book
Expand Down Expand Up @@ -107,4 +106,4 @@ shiroa build
This will generate a directory named `book` which contains the HTML content of your book.
You can then place this directory on any web server to host it.

// For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.typ) for more.
// For more information about publishing and deploying, check out the [Continuous Integration chapter](../continuous-integration.typ) for more.
Loading