From be2629201b3c920ab96f9a58d814ecc1620c89c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rique=20Chambinaud?= Date: Wed, 7 Feb 2024 10:39:54 +0100 Subject: [PATCH] finish EN part --- _sass/base.scss | 2 +- en/doc/guides/developpement.md | 2 +- en/doc/guides/voyager/story_interface.html | 2 -- en/doc/references/models/index.md | 4 ++-- en/doc/tutorials/deployment.md | 2 +- en/doc/tutorials/index.html | 16 ---------------- fr/doc/guides/development.md | 2 +- fr/doc/guides/voyager/story_interface.html | 2 -- fr/doc/references/administration/requirements.md | 2 +- fr/doc/references/index.md | 4 ++-- fr/doc/tutorials/deployment.md | 2 +- fr/doc/tutorials/index.html | 13 ------------- 12 files changed, 10 insertions(+), 43 deletions(-) diff --git a/_sass/base.scss b/_sass/base.scss index b211cd58..1cbef3be 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -254,7 +254,7 @@ h2{ box-shadow: inset 0rem -0.6rem 0px $yellow; // display: flex; // justify-content: start; - // display: inline-block; + display: inline-block; } h3{ diff --git a/en/doc/guides/developpement.md b/en/doc/guides/developpement.md index 3cee3ea9..795c684a 100644 --- a/en/doc/guides/developpement.md +++ b/en/doc/guides/developpement.md @@ -6,7 +6,7 @@ title: Development ### Keeping in sync -This repository is kept in sync with [upstream](https://github.com/Smithsonian/dpo-voyager). +This repository is kept in sync with [upstream](https://github.com/Smithsonian/dpo-voyager){:target="_blank"}. ``` git merge -m "merge branch 'master' on $(git rev-parse --short master)" master diff --git a/en/doc/guides/voyager/story_interface.html b/en/doc/guides/voyager/story_interface.html index 29bdf7af..7b4002fb 100644 --- a/en/doc/guides/voyager/story_interface.html +++ b/en/doc/guides/voyager/story_interface.html @@ -27,6 +27,4 @@

Explore the scene

- - \ No newline at end of file diff --git a/en/doc/references/models/index.md b/en/doc/references/models/index.md index acdf164f..8e37a1ea 100644 --- a/en/doc/references/models/index.md +++ b/en/doc/references/models/index.md @@ -4,7 +4,7 @@ title: 3D Models ## 3D models: basic principles -Models should be in **GLTF-binary** format (`.glb` files), though other formats might work. +Models should be in [GLTF-binary](https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html){:target="_blank"} format (`.glb` files), though other formats might work. Compression (using [Draco](https://google.github.io/draco/){:target="_blank"}) is supported and will generally speed up loading : faster network transfer and faster object parsing. @@ -31,7 +31,7 @@ The Blender [GLTF export](https://github.com/KhronosGroup/glTF-Blender-IO){:targ screenshot of Blender's glTF export popup
glTF export popup
-

For advanced use cases, check out the official documentation at doc.blender.org.

+

For advanced use cases, check out the official documentation at doc.blender.org.

The Binary format (.glb) is recommended.

It is also possible to choose between Z up and Y up in the Transform menu for the scene's axis orientation.

Draco compression is supported and will generally speed up loading : faster network transfer and faster object parsing.

diff --git a/en/doc/tutorials/deployment.md b/en/doc/tutorials/deployment.md index fd7e3bc5..232e1ded 100644 --- a/en/doc/tutorials/deployment.md +++ b/en/doc/tutorials/deployment.md @@ -65,7 +65,7 @@ Other accounts can be created via the web interface. After creating your first user account, navigate to [localhost:8000](http://localhost:8000){:target="_blank"} and log in. -From there, you can create your first scene by following the instructions provided in the [Voyager import tutorial](/en/doc/tutorials/voyager/import). +From there, you can [create your first scene](/en/doc/tutorials/voyager/edit) by following the instructions provided in the [Voyager import tutorial](/en/doc/tutorials/voyager/import). If you want to edit the source code, refer to the [development guide](/en/doc/guides/developpement). diff --git a/en/doc/tutorials/index.html b/en/doc/tutorials/index.html index ccbd2c56..9ba04631 100644 --- a/en/doc/tutorials/index.html +++ b/en/doc/tutorials/index.html @@ -17,19 +17,3 @@

Learn to use eCorpus

- - diff --git a/fr/doc/guides/development.md b/fr/doc/guides/development.md index 7cf6f3b1..f3e49e16 100644 --- a/fr/doc/guides/development.md +++ b/fr/doc/guides/development.md @@ -6,7 +6,7 @@ title: Développement ### Mise en route -Voir le [guide d'installation rapide](/fr/doc/tutorials/deployment). +Voir le [guide d'installation rapide](/fr/doc/tutorials/deployment){:target="_blank"}. Utiliser la commande : `npm run watch` pour activer la recompilation automatique. diff --git a/fr/doc/guides/voyager/story_interface.html b/fr/doc/guides/voyager/story_interface.html index 92dd58d4..0babc210 100644 --- a/fr/doc/guides/voyager/story_interface.html +++ b/fr/doc/guides/voyager/story_interface.html @@ -27,6 +27,4 @@

Explorer votre scène

- - \ No newline at end of file diff --git a/fr/doc/references/administration/requirements.md b/fr/doc/references/administration/requirements.md index 8d914889..165856cb 100644 --- a/fr/doc/references/administration/requirements.md +++ b/fr/doc/references/administration/requirements.md @@ -27,7 +27,7 @@ Il a été vérifié qu'il fonctionnait sur des systèmes aussi petits que 1 Go - [Nodejs](https://nodejs.org/){:target="_blank"} v16 (LTS) ou supérieure. - Le système sous-jacent doit supporter [shared memory](https://en.wikipedia.org/wiki/Shared_memory){:target="_blank"} (pour le [WAL Log](https://sqlite.org/wal.html){:target="_blank"} de sqlite) - n'importe quel système d'exploitation moderne devrait convenir. -une chaîne d'outils pour compiler les addons nodejs natifs peut être nécessaire si [node-sqlite3](https://github.com/TryGhost/node-sqlite3/releases) ne fournit pas de module préconstruit fonctionnel pour votre plateforme. +une chaîne d'outils pour compiler les addons nodejs natifs peut être nécessaire si [node-sqlite3](https://github.com/TryGhost/node-sqlite3/releases){:target="_blank"} ne fournit pas de module préconstruit fonctionnel pour votre plateforme. Vous pouvez également utiliser [Docker](https://www.docker.com/){:target="_blank"}. diff --git a/fr/doc/references/index.md b/fr/doc/references/index.md index 8aa6c30a..8645696d 100644 --- a/fr/doc/references/index.md +++ b/fr/doc/references/index.md @@ -1,8 +1,8 @@ ---- + diff --git a/fr/doc/tutorials/deployment.md b/fr/doc/tutorials/deployment.md index 32686103..6cf5e303 100644 --- a/fr/doc/tutorials/deployment.md +++ b/fr/doc/tutorials/deployment.md @@ -38,7 +38,7 @@ Par la suite, d'autres comptes pourront être créés via l'interface web. Rendez-vous à l'adresse [localhost:8000](http://localhost:8000){:target="_blank"} et connectez-vous à l'aide de votre nouveau compte. -Vous pouvez maintenant [créer votre première scène](/fr/doc/tutorials/voyager/edit). +À partir de là, vous pouvez [créer votre première scène](/fr/doc/tutorials/voyager/edit) en suivant les instructions fournies dans le tutoriel d'[importation Voyager](/fr/doc/tutorials/voyager/import). Si vous souhaitez éditer le code source, réferez-vous au [guide de développement](/fr/doc/guides/development). diff --git a/fr/doc/tutorials/index.html b/fr/doc/tutorials/index.html index 5c9cc347..ee9baee7 100644 --- a/fr/doc/tutorials/index.html +++ b/fr/doc/tutorials/index.html @@ -18,16 +18,3 @@

Apprendre à utiliser eCorpus

- - - \ No newline at end of file