Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d90e93a
Migrate to typedoc
Dr-Electron Aug 24, 2024
6409ccc
extend config
eike-hass Aug 27, 2024
16be667
extend config
eike-hass Aug 27, 2024
db1fb1c
Merge branch 'typedoc' of github.com:iotaledger/identity.rs into typedoc
eike-hass Aug 27, 2024
d71ca91
rework docs build
eike-hass Aug 28, 2024
268317b
use typedoc for docs
eike-hass Aug 28, 2024
5cbf0ba
Merge branch 'main' into typedoc
eike-hass Aug 28, 2024
1e72b0e
Merge branch 'main' into typedoc
eike-hass Aug 30, 2024
e7e9dd2
Update config
Dr-Electron Aug 30, 2024
3b3ae9c
Downgrade typedoc and add flags from IOTA SDK to make it work
Dr-Electron Sep 2, 2024
da3bbb2
Remove useless(?) backticks
Dr-Electron Sep 2, 2024
4392045
Fix docs with fix_docs script ;)
Dr-Electron Sep 2, 2024
a9dc169
Change output path
Dr-Electron Sep 3, 2024
c31d9fb
Add docs to artifacts
Dr-Electron Sep 3, 2024
bf5678b
Add upload action
Dr-Electron Sep 3, 2024
022a6ea
Remove unused docs script
Dr-Electron Sep 3, 2024
42b4c4b
Move content into wasm folder
Dr-Electron Sep 3, 2024
ce18ed8
I can't decide
Dr-Electron Sep 3, 2024
e21ccce
Unify setup with SDK and EVM docs
Dr-Electron Sep 3, 2024
53fc53d
Update bindings/wasm/typedoc.json
Dr-Electron Sep 3, 2024
b857787
Merge branch 'main' into typedoc
eike-hass Sep 6, 2024
bea4425
Merge branch 'typedoc' of github.com:iotaledger/identity.rs into typedoc
eike-hass Sep 6, 2024
21ce4eb
Update artifacts action to v4
Dr-Electron Sep 6, 2024
2f24b18
Use PR branch for static action
Dr-Electron Sep 6, 2024
83bef46
Remove token
Dr-Electron Sep 6, 2024
186db50
Revert branch change
Dr-Electron Sep 8, 2024
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ index.html
*.hodl.*

!/bindings/wasm/static/index.html

docs
Loading