Skip to content

Commit 207c574

Browse files
authored
Update documentation links and upgrade dependencies in package.json (#834)
* Update documentation links and upgrade dependencies in package.json * Update documentation build process and dependencies - Changed the documentation build command from npm to yarn for consistency. - Added a new .nvmrc file specifying Node.js version 22 for the documentation environment. - Updated the package.json to reflect the latest version of @docusaurus/module-type-aliases and increased the minimum required Node.js version to 20.0.
1 parent 0a7489a commit 207c574

7 files changed

Lines changed: 3217 additions & 20731 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install-develop:
5353

5454
# docs
5555
docs-dev:
56-
@cd documentation && npm start
56+
@cd documentation && yarn start
5757

5858
# docker
5959
docker-build-client:

documentation/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

documentation/docs/getting-started/running-opal/run-opal-server/data-sources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Please be advised, this will not work so great in docker-compose. Docker compose
7979

8080
For more dynamic cases where you'd need different clients to load different sets of data at different times;
8181
you can have the OPAL-clients be redirected to another server to fetch the configuration.
82-
See the [details in this tutorial](tutorials/configure_external_data_sources#how-to-configure-an-external-data-source)
82+
See the [details in this tutorial](/tutorials/configure_external_data_sources#how-to-configure-an-external-data-source)
8383

8484
#### Security
8585

documentation/docs/getting-started/tldr.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Every time you push a change, the OPAL server will notify the subscribing OPAL-c
1717

1818
OPAL tracks data from various sources via webhooks and [Fetch-Providers](/tutorials/write_your_own_fetch_provider) (extensible python modules that teach it to load data from sources).
1919

20-
[Initial data is indicated by the server](getting-started/running-opal/run-opal-server/data-sources) based on `OPAL_DATA_CONFIG_SOURCES`.
20+
[Initial data is indicated by the server](/getting-started/running-opal/run-opal-server/data-sources) based on `OPAL_DATA_CONFIG_SOURCES`.
2121
Subsequent data updates are triggered via [the data update webhook](/tutorials/trigger_data_updates).
2222
Every time the policy agent (or it's managing OPAL-client) restarts, the data and policy are loaded from scratch.
2323

0 commit comments

Comments
 (0)