Skip to content

Commit d02c59f

Browse files
fstagnialdbr
authored andcommitted
docs: few links fixed
1 parent d3817b4 commit d02c59f

4 files changed

Lines changed: 6 additions & 16 deletions

File tree

docs/dev/manage_extension.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,3 @@ npm run --prefix packages/extensions test
8686
Follow the instructions from the [Gubbins extension README](https://github.com/DIRACGrid/diracx/tree/main/extensions#work-on-gubbins).
8787

8888
:bulb: Like `diracx-web`, `gubbins-web` does automatically reflect changes made in `diracx-web-components`. This means that while running `gubbins` using `diracx-charts/run_demo.sh`, any modifications to `diracx-web-components` will also be applied to `gubbins`.
89-
90-
## Creating a new extension
91-
92-
More details available in the [**extensions** README](/packages/extensions/README.md)

docs/dev/setup_environment.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,8 @@ npm run --prefix packages/diracx-web test
160160

161161
## Documenting
162162

163-
[Storybook]((https://storybook.js.org/docs)) can be started with:
163+
[Storybook](https://storybook.js.org/docs) can be started with:
164164

165165
```bash
166166
npm run doc:diracx-web-components
167167
```
168-
169-
## Contributing
170-
171-
See the [Contributing guidelines](/CONTRIBUTING.md)

docs/dev/web-arch.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ flowchart TD
3636
classDef Ash stroke-width:1px, stroke-dasharray:none, stroke:#999999, fill:#EEEEEE, color:#000000
3737
```
3838

39-
This repository is organized as a monorepo, with the following key packages:
39+
The repository is organized as a monorepo, with the following key packages:
4040

41-
- [**DiracX-Web-Components**](packages/diracx-web-components): A library of reusable React components designed for integration within the `DiracX-Web` package and to facilitate the creation of custom DiracX web extensions.
41+
- [**DiracX-Web-Components**](https://github.com/DIRACGrid/diracx-web/tree/main/packages/diracx-web-components): A library of reusable React components designed for integration within the `DiracX-Web` package and to facilitate the creation of custom DiracX web extensions.
4242

43-
- [**DiracX-Web**](packages/diracx-web): Vanilla Dirac web interface based on Next.js. Leverages components from `DiracX-Web-Components` to provide core functionalities.
43+
- [**DiracX-Web**](https://github.com/DIRACGrid/diracx-web/tree/main/packages/diracx-web): Vanilla Dirac web interface based on Next.js. Leverages components from `DiracX-Web-Components` to provide core functionalities.
4444

45-
- [**Extensions**](packages/extensions): An illustrative example of a web extension, also based on Next.js, demonstrating how to extend the functionality of `DiracX-Web` using the components from the `DiracX-Web-Components` package.
45+
- [**Extensions**](https://github.com/DIRACGrid/diracx-web/tree/main/packages/extensions): An illustrative example of a web extension, also based on Next.js, demonstrating how to extend the functionality of `DiracX-Web` using the components from the `DiracX-Web-Components` package.
4646

4747

48-
The monorepo structure is based on *npm workspaces* to ensure that related packages ([DiracX-Web-Components](packages/diracx-web-components)) are automatically used from their local versions instead of fetching them from the npm registry.
48+
The monorepo structure is based on *npm workspaces* to ensure that related packages ([DiracX-Web-Components](https://github.com/DIRACGrid/diracx-web/tree/main/packages/diracx-web-components)) are automatically used from their local versions instead of fetching them from the npm registry.
4949

5050
## Ramping up
5151

docs/developer/setup_environment.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,3 @@ npm run test:watch
9595
rm -rf node_modules package-lock.json
9696
npm install
9797
```
98-
99-
For more detailed information, see the [CONTRIBUTING.md](/CONTRIBUTING.md) file.

0 commit comments

Comments
 (0)