Skip to content

Commit 382cd92

Browse files
spicyfalafelclaude
andcommitted
fix: remove aidbox-ui subpages, update links and redirects
Subpages (rest-console, aidbox-notebooks, db-queries, db-tables, attrs-stats, database-console) were merged into the main Aidbox UI page but links and files were left behind. This removes the stale files, updates all internal links to point to the merged page, adds redirects for old URLs, and deletes the duplicate docs/SUMMARY.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e463f7b commit 382cd92

21 files changed

Lines changed: 27 additions & 1734 deletions

docs/SUMMARY.md

Lines changed: 0 additions & 769 deletions
This file was deleted.

docs/deprecated/deprecated/zen-related/api-constructor-docs-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Here's a notebook with the example API demo usage :
5959
https://aidbox.app/ExportedNotebook/df9ac147-daa4-4495-87b5-c4367cd441ef
6060
```
6161

62-
You can [import it](../../../overview/aidbox-ui/aidbox-notebooks.md#import-a-notebook) into the example and run test REST requests.
62+
You can [import it](../../../overview/aidbox-ui/README.md#import-a-notebook) into the example and run test REST requests.
6363

6464
## API constructor definitions
6565

docs/deprecated/deprecated/zen-related/fhir-terminology-repository/load-icd-10-cm-into-aidbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ When `ftr.pull.enable` is set to `true`, Aidbox loads concepts asynchronously by
116116

117117
### How can you determine if the concepts are still loading or have already loaded? (Usable for `async` pulls)
118118

119-
Access the Aidbox UI and navigate to `Database` > [`Running Queries`](../../../../overview/aidbox-ui/db-queries.md). Look for a query that includes `"_import"`; this query is responsible for loading concepts into your database. Once this query disappears from the list, you can check the concepts in the database. Proceed to `Database` > `DB Console` and enter the following query:
119+
Access the Aidbox UI and navigate to `Database` > [`Running Queries`](../../../../overview/aidbox-ui/README.md). Look for a query that includes `"_import"`; this query is responsible for loading concepts into your database. Once this query disappears from the list, you can check the concepts in the database. Proceed to `Database` > `DB Console` and enter the following query:
120120

121121
{% code title="" %}
122122
```sql

docs/deprecated/deprecated/zen-related/fhir-terminology-repository/load-loinc-into-aidbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ When `ftr.pull.enable` is set to `true`, Aidbox loads concepts asynchronously by
111111

112112
### How can you determine if the concepts are still loading or have already loaded? (Usable for `async` pulls)
113113

114-
Access the Aidbox UI and navigate to `Database` > [`Running Queries`](../../../../overview/aidbox-ui/db-queries.md). Look for a query that includes `"_import"`; this query is responsible for loading concepts into your database. Once this query disappears from the list, you can check the concepts in the database. Proceed to `Database` > `DB Console` and enter the following query:
114+
Access the Aidbox UI and navigate to `Database` > [`Running Queries`](../../../../overview/aidbox-ui/README.md). Look for a query that includes `"_import"`; this query is responsible for loading concepts into your database. Once this query disappears from the list, you can check the concepts in the database. Proceed to `Database` > `DB Console` and enter the following query:
115115

116116
```sql
117117
SELECT count(*) from concept where resource->>'system' = 'http://loinc.org'

docs/deprecated/deprecated/zen-related/fhir-terminology-repository/load-rxnorm-into-aidbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ When `ftr.pull.enable` is set to `true`, Aidbox loads concepts asynchronously by
118118

119119
### How can you determine if the concepts are still loading or have already loaded? (Usable for `async` pulls)
120120

121-
Access the Aidbox UI and navigate to `Database` > [`Running Queries`](../../../../overview/aidbox-ui/db-queries.md). Look for a query that includes `"_import"`; this query is responsible for loading concepts into your database. Once this query disappears from the list, you can check the concepts in the database. Proceed to `Database` > `DB Console` and enter the following query:
121+
Access the Aidbox UI and navigate to `Database` > [`Running Queries`](../../../../overview/aidbox-ui/README.md). Look for a query that includes `"_import"`; this query is responsible for loading concepts into your database. Once this query disappears from the list, you can check the concepts in the database. Proceed to `Database` > `DB Console` and enter the following query:
122122

123123
```sql
124124
SELECT count(*) from concept where resource->>'system' = 'http://www.nlm.nih.gov/research/umls/rxnorm'

docs/deprecated/deprecated/zen-related/fhir-terminology-repository/load-snomed-ct-into-aidbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ When `ftr.pull.enable` is set to `true`, Aidbox loads concepts asynchronously by
115115

116116
### How can you determine if the concepts are still loading or have already loaded? (Usable for `async` pulls)
117117

118-
Access the Aidbox UI and navigate to `Database` > [`Running Queries`](../../../../overview/aidbox-ui/db-queries.md). Look for a query that includes `"_import"`; this query is responsible for loading concepts into your database. Once this query disappears from the list, you can check the concepts in the database. Proceed to `Database` > `DB Console` and enter the following query:
118+
Access the Aidbox UI and navigate to `Database` > [`Running Queries`](../../../../overview/aidbox-ui/README.md). Look for a query that includes `"_import"`; this query is responsible for loading concepts into your database. Once this query disappears from the list, you can check the concepts in the database. Proceed to `Database` > `DB Console` and enter the following query:
119119

120120
```sql
121121
SELECT count(*) from concept where resource->>'system' = 'http://snomed.info/sct'

docs/developer-experience/use-aidbox-with-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This quickstart guide demonstrates how to launch a PHR sample app on the Aidbox
1212

1313
The guide helps you to explore the following Aidbox features:
1414

15-
* [REST Console](../overview/aidbox-ui/rest-console.md): execute and debug HTTP requests directly within Aidbox.
15+
* [REST Console](../overview/aidbox-ui/README.md): execute and debug HTTP requests directly within Aidbox.
1616
* [Access Control](../access-control/access-control.md): manage fine-grained data access through the API.
1717
* [Data Import endpoint](../api/bulk-api/import-and-fhir-import.md): Efficiently load FHIR data into Aidbox.
1818
* [JavaScript SDK](developer-experience-overview.md#language-and-project-specific-sdks): Streamline JS app development on Aidbox effortlessly.

docs/file-storage/oracle-cloud-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Load data from Oracle Cloud Storage into Aidbox using pre-authentic
44

55
# Oracle Cloud Storage
66

7-
Oracle Cloud Storage is used to store arbitrary unstructured data like images, files, backups, etc. Currently Aidbox doesn't offer integration with Oracle Cloud Storage but you can use pre-authenticated requests to load data into Aidbox. All examples from this tutorial are executable in the [Aidbox REST console](../overview/aidbox-ui/rest-console.md).
7+
Oracle Cloud Storage is used to store arbitrary unstructured data like images, files, backups, etc. Currently Aidbox doesn't offer integration with Oracle Cloud Storage but you can use pre-authenticated requests to load data into Aidbox. All examples from this tutorial are executable in the [Aidbox REST console](../overview/aidbox-ui/README.md).
88

99
## Create pre-authenticated request in Oracle Cloud Storage
1010

docs/getting-started/run-aidbox-locally.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Use Getting Started Notebooks to explore basic Aidbox features
4949
{% hint style="info" %}
5050
**Aidbox Notebooks**
5151

52-
Notebooks are interactive tutorials within the Aidbox UI with built-in REST, RPC, and SQL editors and the ability to execute requests and queries on the fly and see the result. You can use pre-built or create your own Notebooks. [Learn more.](../overview/aidbox-ui/aidbox-notebooks.md)
52+
Notebooks are interactive tutorials within the Aidbox UI with built-in REST, RPC, and SQL editors and the ability to execute requests and queries on the fly and see the result. You can use pre-built or create your own Notebooks. [Learn more.](../overview/aidbox-ui/README.md)
5353
{% endhint %}
5454

5555
## Next steps
5656

5757
* Learn more about [Aidbox Configuration](../configuration/configure-aidbox-and-multibox.md)
5858
* Unlock additional capabilities of [Aidbox UI](../overview/aidbox-ui/)
59-
* Dive into the built-in [Aidbox Notebooks](../overview/aidbox-ui/aidbox-notebooks.md)
59+
* Dive into the built-in [Aidbox Notebooks](../overview/aidbox-ui/README.md)

docs/overview/aidbox-ui/aidbox-notebooks.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)