Skip to content

Commit afc07ab

Browse files
authored
Merge pull request #531 from TheauW/twartel-nav-doc
feat: create doc navigation
2 parents 4101933 + 8b036d4 commit afc07ab

File tree

14 files changed

+173
-29
lines changed

14 files changed

+173
-29
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
jobs:
1111
pre_install:
1212
- pip install mkdocs-material
13-
- pip install mkdocs-diracx-plugin@git+https://github.com/aldbr/mkdocs-diracx-plugin
13+
- pip install mkdocs-diracx-plugin@git+https://github.com/DIRACGrid/mkdocs-diracx-plugin
1414

1515
mkdocs:
1616
configuration: mkdocs.yml

docs/SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
______________________________________________________________________
2+
3+
## hide: -navigation
4+
15
# Security Policy
26

37
TODO

docs/admin/explanations/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ We foresee this will continue to be the case until the migration from DIRAC -> D
2929
During this time, the DiracX configuration is not intended to be edited directly.
3030
The DiracX `default.yml` file differs in structure and contents from the legacy DIRAC Configuration Service.
3131

32-
See [how-to](../how-to/convert_cs.md) for how to convert.
32+
See [how-to](../how-to/convert-cs.md) for how to convert.

docs/admin/how-to/register-a-vo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
```
7373

7474
After saving, you should sync the configuration with DiracX. Dirac Groups and properties should then be associated to users defined in the `DiracX` section.
75-
See [Convert CS](./convert_cs.md) for next steps.
75+
See [Convert CS](./convert-cs.md) for next steps.
7676

7777
## Interact with Computing Elements
7878

docs/admin/how-to/register-the-admin-vo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ We currently support [Indigo IAM](https://indigo-iam.github.io/) and [dex](https
9393
```
9494

9595
After saving, you should sync the configuration with DiracX.
96-
See [Convert CS](./convert_cs.md) for next steps.
96+
See [Convert CS](./convert-cs.md) for next steps.

docs/assets/css/fontawesome-all.min.css

Lines changed: 101 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/css/images/overlay.png

17.3 KB
Loading

docs/assets/css/main.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h3>Develop DiracX web</h3>
104104

105105
<!-- Comparison -->
106106
<section id="comparison" class="spotlight style2 right" style="min-height: 100vh; height: auto;">
107-
<span class="image fit main"><img src="https://cds.cern.ch/record/1489958/files/1209226_01.jpg?subformat=icon-1440" alt="" /></span>
107+
<span class="image fit"><img src="https://cds.cern.ch/record/1489958/files/1209226_01.jpg?subformat=icon-1440" alt="" /></span>
108108
<div class="content" style="overflow: auto;">
109109
<header>
110110
<h2>DIRAC vs DiracX</h2>

docs/assets/images/pic02.jpg

28.8 KB
Loading

0 commit comments

Comments
 (0)