mirror of
https://github.com/TxtDot/dalet-rs.git
synced 2024-11-05 17:33:58 +03:00
doc: update version
This commit is contained in:
parent
4e3cfc7fec
commit
947c2e123b
3 changed files with 6 additions and 11 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -201,7 +201,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dalet"
|
||||
version = "1.0.0-pre.16"
|
||||
version = "1.0.0-pre.17"
|
||||
dependencies = [
|
||||
"ariadne",
|
||||
"bincode",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "dalet"
|
||||
version = "1.0.0-pre.16"
|
||||
version = "1.0.0-pre.17"
|
||||
edition = "2021"
|
||||
authors = ["artegoser"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -63,7 +63,7 @@ row "center" [
|
|||
row [
|
||||
# if no tag is specified but a '[[]]' is present, then the 'el' tag
|
||||
# with multiple tags body placed
|
||||
|
||||
|
||||
[[
|
||||
h2: Features
|
||||
|
||||
|
@ -87,23 +87,18 @@ row [
|
|||
h3: Dev
|
||||
|
||||
# {} for multiline strings, indent is automatically trimmed
|
||||
code {
|
||||
code "bash" {
|
||||
npm install
|
||||
npm run dev
|
||||
}
|
||||
|
||||
# {~n Text} n is number of minimum spaces
|
||||
code "markdown" {~4
|
||||
this is codeblock
|
||||
}
|
||||
|
||||
# {# Text} Text after "{#" not modified
|
||||
code "markdown" {# this is codeblock}
|
||||
]]
|
||||
|
||||
[[
|
||||
h3: Production
|
||||
code {
|
||||
code "bash" {
|
||||
npm install
|
||||
npm run build
|
||||
npm run start
|
||||
|
@ -112,7 +107,7 @@ row [
|
|||
|
||||
[[
|
||||
h3: Docker
|
||||
code: docker compose up -d
|
||||
code "bash": docker compose up -d
|
||||
]]
|
||||
|
||||
]]
|
||||
|
|
Loading…
Reference in a new issue