-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
63 lines (63 loc) · 2.17 KB
/
mkdocs.yml
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
63
site_name: CIM Modeling Guide
repo_url: https://github.com/CIMug-org/cim-modeling-guide
theme:
palette:
primary: white
logo: images/media/logo-gray.png
favicon: images/media/logo-white.png
name: material
features:
- content.code.copy
- navigation.footer
copyright: Copyright © 2019 - 2024. All rights reserved by the UCA International CIM Users Group
extra_css:
- stylesheets/extra.css
markdown_extensions:
- footnotes
- admonition
- tables
- pymdownx.details
plugins:
- search
- enumerate-headings:
toc_depth: 6
exclude:
- index.md
- revision-history.md
- with-pdf:
author: UCA International Users Group
copyright: © Copyright 2021, UCA International Users Group, All Rights Reserved
cover: true
cover_title: CIM Modeling Guide
cover_subtitle: Version 1.1, 13 February 2021
toc_title: Table of Contents
heading_shift: true
ordered_chapter_level: 0
toc_level: 3
show_anchors: true
enabled_if_env: ENABLE_PDF_EXPORT
output_path: pdf/CIM_Modeling_Guide.pdf
# This 'mike' plugin is for publishing multiple versions see https://github.com/jimporter/mike
- mike:
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
extra:
version:
provider: mike
nav:
- 'index.md'
- '1. Introduction': 'section1-introduction.md'
- '2. References': 'section2-references.md'
- '3. Definitions': 'section3-definitions.md'
- '4. CIM Overview': 'section4-cim-overview.md'
- '5. CIM UML Modeling Rules and Recommendations': 'section5-cim-uml-modeling-rules-and-recommendations.md'
- '6. CIM UML Extension Rules and Recommendations': 'section6-cim-uml-extension-rules-and-recommendations.md'
- '7. CIM UML Transformation Rules and Recommendations': 'section7-cim-uml-transformation-rules-and-recommendations.md'
- '8. CIM UML Version Control Rules': 'section8-cim-uml-version-control-rules.md'
- '9. Artifacts Under CIM Management': 'section9-artifacts-under-cim-management.md'
- '10. CIM Management Tools': 'section10-cim-management-tools.md'