Skip to content

Commit

Permalink
docs impros, publishing guide, fix image appearance #30
Browse files Browse the repository at this point in the history
  • Loading branch information
manonthegithub committed Jul 15, 2023
1 parent ffce878 commit 8adb624
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/guides/publish-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,17 @@ DBpedia Databus is the file metadata storage, but it does not store the data its
You may store your data in a Github repository. To publish it in Databus you simply obtain permanent links to the files.

To get permanent links you need to switch to repository version of particular commit:

![publish-guide-1.png](..%2Fimages%2Fpublish-guide-1.png)

then:

![publish-guide-2.png](..%2Fimages%2Fpublish-guide-2.png)

and then copy raw links to file data:

![publish-guide-3.png](..%2Fimages%2Fpublish-guide-3.png)

For example a link to our readme as of July 2023 will be: [https://raw.githubusercontent.com/dbpedia/databus/68f976e29e2db15472f1b664a6fd5807b88d1370/README.md](https://raw.githubusercontent.com/dbpedia/databus/68f976e29e2db15472f1b664a6fd5807b88d1370/README.md)

**!NOTE! If you use links referring not to commit, but to branch, the files there may be changing over time, which will break corrspondence with the file hashes stored in Databus**
Expand All @@ -58,7 +64,9 @@ Publishing your data using web-interface in Databus is very simple.

3. Fill in the publishing form following the hints.
4. Publish!
![Publish](../images/publish-button.png)

![Publish](../images/publish-button.png)

5. After publishing, you can move on with querying the data you published using [collections](../usage/web-interface/collections.md) or also checkout out [Data Download Guide](data-download-guide.md).


Expand Down
2 changes: 2 additions & 0 deletions docs/usage/web-interface/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ Publishing your data using web-interface in Databus is very simple.

3. Fill in the publishing form following he hints.
4. Publish!

![Publish](../../images/publish-button.png)

5. After publishing, you can move on with querying the data you published using [collections](collections.md).

0 comments on commit 8adb624

Please sign in to comment.