Skip to content

Commit 354aab9

Browse files
committed
use relative paths
1 parent 458c73e commit 354aab9

File tree

7 files changed

+12
-14
lines changed

7 files changed

+12
-14
lines changed

.config/lychee.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
verbose = "debug"
66
no_progress = true
7-
# Base URL for resolving root-relative links in docs (e.g., /img/logo.png -> https://docs.forest.chainsafe.io/img/logo.png)
8-
base_url = "https://docs.forest.chainsafe.io"
97
exclude_path = ["./node_modules", "./docs/node_modules", "./target", "./docs/build", "./build"]
108
exclude = [
119
# Avoid Github rate limits

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pnpm typecheck # Validate typescript files
4444
4545
### Deployment
4646

47-
The documentation site is continuously deployed to CloudFlare Pages, triggered on every commit to `main`. [This workflow](/.github/workflows/docs-deploy.yml) defines the deployment process.
47+
The documentation site is continuously deployed to CloudFlare Pages, triggered on every commit to `main`. [This workflow](../.github/workflows/docs-deploy.yml) defines the deployment process.
4848

4949
## Site Structure
5050

@@ -58,7 +58,7 @@ Follows the [Diátaxis](https://diataxis.fr/) framework for structuring document
5858

5959
#### CLI Docs
6060

61-
These docs are automatically generated from the Forest CLI. See [script](/docs/docs/users/reference/cli.sh).
61+
These docs are automatically generated from the Forest CLI. See [script](./docs/users/reference/generate_cli_md.sh) for details.
6262

6363
### Developer Docs
6464

docs/docs/developers/guides/trace_call_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trace_call Developer Guide
22

3-
This guide covers testing and development workflows for Forest's `trace_call` implementation. For API documentation and user-facing usage, see the [trace_call API guide](/knowledge_base/rpc/trace_call).
3+
This guide covers testing and development workflows for Forest's `trace_call` implementation. For API documentation and user-facing usage, see the [trace_call API guide](../../knowledge_base/rpc/trace_call).
44

55
## Tracer Contract
66

docs/docs/developers/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /
1010
:::warning
1111

1212
This documentation is intended for contributors to the Forest codebase. If you are a user of Forest you might want
13-
the [user documentation](/).
13+
the [user documentation](..).
1414

1515
:::
1616

docs/docs/users/filecoin_services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ sidebar_position: 6
55
---
66

77
<p align="center" style={{ display: 'flex' , justifyContent: 'space-around' }}>
8-
<img src="/img/logo.png" alt="Forest logo"/>
9-
<img src="/img/chainsafe_logo.png" alt="ChainSafe logo"/>
10-
<img src="/img/filecoin_logo.png" alt="Filecoin logo"/>
8+
<img src="../img/logo.png" alt="Forest logo"/>
9+
<img src="../img/chainsafe_logo.png" alt="ChainSafe logo"/>
10+
<img src="../img/filecoin_logo.png" alt="Filecoin logo"/>
1111
</p>
1212

1313
This page provides an overview of the services and infrastructure provided by ChainSafe across the Filecoin ecosystem.

docs/docs/users/funding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ sidebar_position: 7
55
---
66

77
<p align="center" style={{ display: 'flex' , justifyContent: 'space-around' }}>
8-
<img src="/img/logo.png" alt="Forest logo"/>
9-
<img src="/img/chainsafe_logo.png" alt="ChainSafe logo"/>
10-
<img src="/img/filecoin_logo.png" alt="Filecoin logo"/>
8+
<img src="../img/logo.png" alt="Forest logo"/>
9+
<img src="../img/chainsafe_logo.png" alt="ChainSafe logo"/>
10+
<img src="../img/filecoin_logo.png" alt="Filecoin logo"/>
1111
</p>
1212

1313
Forest project is funded by the [Filecoin Foundation](https://fil.org/) and developed by [ChainSafe Systems](https://chainsafe.io). The project has also received funding from the [FIL-RetroPGF](https://www.fil-retropgf.io/) Retroactive Public Goods Funding rounds.

docs/docs/users/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /
66
---
77

88
<p align="center">
9-
<img src="/img/logo-with-text.png" alt="Forest logo"/>
9+
<img src="../img/logo-with-text.png" alt="Forest logo"/>
1010
</p>
1111

1212
## What Is Forest?
@@ -57,4 +57,4 @@ Checkout [Github Discussions](https://github.com/ChainSafe/forest/discussions/ca
5757
## Contributing
5858

5959
Forest welcomes external contributions. Please review the contributing guidelines, and the [developer
60-
documentation](/developers).
60+
documentation](developers).

0 commit comments

Comments
 (0)