Skip to content

Commit

Permalink
Fixed validation errors raised by paradoxValidateLinks (#5133)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-kerrien authored Sep 16, 2024
1 parent 442e077 commit d8e5fe9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/ignore-paths.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ https://github.com/BlueBrain/nexus-js/blob/main/packages/nexus-sdk/README.md
https://github.com/BlueBrain/nexus-js/blob/main/packages/react-nexus/README.md
https://github.com/BlueBrain/nexus-web/blob/main/README.md.*
https://github.com/lightbend/config.*
https://github.com/BlueBrain/nexus/issues?.*
https://www.janelia.org
http://mouselight.janelia.org/
http://ml-neuronbrowser.janelia.org
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/docs/delta/api/resources-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ That means that when those get updated, the resources importing them must be als

@@@ note { .warning title="Reserved types and fields" }

A generic resource can not have a type belonging to the Nexus vocabulary (https://bluebrain.github.io/nexus/vocabulary/).
A generic resource can not have a type belonging to the Nexus vocabulary `https://bluebrain.github.io/nexus/vocabulary/`.

Moreover it can not include any field starting with underscore (_) at the root level as these fields are reserved for Nexus metadata.
@@@
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Knowledge Graph. You can find out more information on our @link:[product home pa

### Is Blue Brain Nexus free to use?

Yes, Nexus is a free, Open Source platform released under @link:[Apache Licence 2.0](https://opensource.org/license/apache-2-0/){ open=new }
Yes, Nexus is a free, Open Source platform released under @link:[Apache Licence 2.0](https://www.apache.org/licenses/LICENSE-2.0){ open=new }

### How do I run Blue Brain Nexus?

Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/paradox/docs/fusion/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Customize the Nexus codebase appearance by setting environment variables. Defaul

- `LOGO_IMG`: HTTPS URL for the application logo. Recommended: SVG format with transparent background. Ideal size: ~35 px height, max 250 px width. @link:[Click here for an example SVG](https://github.com/BlueBrain/nexus-web/blob/main/src/shared/images/EPFL_BBP_logo.svg){ open=new }.
- `LOGO_LINK`: HTTPS URL redirecting from the logo. Example: <https://www.epfl.ch/en/>
- `LANDING_VIDEO`: HTTPS URL for a landing page video. Requirements: MP4 format, H.264 codec, ~10MB, 1920×1080 resolution. @link:[Click here for an example video](https://github.com/BlueBrain/nexus-web/tree/main/src/videos/BrainRegionsNexusPage.mp4){ open=new }. Ensure that the video's main color is not too bright, as the text on top of it will be white.
- `LANDING_VIDEO`: HTTPS URL for a landing page video. Requirements: MP4 format, H.264 codec, ~10MB, 1920×1080 resolution. @link:[Click here for an example video](https://raw.githubusercontent.com/BlueBrain/nexus-web/main/src/shared/videos/BrainRegionsNexusPage.mp4){ open=new }. Ensure that the video's main color is not too bright, as the text on top of it will be white.
- `LANDING_POSTER_IMG`: HTTPS URL for a loading image on the landing page, displayed while the video loads. @link:[Click here for an example poster image](https://github.com/BlueBrain/nexus-web/blob/main/src/shared/images/BrainRegionsNexusPage.jpg){ open=new }. Please use a PNG or JPG image that matches the size and color of the video. Aim for the image to have the same dimensions as the video. Ensure that the image size is kept under 200 KB to improve loading time and user experience.
- `MAIN_COLOR`: Main background color in hex code. Example color: #062d68

Expand All @@ -64,6 +64,6 @@ Customize the Nexus codebase appearance by setting environment variables. Defaul

#### Additional Options

- `FORGE_LINK`: HTTPS URL for the `Forge templates` button (only if using Nexus Forge). Example: <https://some-url.com>
- `FORGE_LINK`: HTTPS URL for the `Forge templates` button (only if using Nexus Forge). Example: `https://some-url.com`

For a comprehensive list of environment variables, see the @link:[Environment Variables List](https://github.com/BlueBrain/nexus-web/blob/main/README.md#env-variables-list){ open=new }.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ This setup runs the Nexus ecosystem without an identity provider, and the anonym
#### Administration

To list running services or access logs, please refer to the official Docker
@link:[documentation](https://docs.docker.com/engine/reference/commandline/stack/){ open=new }.
@link:[documentation](https://docs.docker.com/reference/cli/docker/stack/){ open=new }.

#### Stopping Nexus

Expand Down

0 comments on commit d8e5fe9

Please sign in to comment.