-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (56 loc) · 1.8 KB
/
mkdocs.yml
File metadata and controls
62 lines (56 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
site_name: Git Metadata Extractor Documentation
site_url: https://imaging-plaza.github.io/git-metadata-extractor/
repo_url: https://github.com/Imaging-Plaza/git-metadata-extractor
repo_name: Imaging-Plaza/git-metadata-extractor
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: site
theme:
name: material
features:
- content.code.copy
- navigation.sections
plugins:
- search
extra:
version:
provider: mike
markdown_extensions:
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- https://unpkg.com/mermaid@11.4.1/dist/mermaid.min.js
- assets/javascripts/mermaid-init.js
nav:
- Home: index.md
- Getting Started: getting-started.md
- API and CLI: api-and-cli.md
- Architecture:
- Design Notes: architecture/design-notes.md
- Repository Analysis Strategy: AGENT_STRATEGY.md
- Integrations:
- Infoscience Integration: INFOSCIENCE_INTEGRATION.md
- Infoscience API Findings: INFOSCIENCE_API_FINDINGS.md
- JSON-LD:
- Conversion Guide: JSONLD_CONVERSION.md
- Mapping Documentation: PYDANTIC_JSONLD_MAPPING.md
- Conversion Summary: JSONLD_CONVERSION_SUMMARY.md
- Mapping Update: JSONLD_MAPPING_UPDATE.md
- JSON and JSON-LD CLI: JSON_JSONLD_CONVERSION_CLI.md
- Academic Catalog:
- Option B Implementation: ACADEMIC_CATALOG_OPTION_B_IMPLEMENTATION.md
- Refactor Summary: ACADEMIC_CATALOG_REFACTOR_SUMMARY.md
- Updates:
- Affiliation Changes: AFFILIATION_CHANGES.md
- Estimated Tokens Fix: ESTIMATED_TOKENS_FIX.md
- Updates Summary: UPDATES_SUMMARY.md
- Releases:
- Legacy Releases: releases/legacy-releases.md