-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
43 lines (43 loc) · 1.22 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
site_name: CIMTool
repo_url: https://github.com/CIMug-org/CIMTool
theme:
name: material
logo: logos/cimtool-v2_96x96.png
favicon: logos/cimtool-v2.ico
features:
- content.code.copy
extra_css:
- stylesheets/extra.css
markdown_extensions:
- footnotes
- admonition
- tables
- pymdownx.details
nav:
- 'index.md'
- 'core-concepts.md'
- 'getting-started.md'
- 'How To':
- 'how-to/obtain-cim-models.md'
- 'how-to/create-a-project.md'
- 'how-to/navigate-workspace.md'
- 'how-to/import-cim-uml.md'
- 'how-to/create-a-profile.md'
- 'how-to/edit-a-profile.md'
- 'how-to/browsing-the-CIM-UML.md'
- 'how-to/exchange-a-project.md'
- 'how-to/search-schemas-profiles.md'
- 'how-to/generate-database-schema.md'
- 'how-to/profile-maintenance.md'
- 'how-to/comparing-profiles-schemas.md'
- 'how-to/associations-anonymous-classes.md'
- 'how-to/namespaces-in-cimtool.md'
- 'how-to/cimtool-support-for-extension-namespaces.md'
- 'Further Learning':
- 'further-learning/uml-xmi-owl.md'
- 'further-learning/cim.md'
- 'further-learning/protege-and-topbraid.md'
- 'release-notes.md'
- 'Developers':
- 'developers/dev-env-setup.md'
- 'developers/package-deploy.md'