Skip to content

Commit 2921ce9

Browse files
Merge pull request #8 from JaneliaSciComp/fix-links
fix: update base url in astro.config
2 parents e53d7bb + 5aa171f commit 2921ce9

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

astro.config.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// @ts-check
2-
import { defineConfig } from 'astro/config';
3-
import starlight from '@astrojs/starlight';
4-
import tailwindcss from '@tailwindcss/vite';
5-
import rehypeExternalLinks from 'rehype-external-links';
6-
import { externalLinkIcon } from './external-link-icon.js';
2+
import { defineConfig } from "astro/config";
3+
import starlight from "@astrojs/starlight";
4+
import tailwindcss from "@tailwindcss/vite";
5+
import rehypeExternalLinks from "rehype-external-links";
6+
import { externalLinkIcon } from "./external-link-icon.js";
77

88
// https://astro.build/config
99
export default defineConfig({
10-
site: "https://JaneliaSciComp.github.io",
11-
base: "/fileglancer-user-docs",
10+
site: "https://fileglancer-docs.janelia.org",
11+
base: ".",
1212
markdown: {
1313
rehypePlugins: [
1414
[
@@ -74,4 +74,4 @@ export default defineConfig({
7474
vite: {
7575
plugins: [tailwindcss()],
7676
},
77-
});
77+
});

src/content/docs/getting-started/introduction.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Fileglancer addresses common challenges researchers face when working with large
3131

3232
Ready to start using Fileglancer? Here are your next steps:
3333

34-
1. **Access the platform**: Navigate to [fileglancer.int.janelia.org](https://fileglancer.int.janelia.org) from the Janelia network
35-
2. **Learn navigation**: Start with the [Navigation Guide](/fileglancer-user-docs/workflows/navigation/) to understand how to browse your data
36-
3. **Try sharing**: Follow the [Data Links Guide](/fileglancer-user-docs/workflows/data-links/) to create your first shareable data link
37-
4. **Explore features**: Review the [Features](/fileglancer-user-docs/features/file-browser/) section to understand all available capabilities
34+
1. **Access the platform**: Navigate to [fileglancer.int.janelia.org](https://fileglancer.int.janelia.org) from the Janelia network
35+
2. **Learn navigation**: Start with the [Navigation Guide](../../workflows/navigation/) to understand how to browse your data
36+
3. **Try sharing**: Follow the [Data Links Guide](../../workflows/data-links/) to create your first shareable data link
37+
4. **Explore features**: Review the [Features](../../features/file-browser/) section to understand all available capabilities

src/content/docs/getting-started/quick-start.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ alt="Screenshot of the Fileglancer interface, with an arrow pointing to the Conv
163163

164164
Now that you've completed the basics, explore these guides for more detailed workflows:
165165

166-
- **[Navigation Guide](/fileglancer-user-docs/workflows/navigation/)**: Master all navigation features
167-
- **[Data Links Guide](/fileglancer-user-docs/workflows/data-links/)**: Learn advanced sharing options
168-
- **[File Conversion Guide](/fileglancer-user-docs/workflows/file-conversion/)**: Understand the complete conversion process
166+
- **[Navigation Guide](../../workflows/navigation/)**: Master all navigation features
167+
- **[Data Links Guide](../../workflows/data-links/)**: Learn advanced sharing options
168+
- **[File Conversion Guide](../../workflows/file-conversion/)**: Understand the complete conversion process
169169

170170
## Quick Reference
171171

src/content/docs/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ hero:
66
tagline: Browse and share large scientific imaging data with ease
77
actions:
88
- text: Get Started
9-
link: /fileglancer-user-docs/getting-started/introduction/
9+
link: ./getting-started/introduction/
1010
icon: right-arrow
1111
- text: Core Workflows
12-
link: /fileglancer-user-docs/workflows/navigation/
12+
link: ./workflows/navigation/
1313
icon: document
1414
variant: minimal
1515
---
@@ -52,17 +52,17 @@ alt="Screenshot of the Fileglancer interface showing a directory of OME-Zarr dat
5252
<Card title="Navigate Your Data" icon="right-arrow">
5353
Learn how to browse files, save favorites, and efficiently navigate large directory structures.
5454

55-
[Navigation Guide →](/fileglancer-user-docs/workflows/navigation/)
55+
[Navigation Guide →](./workflows/navigation/)
5656
</Card>
5757
<Card title="Share Data Links" icon="external">
5858
Create and manage shareable data links for your datasets with proper access controls.
5959

60-
[Data Links Guide →](/fileglancer-user-docs/workflows/data-links/)
60+
[Data Links Guide →](./workflows/data-links/)
6161
</Card>
6262
<Card title="Request Conversions" icon="setting">
6363
Submit requests for file format conversions and data processing through the integrated help desk system.
6464

65-
[Conversion Guide →](/fileglancer-user-docs/workflows/file-conversion/)
65+
[Conversion Guide →](./workflows/file-conversion/)
6666
</Card>
6767
</CardGrid>
6868

src/content/docs/support/getting-help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ For data format conversions and processing requests:
2727
### Documentation
2828

2929
Before contacting support, consult this user guide. Key sections include:
30-
1. [**Quick Start Guide**](/fileglancer-user-docs/getting-started/quick-start/): Basic operations and common workflows
31-
3. [**Troubleshooting**](/fileglancer-user-docs/support/troubleshooting/): Solutions for common problems
30+
1. [**Quick Start Guide**](../../getting-started/quick-start/): Basic operations and common workflows
31+
3. [**Troubleshooting**](../troubleshooting/): Solutions for common problems
3232

3333
### Built-in Help Features
3434

0 commit comments

Comments
 (0)