Skip to content

Commit a8285b5

Browse files
committed
Fix reference format
1 parent 2056bbd commit a8285b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ nav:
88
- Intro and Metadata: index.md
99
- Widoco Documentation: /4culture/ontology/
1010
- NFDI Context: nfdi-context.md
11-
- Scope and Structure: structure.md
11+
- Scope and Structure: structure.md
1212
- Domain Examples: domain-examples.md
13-
- References: references.md
14-
13+
- References: references.md
14+
1515
# - Sample Applications: rdg.md
1616
# - Sample Queries: queries.md
1717
# - Tools:
@@ -29,9 +29,9 @@ markdown_extensions:
2929
# Mermaid diagrams
3030
- name: mermaid
3131
class: mermaid
32-
format: !!python/name:pymdownx.superfences.fence_code_format
32+
format: pymdownx.superfences.fence_code_format
3333

3434
extra_javascript:
35-
# - optionalConfig.js
35+
# - optionalConfig.js
3636
- https://cdn.jsdelivr.net/npm/mermaid@11.12.0/dist/mermaid.min.js
37-
- extra-loader.js
37+
- extra-loader.js

0 commit comments

Comments
 (0)