-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from ELIXIR-Belgium/main
First user guide for DataHub production
- Loading branch information
Showing
106 changed files
with
2,564 additions
and
490 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
datahub.help.elixir-belgium.org | ||
help.datahub-test.elixir-belgium.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
source 'https://rubygems.org' | ||
ruby '2.7.1' | ||
ruby '2.7.7' | ||
|
||
gem 'github-pages' | ||
gem 'jekyll-sitemap' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
#baseurl: /seek | ||
|
||
current_seek_version: "1.12.0" | ||
current_docker_tag: "1.12" | ||
current_seek_version: "1.14.2" | ||
current_docker_tag: "1.14" | ||
|
||
plugins: | ||
- jekyll-sitemap | ||
- jekyll-redirect-from | ||
- jekyll-feed | ||
|
||
name: FAIRDOM | ||
url: https://docs.seek4science.org | ||
url: https://help.datahub-test.elixir-belgium.org | ||
author: FAIRDOM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
<script> | ||
(function() { | ||
var cx = '000557171303025515437:vrcbow5ltbc'; | ||
var gcse = document.createElement('script'); | ||
gcse.type = 'text/javascript'; | ||
gcse.async = true; | ||
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + | ||
'//cse.google.com/cse.js?cx=' + cx; | ||
var s = document.getElementsByTagName('script')[0]; | ||
s.parentNode.insertBefore(gcse, s); | ||
})(); | ||
<script async src="https://cse.google.com/cse.js?cx=873655217ca584cfa"> | ||
</script> | ||
|
||
<div id='google-search'> | ||
<gcse:search></gcse:search> | ||
<div class="gcse-search" id='google-search'> | ||
<gcse:search enablehistory="false"></gcse:search> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,34 +6,29 @@ redirect_from: "/contacting_us.html" | |
|
||
# Contacting us | ||
|
||
We have a number of ways you can contact us: | ||
<!--We have a number of ways you can contact us: | ||
## Mailing lists | ||
## Contact FAIRDOM | ||
We have 2 Google Groups. These groups are open to anonymous queries, you don't have to be a group member to submit a query. | ||
|
||
* For technical or development related queries please use [SEEK Developers Group](http://groups.google.com/group/seek-developers) | ||
* For general queries, or queries about using SEEK please us [Seek4Science Group](http://groups.google.com/group/seek4science) | ||
|
||
|
||
## Contact form | ||
You can contact us through [FAIRDOM](https://fair-dom.org) using [various channels](https://fair-dom.org/get_involved). | ||
You can also contact us through [FAIRDOM](http://fair-dom.org) using our [Contact form](http://fair-dom.org/contact). | ||
|
||
This should be used if your query or feedback is of a more confidential nature. Remember to provide your email address. | ||
This should be used if your query or feedback is of a more confidential nature. Remember to provide your email address.--> | ||
|
||
|
||
For general support you can contact us through [[email protected]](mailto:[email protected]). | ||
|
||
For community related questions, you can use [[email protected]](mailto:[email protected]) | ||
For general support you can contact us through [[email protected]](mailto:[email protected]). | ||
|
||
## Reporting bugs and feature requests | ||
|
||
Bugs and feature requests can be reported through [Github Issues](https://fair-dom.org/issues). | ||
|
||
For more details and guidelines please visit [Reporting Bugs and raising Feature Requests](/tech/reporting-bugs-and-features.html) | ||
|
||
## Google groups | ||
|
||
We have 2 Google Groups. These groups are open to anonymous queries, you don't have to be a group member to submit a query. | ||
|
||
* For technical or development related queries please use [SEEK Developers Group](https://groups.google.com/group/seek-developers) | ||
* For general queries, or queries about using SEEK please us [Seek4Science Group](https://groups.google.com/group/seek4science) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,56 @@ If you want to view your changes as you edit them, with Ruby installed you can i | |
and then goto [localhost:4000/seek/](http://localhost:4000/seek/). For more information please see [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-with-pages/) | ||
|
||
You can make a change by forking and issuing a pull request. If contributing through GitHub is unfamiliar to you, please read [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/) | ||
|
||
# Working with DataHub documentation | ||
|
||
## FAIRDOM-SEEK documentation | ||
|
||
FAIRDOM-SEEK documentation is in branches of the GitHub repository seek4science/seek | ||
* gh-pages: | ||
* gh-pages-1.13: | ||
* gh-pages-master: | ||
* gh-pages-sample-update: temporary branch to record features agreed upon during sample working group | ||
|
||
## DataHub documentation | ||
|
||
FAIRDOM-SEEK documentation (gh-pages branches) has been cloned in GitHub | ||
* ELIXIR-Belgium/DataHub-help: to deploy documentation of the production instance (https://datahub.elixir-belgium.org) | ||
* ELIXIR-Belgium/DataHub-help-test: to deploy documentation (https://help.datahub-test.elixir-belgium.org) of the test instance (https://datahub-test.elixir-belgium.org). Forked from ELIXIR-Belgium/DataHub-help. | ||
* ELIXIR-Belgium/DataHub-help-usecase: to deploy documentation (https://help.datahub-usecase.elixir-belgium.org) of the usecase instance (https://datahub-usecase.elixir-belgium.org). Forked from ELIXIR-Belgium/DataHub-help. | ||
|
||
## How to contribute to DataHub documentation | ||
|
||
### General way of working | ||
1. Use [ELIXIR-Belgium/DataHub-help-test](https://github.com/ELIXIR-Belgium/DataHub-help-test) to propose changes to the DataHub documentation pages. | ||
2. DataHub team will review and approve/reject your changes. | ||
3. DataHub team will push the changes towards ELIXIR-Belgium/DataHub-help. | ||
|
||
### via GitHub GUI | ||
1. Go to [ELIXIR-Belgium/DataHub-help-test](https://github.com/ELIXIR-Belgium/DataHub-help-test). | ||
2. Make the changes you want to propose. | ||
3. Open a pull request from your fork (that is created by GitHub by default) towards ELIXIR-Belgium/DataHub-help-test. | ||
|
||
*IMPORTANT: please check that your pull request is against **DataHub-help-test main** and not DataHub-help.* | ||
|
||
4. Follow up via GitHub for comments from the DataHub team. | ||
|
||
### via code editor of your choice (e.g. VSCode) | ||
|
||
This is a general workflow in how to work on your own fork (copy) of the repository and request changes through a pull request. | ||
1. In GitHub, make a fork of [ELIXIR-Belgium/DataHub-help-test](https://github.com/ELIXIR-Belgium/DataHub-help-test) using the fork button. Then go to `Code --> SSH --> copy` | ||
2. Open a terminal and choose a directory. Then clone your fork there using: | ||
``` | ||
git clone [email protected]:USERNAME/DataHub-help-test.git | ||
cd DataHub-help-test | ||
``` | ||
NOTE: Make sure you clone the fork and not the original ELIXIR-Belgium/DataHub-help-test one. | ||
3. Set your fork of DataHub-Help (e.g. username/DataHub-help) as your **remote** | ||
4. Set ELIXIR-Belgium/DataHub-help-test as your **origin** | ||
5. When making changes | ||
* Keep your fork up to date by pulling from **origin** (ELIXIR-Belgium/DataHub-help-test). | ||
* Create a new branch named after your feature/edit and make the changes you want to make. | ||
* Commit and push to **remote** (e.g. username/DataHub-help). | ||
6. In GitHub, open a pull request and make sure to set ELIXIR-Belgium/DataHub-help-test main as base repository. | ||
*IMPORTANT: please check that your pull request is against **DataHub-help-test main** and not DataHub-help.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ layout: page | |
|
||
# Contributing | ||
|
||
We welcome many contributions to our [SEEK software](http://seek4science.org), these Documentation pages and our [FAIRDOM](http://fair-dom.org) project in general. | ||
We welcome many contributions to our [SEEK software](https://seek4science.org), these Documentation pages and our [FAIRDOM](https://fair-dom.org) project in general. | ||
|
||
Below are some guides for how you contribute to the software or these pages. | ||
|
||
However, if there other ways you feel you can contribute, such as running a workshop or providing training material, then please contact us at <[email protected]>. | ||
<!--However, if there other ways you feel you can contribute, such as running a workshop or providing training material, then please contact us at <[email protected]>.--> | ||
|
||
## Contributing to SEEK | ||
|
||
|
@@ -19,4 +19,4 @@ Please read [contributing to SEEK](tech/contributing-to-seek.html) | |
## Contributing to these pages | ||
|
||
You can also contribute to these pages. | ||
Please read [contributing to these pages](contributing-to-pages.html) | ||
Please read <!--[contributing to these pages](contributing-to-pages.html) TO BE MADE--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.