From f4898c29f4ea86346ede5467e91ef72bcb61db60 Mon Sep 17 00:00:00 2001 From: Gabriel Cambreling <32667664+GabBimdata@users.noreply.github.com> Date: Wed, 26 Aug 2026 08:52:29 +0200 Subject: [PATCH 1/2] feat(viewer): rewrite getting started as an end-to-end path The page stopped at the demo snippet. Readers who wanted to switch to their own data had to reassemble the path themselves across the API and Viewer sections. The demo snippet now opens the page unchanged, so time to first render stays at zero. Everything else is new: - Add the "use your own models" path: application, cloud, project, model, token. - Move ProjectAccessToken into the viewer path. It was only documented in /api/guides/authentication, which is not where someone integrating the viewer looks. The current default path is pasting an ApiKey into the page. - Document the two main causes of a blank screen: ES modules blocked on file://, and a container with no height. - Add the ui config block for white labelling. - Move the format list to "Going further". - Link to existing reference pages instead of duplicating them. --- src/viewer/index.md | 196 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 180 insertions(+), 16 deletions(-) diff --git a/src/viewer/index.md b/src/viewer/index.md index 2348221..c89de37 100644 --- a/src/viewer/index.md +++ b/src/viewer/index.md @@ -9,28 +9,27 @@ import BIMDataIconFilePointCloud from "../.vitepress/components/BIMDataIconFileP import ViewerMainPage from "../.vitepress/components/ViewerMainPage.vue"; -## Introduction +The BIMData Viewer displays models of many formats in a web page. Each format is +handled by its own native built-in viewer, with **display**, **navigation**, +**measurement** and **annotation** available on all of them. -The BIMData Viewer is a tool for interacting with models of different formats like : --