diff --git a/.gitignore b/.gitignore index 40d942f..8882029 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ - +site/ docs/.DS_Store .DS_Store diff --git a/README.md b/README.md index dc3bf98..c1b6284 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## Documentation -The documentation for the ELIXIR Beacon v2 Network is [here](https://beacon-network-v2-documentation.readthedocs.io/en/latest/) +The documentation for the ELIXIR Beacon v2 Network is [here](https://ga4gh-beacon.github.io/beacon-network/) ## Deploying -Frontend repository is located [here](https://github.com/elixir-europe/beacon-network-ui). -Backend repository is [here](https://github.com/elixir-europe/beacon-network-backend). +Frontend repository is located [here](https://github.com/ga4gh-beacon/beacon-network-ui). +Backend repository is [here](https://github.com/ga4gh-beacon/beacon-network-backend). -For deploying both repositories at once you must use the [Docker implementation](https://github.com/elixir-europe/beacon-network-docker). +For deploying both repositories at once you must use the [Docker implementation](https://github.com/ga4gh-beacon/beacon-network-docker). diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..969a539 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +network.genomebeacons.org \ No newline at end of file diff --git a/docs/mainDocumentation/governanceModel.md b/docs/mainDocumentation/governanceModel.md index fa67502..7ddd14c 100644 --- a/docs/mainDocumentation/governanceModel.md +++ b/docs/mainDocumentation/governanceModel.md @@ -114,7 +114,7 @@ The official communication channels for user support and project discussions in - The Gitter messaging system channel for the ecosystem. -- Via issues in any of the [Beacon Network repositories](https://github.com/elixir-europe/beacon-network). +- Via issues in any of the [Beacon Network repositories](https://github.com/ga4gh-beacon/beacon-network). # 6. Support diff --git a/mkdocs.yaml b/mkdocs.yaml index ec68de1..a80bc6c 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -21,9 +21,9 @@ site_description: 'Website for the ELIXIR Beacon v2 Network Project' site_author: 'Sergi Aguiló Castillo, Michael Baudis & Beacon Network Developers' copyright: '© Copyright 2024, ELIXIR Beacon Developers' repo_name: 'beacon-network' -repo_url: https://github.com/elixir-europe/beacon-network +repo_url: https://github.com/ga4gh-beacon/beacon-network edit_uri: edit/main/docs/ -repo_icon: " [:fontawesome-brands-github:](https://github.com/elixir-europe/beacon-network/tree/main/docs)" +repo_icon: " [:fontawesome-brands-github:](https://github.com/ga4gh-beacon/beacon-network/tree/main/docs)" # ------------------- Mkdocs Configurattion and Extensions-------------------- #