Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 6ec20c4

Browse files
committed
prepare for merge with website repo
1 parent 6330224 commit 6ec20c4

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- name: install mdbook
3838
run: |
3939
cargo install mdbook
40-
mdbook build
41-
mv book docs.webxdc.org
40+
mdbook build -d ../docs.webxdc.org
4241
- name: Upload
4342
uses: horochx/[email protected]
4443
with:

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
docs
12
book
23
*.swp

LICENSE src/LICENSE

File renamed without changes.

README.md src/README.md

File renamed without changes.

book.toml src/book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["DeltaChat Contributors"]
33
language = "en"
44
multilingual = false
5-
src = "src"
5+
src = "./"
66
title = "Webxdc"
77

88
[output.html]

custom.css src/custom.css

File renamed without changes.

src/faq/typing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you want you can also type your own functions using [JSDoc comments](https://
4444
If you have a type for your state update **payloads**, replace the `any` in `Webxdc<any>` with your own payload type:
4545
4646
```typescript
47-
{{#include ../../webxdc.d.ts:global}}
47+
{{#include ../webxdc.d.ts:global}}
4848
```
4949
5050

webxdc.d.ts src/webxdc.d.ts

File renamed without changes.

0 commit comments

Comments
 (0)