Custom Pages
Last updated
Was this helpful?
Was this helpful?
/onboarding_en.md
/onboarding_fr.mdonyxia:
web:
env:
CUSTOM_RESOURCES: "https://.../custom-resources.zip"
HEADER_TEXT_BOLD: My Organization
HEADER_TEXT_FOCUS: Datalab
HEADER_LINKS: |
[
{
label: {
en: "Onboarding Guide",
fr: "Guide d'intégration"
},
icon: "School",
url: {
en: "%PUBLIC_URL%/custom-resources/onboarding_en.md",
fr: "%PUBLIC_URL%/custom-resources/onboarding_fr.md"
}
}
]
FOOTER_LINKS: |
[
{
label: {
en: "Onboarding Guide",
fr: "Guide d'intégration"
},
icon: "School",
url: {
en: "%PUBLIC_URL%/custom-resources/onboarding_en.md",
fr: "%PUBLIC_URL%/custom-resources/onboarding_fr.md"
}
}
]
HOMEPAGE_BELOW_HERO_TEXT: |
{
en: "See our [onboarding guide](%PUBLIC_URL%/custom-resources/onboarding_en.md)",
fr: "Consultez notre [guide d'intégration](%PUBLIC_URL%/custom-resources/onboarding_fr.md)"
}
HOMEPAGE_CALL_TO_ACTION_BUTTON: |
{
label: {
en: "Read our get started guide",
fr: "Lire notre guide de démarrage"
},
startIcon: "School",
url: {
en: "%PUBLIC_URL%/custom-resources/onboarding_en.md",
fr: "%PUBLIC_URL%/custom-resources/onboarding_fr.md"
}
}
TERMS_OF_SERVICES: "%PUBLIC_URL%/custom-resources/tos_fr.md"# This is a test document in english
This could be for example a guide specific to your Onyxia instance.
## It's standard markdown
You can embed images, including with HTML syntax:
<img src="%PUBLIC_URL%/custom-resources/preview.png" width="100%">
You can render code snippets:
```bash
echo "Hello world"
```
You can also link to pages of your instance: [Catalog](/catalog).
You can link to [another document](%PUBLIC_URL%/custom-resources/onboarding_sub_en.md).
<a href="%PUBLIC_URL%/launcher/ide/rstudio?name=rstudio&version=2.3.2&s3=region-ec97c721&resources.limits.cpu=«22700m»&autoLaunch=true">
<img height=20 src="https://user-images.githubusercontent.com/6702424/173724486-30b6232a-c5d2-40da-a0cc-4d4a11824135.png">
</a>