Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 73c0a3b

Browse files
committed
Update documentation
1 parent 27e1a6d commit 73c0a3b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

devops/prepareDocumentation.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/zsh
2+
git checkout $1
3+
git add .
4+
git commit -m "Update documentation"
5+
git push origin $1

docs/docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ You **need** to have Dataview installed to use this plugin.
77

88
## How can I add a database?
99
You can add a database by right clicking on the folder where you want to store your table.
10+
prueba
1011
![AddDatabase.gif](assets/AddDatabase.gif)

0 commit comments

Comments
 (0)